From 176db297ce575bf73448526d6b6be8f785dff35f Mon Sep 17 00:00:00 2001 From: Jacob Gadikian Date: Mon, 9 Aug 2021 18:02:50 +0700 Subject: [PATCH] Update compatibility.rs (#1266) Update Cosmos-SDK version # for compatiblity so Hermes throws fewer errors with newer chains. --- relayer/src/chain/cosmos/compatibility.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relayer/src/chain/cosmos/compatibility.rs b/relayer/src/chain/cosmos/compatibility.rs index 5e336bddcf..c475b3d4e5 100644 --- a/relayer/src/chain/cosmos/compatibility.rs +++ b/relayer/src/chain/cosmos/compatibility.rs @@ -23,7 +23,7 @@ const SDK_MODULE_NAME: &str = "cosmos/cosmos-sdk"; /// # Note: Should be consistent with [features] guide page. /// /// [features]: https://hermes.informal.systems/features.html -const SDK_MODULE_VERSION_REQ: &str = ">=0.41.3, <=0.42.6"; +const SDK_MODULE_VERSION_REQ: &str = ">=0.41.3, <=0.42.9"; /// Helper struct to capture all the reported information of an /// IBC application, e.g., `gaiad`.