From ce0865b2ac4000a0cc30ed64a9b6c6e0678fe41d Mon Sep 17 00:00:00 2001 From: yito88 Date: Mon, 31 Jul 2023 17:53:17 +0200 Subject: [PATCH] update ibc-rs and ibc-proto-rs to fix a memo bug in ibc-rs --- Cargo.lock | 4 ++-- core/Cargo.toml | 4 ++-- wasm/Cargo.lock | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7043b5fd8b..7939fcaef9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3215,7 +3215,7 @@ dependencies = [ [[package]] name = "ibc" version = "0.41.0" -source = "git+https://github.com/heliaxdev/cosmos-ibc-rs.git?rev=1797c2b38eb4a718a63a171f59948f08b427bb1f#1797c2b38eb4a718a63a171f59948f08b427bb1f" +source = "git+https://github.com/heliaxdev/cosmos-ibc-rs.git?rev=9db6892da825a8e928d3f175aa43903d19af7806#9db6892da825a8e928d3f175aa43903d19af7806" dependencies = [ "bytes", "cfg-if 1.0.0", @@ -3247,7 +3247,7 @@ dependencies = [ [[package]] name = "ibc-proto" version = "0.30.0" -source = "git+https://github.com/heliaxdev/ibc-proto-rs.git?rev=349582059c0cf1f4cdce9e93b33552687c9df54a#349582059c0cf1f4cdce9e93b33552687c9df54a" +source = "git+https://github.com/heliaxdev/ibc-proto-rs.git?rev=31892ee743b2af017d5629b2af419ee20b6100c7#31892ee743b2af017d5629b2af419ee20b6100c7" dependencies = [ "base64 0.21.0", "borsh 0.10.3", diff --git a/core/Cargo.toml b/core/Cargo.toml index 822612a8d0..be43a8dcab 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -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 diff --git a/wasm/Cargo.lock b/wasm/Cargo.lock index 849f19b302..7d56e4fe1c 100644 --- a/wasm/Cargo.lock +++ b/wasm/Cargo.lock @@ -2683,7 +2683,7 @@ dependencies = [ [[package]] name = "ibc" version = "0.41.0" -source = "git+https://github.com/heliaxdev/cosmos-ibc-rs.git?rev=1797c2b38eb4a718a63a171f59948f08b427bb1f#1797c2b38eb4a718a63a171f59948f08b427bb1f" +source = "git+https://github.com/heliaxdev/cosmos-ibc-rs.git?rev=9db6892da825a8e928d3f175aa43903d19af7806#9db6892da825a8e928d3f175aa43903d19af7806" dependencies = [ "bytes", "cfg-if 1.0.0", @@ -2715,7 +2715,7 @@ dependencies = [ [[package]] name = "ibc-proto" version = "0.30.0" -source = "git+https://github.com/heliaxdev/ibc-proto-rs.git?rev=349582059c0cf1f4cdce9e93b33552687c9df54a#349582059c0cf1f4cdce9e93b33552687c9df54a" +source = "git+https://github.com/heliaxdev/ibc-proto-rs.git?rev=31892ee743b2af017d5629b2af419ee20b6100c7#31892ee743b2af017d5629b2af419ee20b6100c7" dependencies = [ "base64 0.21.0", "borsh 0.10.3",