Skip to content

Commit

Permalink
update ibc-rs and ibc-proto-rs to fix a memo bug in ibc-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Jul 31, 2023
1 parent 8d19b5d commit ce0865b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ ferveo = {optional = true, git = "https://github.com/anoma/ferveo", rev = "e5abd
ferveo-common = {git = "https://github.com/anoma/ferveo", rev = "e5abd0acc938da90140351a65a26472eb495ce4d"}
tpke = {package = "group-threshold-cryptography", optional = true, git = "https://github.com/anoma/ferveo", rev = "e5abd0acc938da90140351a65a26472eb495ce4d"}
# TODO using the same version of tendermint-rs as we do here.
ibc = { git = "https://github.com/heliaxdev/cosmos-ibc-rs.git", rev = "1797c2b38eb4a718a63a171f59948f08b427bb1f", default-features = false, features = ["serde"], optional = true}
ibc-proto = {git = "https://github.com/heliaxdev/ibc-proto-rs.git", rev = "349582059c0cf1f4cdce9e93b33552687c9df54a", default-features = false, optional = true}
ibc = { git = "https://github.com/heliaxdev/cosmos-ibc-rs.git", rev = "9db6892da825a8e928d3f175aa43903d19af7806", default-features = false, features = ["serde"], optional = true}
ibc-proto = {git = "https://github.com/heliaxdev/ibc-proto-rs.git", rev = "31892ee743b2af017d5629b2af419ee20b6100c7", default-features = false, optional = true}
ics23.workspace = true
impl-num-traits = "0.1.2"
index-set.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions wasm/Cargo.lock

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

0 comments on commit ce0865b

Please sign in to comment.