Skip to content

Commit 70b8fc4

Browse files
committed
Merge branch 'master' into grarco/new-events
2 parents 1c61e72 + 36d6510 commit 70b8fc4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+5312
-484
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Add support for relaying between Penumbra and CosmosSDK-based chains.
2+
([\#4299](https://github.com/informalsystems/hermes/issues/4299))

.changelog/v1.12.0/summary.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*February 14th, 2024*
2+
3+
This release introduces support for Penumbra chain.

.github/workflows/namada.yaml

+8-7
Original file line numberDiff line numberDiff line change
@@ -133,20 +133,21 @@ jobs:
133133
uses: jlumbroso/free-disk-space@main
134134
with:
135135
tool-cache: false
136+
- name: Install prerequisites # required for librocksdb-sys
137+
run: |
138+
sudo apt-get update
139+
sudo apt-get install -y \
140+
build-essential \
141+
clang \
142+
llvm-dev \
143+
libclang-dev
136144
- uses: actions/checkout@v4
137145
- name: Clone Namada
138146
uses: actions/checkout@v4
139147
with:
140148
repository: anoma/namada
141149
ref: v1.1.1
142150
path: namada
143-
- name: Add Swap Memory
144-
run: |
145-
sudo fallocate -l 4G /swapfile
146-
sudo chmod 600 /swapfile
147-
sudo mkswap /swapfile
148-
sudo swapon /swapfile
149-
free -h
150151
- name: Retrieve Namada repository path
151152
id: namada-repo-path
152153
run: |

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
# CHANGELOG
22

3+
## v1.12.0
4+
5+
*February 14th, 2025*
6+
7+
This release introduces support for Penumbra chain. Please note that this feature has not been tested in the Hermes CI pipeline, but it was tested in production.
8+
9+
### FEATURES
10+
11+
- Add support for relaying between Penumbra and CosmosSDK-based chains.
12+
([\#4299](https://github.com/informalsystems/hermes/issues/4299))
13+
314
## v1.11.0
415

5-
*February 11th, 2024*
16+
*February 11th, 2025*
617

718
This release introduces support for the first non-SDK chain with Namada compatibility 🎉
819

0 commit comments

Comments
 (0)