Skip to content
This repository was archived by the owner on Jul 27, 2022. It is now read-only.

Commit 43718bd

Browse files
Merge #680
680: Problem:(CRO-641) signatory v0.17 fails to compile r=tomtau a=linfeng-crypto update the tendermint version Co-authored-by: linfeng <[email protected]>
2 parents 2325e1d + 720e29c commit 43718bd

File tree

5 files changed

+47
-64
lines changed

5 files changed

+47
-64
lines changed

Cargo.lock

Lines changed: 41 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client-common/Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,8 @@ jsonrpc = { version = "0.11", optional = true }
2323
serde_json = { version = "1.0", optional = true }
2424
parity-scale-codec = { features = ["derive"], version = "1.1" }
2525
websocket = { version = "0.24", default-features = false, features = ["sync"], optional = true }
26-
tendermint = { git = "https://github.com/crypto-com/tendermint-rs.git", default-features = false, rev = "8e95731ee671777638ab2a3d5dfd7b35992b86aa" }
26+
tendermint = { git = "https://github.com/crypto-com/tendermint-rs.git", default-features = false, rev = "6fca043ec5ca48770fa9e7b95e207f7b0c88c97f" }
2727
itertools = "0.8"
28-
# Restrict transistive dependency `signatory-dalek` of `tendermint` to avoid compilation error
29-
# Remove when `signatory-dalek` is updated
30-
# https://github.com/tendermint/signatory/blob/develop/signatory-dalek/Cargo.toml
31-
ed25519-dalek = "= 1.0.0-pre.2"
3228

3329
[features]
3430
default = ["sled", "websocket-rpc"]

client-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ tiny-bip39 = { version = "0.6", default-features = false }
3737
unicase = "2.6.0"
3838
lazy_static = "1.4.0"
3939
ring = "0.16.9"
40-
tendermint = { git = "https://github.com/crypto-com/tendermint-rs.git", default-features = false, rev = "8e95731ee671777638ab2a3d5dfd7b35992b86aa" }
40+
tendermint = { git = "https://github.com/crypto-com/tendermint-rs.git", default-features = false, rev = "6fca043ec5ca48770fa9e7b95e207f7b0c88c97f" }
4141

4242
[dev-dependencies]
4343
hex = "0.4.0"

client-network/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ chrono = { version = "0.4", features = ["serde"] }
1717
parity-scale-codec = { features = ["derive"], version = "1.1" }
1818
hex = "0.4.0"
1919
secp256k1zkp = { git = "https://github.com/crypto-com/rust-secp256k1-zkp.git", rev = "be445f29a96af31fe079611d26c07f1f596d1c5f", features = ["recovery"] }
20-
tendermint = { git = "https://github.com/crypto-com/tendermint-rs.git", default-features = false, rev = "8e95731ee671777638ab2a3d5dfd7b35992b86aa" }
20+
tendermint = { git = "https://github.com/crypto-com/tendermint-rs.git", default-features = false, rev = "6fca043ec5ca48770fa9e7b95e207f7b0c88c97f" }
2121

2222
[dev-dependencies]
2323
secp256k1zkp = { git = "https://github.com/crypto-com/rust-secp256k1-zkp.git", rev = "be445f29a96af31fe079611d26c07f1f596d1c5f", features = ["serde", "zeroize", "rand", "recovery", "endomorphism"] }

0 commit comments

Comments
 (0)