Skip to content

Commit

Permalink
Update compatibility.rs (informalsystems#1266)
Browse files Browse the repository at this point in the history
Update Cosmos-SDK version # for compatiblity so Hermes throws fewer errors with newer chains.
  • Loading branch information
faddat committed Aug 9, 2021
1 parent 0d89cf8 commit 176db29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/src/chain/cosmos/compatibility.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 176db29

Please sign in to comment.