Skip to content

Commit fcc7b2e

Browse files
authored
Merge pull request #4367 from anoma/yuji/upstream-hermes
Use the upstream Hermes
2 parents e6a385b + b81f0ca commit fcc7b2e

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Update Hermes version to the upstream
2+
([\#4367](https://github.com/anoma/namada/issues/4367))

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,6 @@ Compatibility table with Namada:
9191

9292
| Namada binaries | Hermes |
9393
| ----------- | ----------- |
94+
| v1.1.1 | [1.11.0](https://github.com/informalsystems/hermes/releases/tag/v1.11.0) |
9495
| v1.1.0 | [1.10.5-namada-beta18](https://github.com/heliaxdev/hermes/releases/tag/v1.10.5-namada-beta18) |
9596
| v1.0.0 | [1.10.4-namada-beta17-rc2](https://github.com/heliaxdev/hermes/releases/tag/v1.10.4-namada-beta17-rc2) |

scripts/get_hermes.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
set -Eo pipefail
44

5-
HERMES_MAJORMINOR="1.10"
6-
HERMES_PATCH="5"
7-
HERMES_SUFFIX="-namada-beta18"
5+
HERMES_MAJORMINOR="1.11"
6+
HERMES_PATCH="0"
7+
HERMES_SUFFIX=""
88

9-
HERMES_REPO="https://github.com/heliaxdev/hermes"
9+
HERMES_REPO="https://github.com/informalsystems/hermes"
1010

1111
HERMES_VERSION="${HERMES_MAJORMINOR}.${HERMES_PATCH}${HERMES_SUFFIX}"
1212

0 commit comments

Comments
 (0)