From 0bad247ba8adfb505d04e9242cb50f2f2592eb05 Mon Sep 17 00:00:00 2001 From: yito88 Date: Fri, 13 Oct 2023 17:55:03 +0200 Subject: [PATCH 1/2] update ibc-rs for ibc-rs/#911 --- Cargo.lock | 2 +- core/Cargo.toml | 2 +- wasm/Cargo.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 84cbd6f48e..6960209c71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3195,7 +3195,7 @@ dependencies = [ [[package]] name = "ibc" version = "0.41.0" -source = "git+https://github.com/heliaxdev/cosmos-ibc-rs.git?rev=38a827d3901e590b2935ee5b6b81b4d67c399560#38a827d3901e590b2935ee5b6b81b4d67c399560" +source = "git+https://github.com/heliaxdev/cosmos-ibc-rs.git?rev=206cb5fa74a7ca38038b937d202ae39fbbd63c19#206cb5fa74a7ca38038b937d202ae39fbbd63c19" dependencies = [ "bytes", "cfg-if 1.0.0", diff --git a/core/Cargo.toml b/core/Cargo.toml index ebbb35f383..c0e68bbd3b 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -72,7 +72,7 @@ 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 = "38a827d3901e590b2935ee5b6b81b4d67c399560", features = ["serde"], optional = true} +ibc = { git = "https://github.com/heliaxdev/cosmos-ibc-rs.git", rev = "206cb5fa74a7ca38038b937d202ae39fbbd63c19", 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" diff --git a/wasm/Cargo.lock b/wasm/Cargo.lock index 5dbe91c1e4..eef344a119 100644 --- a/wasm/Cargo.lock +++ b/wasm/Cargo.lock @@ -2661,7 +2661,7 @@ dependencies = [ [[package]] name = "ibc" version = "0.41.0" -source = "git+https://github.com/heliaxdev/cosmos-ibc-rs.git?rev=38a827d3901e590b2935ee5b6b81b4d67c399560#38a827d3901e590b2935ee5b6b81b4d67c399560" +source = "git+https://github.com/heliaxdev/cosmos-ibc-rs.git?rev=206cb5fa74a7ca38038b937d202ae39fbbd63c19#206cb5fa74a7ca38038b937d202ae39fbbd63c19" dependencies = [ "bytes", "cfg-if 1.0.0", From 6bb2bb06f1b4c50843e2b5cd21eb2e9783911f44 Mon Sep 17 00:00:00 2001 From: yito88 Date: Fri, 13 Oct 2023 18:01:29 +0200 Subject: [PATCH 2/2] add changelog --- .../unreleased/bug-fixes/1989-fix-ibc-client-validation.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .changelog/unreleased/bug-fixes/1989-fix-ibc-client-validation.md diff --git a/.changelog/unreleased/bug-fixes/1989-fix-ibc-client-validation.md b/.changelog/unreleased/bug-fixes/1989-fix-ibc-client-validation.md new file mode 100644 index 0000000000..8adbad706a --- /dev/null +++ b/.changelog/unreleased/bug-fixes/1989-fix-ibc-client-validation.md @@ -0,0 +1,2 @@ +- Update ibc-rs with the fix for ibc-rs/#911 + ([\#1989](https://github.com/anoma/namada/issues/1989)) \ No newline at end of file