Skip to content

Commit

Permalink
Merge pull request #3851 from anoma/tomas/update-hermes
Browse files Browse the repository at this point in the history
update hermes
  • Loading branch information
mergify[bot] committed Sep 27, 2024
2 parents 4110d8f + 4ee810f commit fd3d90e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/hermes.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.0-namada-beta15-rc2
1.10.4-namada-beta17-rc2
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,13 @@ Please see the [contributing page](./CONTRIBUTING.md).
### Dependencies

The ledger currently requires [CometBFT v0.37.11](https://github.com/cometbft/cometbft/releases/tag/v0.37.11) is installed and available on path. This can be achieved through following [these instructions](https://github.com/cometbft/cometbft/blob/main/docs/guides/install.md)

#### Hermes

We maintain a fork of [hermes](https://github.com/heliaxdev/hermes) that adds support for Namada.

Compatibility table with Namada:

| Namada | Hermes |
| ----------- | ----------- |
| v0.44.0 | 1.10.4-namada-beta17-rc2 |
2 changes: 1 addition & 1 deletion crates/tests/src/e2e/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1230,7 +1230,7 @@ pub fn setup_hermes(test_a: &Test, test_b: &Test) -> Result<()> {
"--key-file",
&key_file_path.to_string_lossy(),
];
let mut hermes = run_hermes_cmd(test, args, Some(10))?;
let mut hermes = run_hermes_cmd(test, args, Some(20))?;
hermes.assert_success();
}

Expand Down
4 changes: 2 additions & 2 deletions scripts/get_hermes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
set -Eo pipefail

HERMES_MAJORMINOR="1.10"
HERMES_PATCH="0"
HERMES_SUFFIX="-namada-beta15-rc2"
HERMES_PATCH="4"
HERMES_SUFFIX="-namada-beta17-rc2"

HERMES_REPO="https://github.com/heliaxdev/hermes"

Expand Down

0 comments on commit fd3d90e

Please sign in to comment.