Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rc/v0.7.0 #290

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
381 changes: 184 additions & 197 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb"
version = "0.6.0"
version = "0.7.0-pre"
license = "MIT"
authors = ["Nervos Core Dev <[email protected]>"]
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ You also need to get the following packages:
sudo apt-get install git gcc libc6-dev pkg-config libssl-dev libclang-dev clang
```

* Archlinux
* Arch Linux

```shell
sudo pacman -Sy git gcc pkgconf openssl-1.0 clang
Expand All @@ -65,7 +65,7 @@ If you get openssl related errors in compiling, try the following environment va
OPENSSL_INCLUDE_DIR=/usr/include/openssl-1.0 OPENSSL_LIB_DIR=/usr/lib/openssl-1.0 cargo build --release
```

* OSX:
* macOS:

```shell
brew install autoconf libtool
Expand Down
2 changes: 1 addition & 1 deletion benches/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-benches"
version = "0.6.0"
version = "0.7.0-pre"
license = "MIT"
authors = ["Nervos Core Dev <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion chain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-chain"
version = "0.6.0"
version = "0.7.0-pre"
license = "MIT"
authors = ["Nervos Core Dev <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-core"
version = "0.6.0"
version = "0.7.0-pre"
license = "MIT"
authors = ["Nervos Core Dev <[email protected]>"]
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions db/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "ckb-db"
version = "0.6.0"
version = "0.7.0-pre"
license = "MIT"
authors = ["Nervos Core Dev <[email protected]>"]
edition = "2018"

[dependencies]
bincode = "1.1"
ckb-util = { path = "../util" }
rocksdb = { git = "https://github.com/nervosnetwork/rust-rocksdb", branch = "pinnable-v0.11.0" }
rocksdb = { git = "https://github.com/rust-rocksdb/rust-rocksdb", rev = "1038c71df85a58b7f48894ca4cbf7c9228cb1cdf" }
fnv = "1.0.3"
serde = "1.0"
serde_derive = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion miner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-miner"
version = "0.6.0"
version = "0.7.0-pre"
license = "MIT"
authors = ["Nervos Core Dev <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion network/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-network"
version = "0.6.0"
version = "0.7.0-pre"
license = "MIT"
authors = ["Nervos Core Dev <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion notify/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-notify"
version = "0.6.0"
version = "0.7.0-pre"
license = "MIT"
authors = ["Nervos Core Dev <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion pool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-pool"
version = "0.6.0"
version = "0.7.0-pre"
license = "MIT"
authors = ["Nervos Core Dev <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion pow/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-pow"
version = "0.6.0"
version = "0.7.0-pre"
authors = ["Nervos Core Dev <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-protocol"
version = "0.6.0"
version = "0.7.0-pre"
authors = ["Nervos Core Dev <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-rpc"
version = "0.6.0"
version = "0.7.0-pre"
license = "MIT"
authors = ["Nervos Core Dev <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion script/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-script"
version = "0.6.0"
version = "0.7.0-pre"
license = "MIT"
authors = ["Nervos Core Dev <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion shared/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-shared"
version = "0.6.0"
version = "0.7.0-pre"
authors = ["Nervos Core Dev <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion spec/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-chain-spec"
version = "0.6.0"
version = "0.7.0-pre"
license = "MIT"
authors = ["Nervos Core Dev <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion sync/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-sync"
version = "0.6.0"
version = "0.7.0-pre"
license = "MIT"
authors = ["Nervos Core Dev <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-util"
version = "0.6.0"
version = "0.7.0-pre"
license = "MIT"
authors = ["Nervos Core Dev <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion util/build-info/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "build-info"
version = "0.6.0"
version = "0.7.0-pre"
license = "MIT"
authors = ["Nervos Core Dev <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion util/crypto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crypto"
version = "0.6.0"
version = "0.7.0-pre"
license = "MIT"
authors = ["Nervos Core Dev <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion util/dir/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dir"
version = "0.6.0"
version = "0.7.0-pre"
license = "MIT"
authors = ["Nervos Core Dev <[email protected]>"]
edition = "2018"
2 changes: 1 addition & 1 deletion util/hash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hash"
version = "0.6.0"
version = "0.7.0-pre"
license = "MIT"
authors = ["Nervos Core Dev <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion util/instrument/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-instrument"
version = "0.6.0"
version = "0.7.0-pre"
license = "MIT"
authors = ["Nervos Core Dev <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion util/jsonrpc-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jsonrpc-types"
version = "0.6.0"
version = "0.7.0-pre"
license = "MIT"
authors = ["Nervos Core Dev <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion util/logger/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "logger"
version = "0.6.0"
version = "0.7.0-pre"
license = "MIT"
authors = ["Nervos <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion util/merkle-tree/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-merkle-tree"
version = "0.6.0"
version = "0.7.0-pre"
license = "MIT"
authors = ["Nervos Core Dev <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion util/occupied-capacity-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "occupied-capacity-derive"
version = "0.6.0"
version = "0.7.0-pre"
authors = ["Nervos Core Dev <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion util/occupied-capacity/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "occupied-capacity"
version = "0.6.0"
version = "0.7.0-pre"
license = "MIT"
authors = ["Nervos Core Dev <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion util/stop-handler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stop-handler"
version = "0.6.0"
version = "0.7.0-pre"
authors = ["Nervos Core Dev <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion verification/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-verification"
version = "0.6.0"
version = "0.7.0-pre"
license = "MIT"
authors = ["Nervos Core Dev <[email protected]>"]
edition = "2018"
Expand Down