Skip to content

Commit

Permalink
Merge pull request #599 from eval-exec/exec/upgrade-sdk-to-3.2.0
Browse files Browse the repository at this point in the history
Upgrade ckb-sdk to 3.2.0
  • Loading branch information
doitian authored May 13, 2024
2 parents 9c0e5e8 + b2a759c commit e38fae7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ckb-util = "=0.116.1"
ckb-error = "=0.116.1"
ckb-script = "=0.116.1"
ckb-chain-spec = "=0.116.1"
ckb-sdk = { git="https://github.com/eval-exec/ckb-sdk-rust", branch="exec/bump-ckb-v0.116.0", features = ["native-tls-vendored"] }
ckb-sdk = { version = "=3.2.0", features = ["native-tls-vendored"] }
ckb-mock-tx-types = { version = "=0.116.1" }
ckb-signer = { path = "ckb-signer", version = "0.4.1" }
plugin-protocol = { path = "plugin-protocol", package = "ckb-cli-plugin-protocol", version = "=1.3.1" }
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ci: fmt clippy test security-audit check-crates check-licenses
git diff --exit-code Cargo.lock

integration:
bash devtools/ci/integration.sh v0.115.0-rc2
bash devtools/ci/integration.sh v0.116.0-rc2

prod: ## Build binary with release profile.
cargo build --release
Expand Down
2 changes: 1 addition & 1 deletion ckb-signer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ anyhow = "1.0.63"
ckb-types = "=0.116.1"
ckb-hash = "=0.116.1"
ckb-crypto = { version = "=0.116.1", features = ["secp"] }
ckb-sdk = { git = "https://github.com/eval-exec/ckb-sdk-rust", branch="exec/bump-ckb-v0.116.0",features = ["native-tls-vendored"] }
ckb-sdk = { version = "=3.2.0", features = ["native-tls-vendored"] }
2 changes: 1 addition & 1 deletion test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ log = "0.4"
env_logger = "0.6"
toml = "0.5.0"
serde_yaml = "0.8.9"
ckb-sdk = { git = "https://github.com/eval-exec/ckb-sdk-rust", branch="exec/bump-ckb-v0.116.0",features = ["native-tls-vendored"] }
ckb-sdk = { version = "=3.2.0", features = ["native-tls-vendored"] }
serde_json = "1.0"
ckb-types = "=0.116.1"
ckb-jsonrpc-types = "=0.116.1"
Expand Down

0 comments on commit e38fae7

Please sign in to comment.