Skip to content

Commit

Permalink
Update flake.lock in order to test SDK compatibility (#3179)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljoss17 committed Mar 20, 2023
1 parent 081a64d commit a92c345
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions crates/relayer/src/chain/cosmos/compatibility.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ use super::version;
///
/// # Note: Should be consistent with [features] guide page.
///
/// [features]: https://hermes.informal.systems/features.html
const SDK_MODULE_VERSION_REQ: &str = ">=0.41, <0.47";
/// [features]: https://hermes.informal.systems/advanced/features.html
const SDK_MODULE_VERSION_REQ: &str = ">=0.41, <0.48";

/// Specifies the IBC-go module version requirement.
/// At the moment, we support both chains with and without
Expand All @@ -19,7 +19,7 @@ const SDK_MODULE_VERSION_REQ: &str = ">=0.41, <0.47";
///
/// # Note: Should be consistent with [features] guide page.
///
/// [features]: https://hermes.informal.systems/features.html
/// [features]: https://hermes.informal.systems/advanced/features.html
const IBC_GO_MODULE_VERSION_REQ: &str = ">=1.1, <=7";

#[derive(Error, Debug)]
Expand Down
18 changes: 9 additions & 9 deletions flake.lock

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

4 changes: 2 additions & 2 deletions guide/src/advanced/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ This section includes a summary of the supported and planned features. It also i

> **Cosmos SDK & IBC compatibility:**
> Hermes supports Cosmos SDK chains implementing the [IBC protocol v1][ibcv1-proto] protocol specification.
> Cosmos SDK versions `0.41.3` through `0.45.x` are officially supported.
> IBC-go versions `1.1.*` thorough `3.*` are officially supported.
> Cosmos SDK versions `0.41.3` through `0.47.0` are officially supported.
> IBC-go versions `1.1.*` thorough `7.*` are officially supported.
> In case Hermes finds an incompatible SDK or IBC-go version, it will output a log warning upon initialization as part of the `start` command or upon `health-check` command.
---
Expand Down

0 comments on commit a92c345

Please sign in to comment.