Skip to content

Commit

Permalink
Update tendermint-rs to 0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Apr 25, 2024
1 parent 5b07be0 commit 8ac4532
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 34 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Update to tendermint-rs v0.36.0
([\#3966](https://github.com/informalsystems/hermes/issues/3966))
45 changes: 26 additions & 19 deletions Cargo.lock

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

31 changes: 16 additions & 15 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ ibc-test-framework = { version = "0.27.2", path = "tools/test-framework" }
ibc-integration-test = { version = "0.27.2", path = "tools/integration-test" }

# Tendermint dependencies
tendermint = { version = "0.35.0", default-features = false }
tendermint-light-client = { version = "0.35.0", default-features = false }
tendermint-light-client-detector = { version = "0.35.0", default-features = false }
tendermint-light-client-verifier = { version = "0.35.0", default-features = false }
tendermint-proto = "0.35.0"
tendermint-rpc = "0.35.0"
tendermint-testgen = "0.35.0"
tendermint = { version = "0.36.0", default-features = false }
tendermint-light-client = { version = "0.36.0", default-features = false }
tendermint-light-client-detector = { version = "0.36.0", default-features = false }
tendermint-light-client-verifier = { version = "0.36.0", default-features = false }
tendermint-proto = { version = "0.36.0" }
tendermint-rpc = { version = "0.36.0" }
tendermint-testgen = { version = "0.36.0" }

# Other dependencies
abscissa_core = "=0.6.0"
Expand Down Expand Up @@ -72,7 +72,7 @@ hex = "0.4.3"
http = "0.2.9"
humantime = "2.1.0"
humantime-serde = "1.1.1"
ibc-proto = "0.43.0"
ibc-proto = "0.44.0"
ics23 = "0.11.1"
itertools = "0.12.1"
moka = "0.12.5"
Expand Down Expand Up @@ -121,10 +121,11 @@ uuid = "1.8.0"
overflow-checks = true

[patch.crates-io]
tendermint = { git = "https://github.com/informalsystems/tendermint-rs.git", branch = "main" }
tendermint-rpc = { git = "https://github.com/informalsystems/tendermint-rs.git", branch = "main" }
tendermint-proto = { git = "https://github.com/informalsystems/tendermint-rs.git", branch = "main" }
tendermint-light-client = { git = "https://github.com/informalsystems/tendermint-rs.git", branch = "main" }
tendermint-light-client-verifier = { git = "https://github.com/informalsystems/tendermint-rs.git", branch = "main" }
tendermint-light-client-detector = { git = "https://github.com/informalsystems/tendermint-rs.git", branch = "main" }
tendermint-testgen = { git = "https://github.com/informalsystems/tendermint-rs.git", branch = "main" }
ibc-proto = { git = "https://github.com/cosmos/ibc-proto-rs.git", branch = "release/v0.44.0" }
# tendermint = { git = "https://github.com/informalsystems/tendermint-rs.git", branch = "main" }
# tendermint-rpc = { git = "https://github.com/informalsystems/tendermint-rs.git", branch = "main" }
# tendermint-proto = { git = "https://github.com/informalsystems/tendermint-rs.git", branch = "main" }
# tendermint-light-client = { git = "https://github.com/informalsystems/tendermint-rs.git", branch = "main" }
# tendermint-light-client-verifier = { git = "https://github.com/informalsystems/tendermint-rs.git", branch = "main" }
# tendermint-light-client-detector = { git = "https://github.com/informalsystems/tendermint-rs.git", branch = "main" }
# tendermint-testgen = { git = "https://github.com/informalsystems/tendermint-rs.git", branch = "main" }

0 comments on commit 8ac4532

Please sign in to comment.