Skip to content

Commit 65c4cf8

Browse files
authored
Release Hermes v1.13.1 (#4383)
* Update changelog * Bump versions * update Cargo.lock * Bump MSRV to v1.85.0 * Fix cargo-doc CI job * Use stable Rust for cargo-doc CI job * Fix toolchain in CI jobs to Rust v1.85.0, same as MSRV * Fix CI jobs * Use nightly Rust v1.85.0 for cargo-doc CI job * Fix release date * Use rust-toolchain.toml for CI jobs
1 parent 9a742bc commit 65c4cf8

File tree

33 files changed

+641
-552
lines changed

33 files changed

+641
-552
lines changed
File renamed without changes.
File renamed without changes.

.changelog/v1.13.2/summary.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*June 27th, 2025*
2+
3+
This release updates Penumbra compatibility to support mainnet, which has upgraded to `[email protected]`.
4+
It also introduces a new optional telemetry configuration `prefix` that allows setting a custom prefix for Prometheus metrics.

.github/workflows/cargo-doc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v4
2929
- uses: actions-rust-lang/setup-rust-toolchain@v1
3030
with:
31-
toolchain: nightly-2024-10-15
31+
toolchain: nightly-2024-12-19 # 1.85.0-nightly (4ba4ac612 2024-12-18)
3232
- name: Install Protoc
3333
uses: arduino/setup-protoc@v3
3434
with:

.github/workflows/guide-templates.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v4
3131
- uses: actions-rust-lang/setup-rust-toolchain@v1
32-
with:
33-
toolchain: stable
3432
- name: Install Protoc
3533
uses: arduino/setup-protoc@v3
3634
with:

.github/workflows/integration.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ jobs:
116116
with:
117117
name: cosmos-nix
118118
- uses: actions-rust-lang/setup-rust-toolchain@v1
119-
with:
120-
toolchain: stable
121119
- name: Install Protoc
122120
uses: arduino/setup-protoc@v3
123121
with:
@@ -158,8 +156,6 @@ jobs:
158156
with:
159157
name: cosmos-nix
160158
- uses: actions-rust-lang/setup-rust-toolchain@v1
161-
with:
162-
toolchain: stable
163159
- name: Install Protoc
164160
uses: arduino/setup-protoc@v3
165161
with:
@@ -205,8 +201,6 @@ jobs:
205201
with:
206202
name: cosmos-nix
207203
- uses: actions-rust-lang/setup-rust-toolchain@v1
208-
with:
209-
toolchain: stable
210204
- name: Install Protoc
211205
uses: arduino/setup-protoc@v3
212206
with:
@@ -252,8 +246,6 @@ jobs:
252246
with:
253247
name: cosmos-nix
254248
- uses: actions-rust-lang/setup-rust-toolchain@v1
255-
with:
256-
toolchain: stable
257249
- name: Install Protoc
258250
uses: arduino/setup-protoc@v3
259251
with:
@@ -298,8 +290,6 @@ jobs:
298290
with:
299291
name: cosmos-nix
300292
- uses: actions-rust-lang/setup-rust-toolchain@v1
301-
with:
302-
toolchain: stable
303293
- name: Install Protoc
304294
uses: arduino/setup-protoc@v3
305295
with:
@@ -346,8 +336,6 @@ jobs:
346336
with:
347337
name: cosmos-nix
348338
- uses: actions-rust-lang/setup-rust-toolchain@v1
349-
with:
350-
toolchain: stable
351339
- name: Install Protoc
352340
uses: arduino/setup-protoc@v3
353341
with:

.github/workflows/misbehaviour.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ jobs:
7878
chmod: 0755
7979
- name: Install Rust
8080
uses: actions-rust-lang/setup-rust-toolchain@v1
81-
with:
82-
toolchain: stable
8381
- name: Install Protoc
8482
uses: arduino/setup-protoc@v3
8583
with:
@@ -134,8 +132,6 @@ jobs:
134132
chmod: 0755
135133
- name: Install Rust
136134
uses: actions-rust-lang/setup-rust-toolchain@v1
137-
with:
138-
toolchain: stable
139135
- name: Install Protoc
140136
uses: arduino/setup-protoc@v3
141137
with:
@@ -190,8 +186,6 @@ jobs:
190186
chmod: 0755
191187
- name: Install Rust
192188
uses: actions-rust-lang/setup-rust-toolchain@v1
193-
with:
194-
toolchain: stable
195189
- name: Install Protoc
196190
uses: arduino/setup-protoc@v3
197191
with:
@@ -246,8 +240,6 @@ jobs:
246240
chmod: 0755
247241
- name: Install Rust
248242
uses: actions-rust-lang/setup-rust-toolchain@v1
249-
with:
250-
toolchain: stable
251243
- name: Install Protoc
252244
uses: arduino/setup-protoc@v3
253245
with:

.github/workflows/multi-chains.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ jobs:
9494
with:
9595
name: cosmos-nix
9696
- uses: actions-rust-lang/setup-rust-toolchain@v1
97-
with:
98-
toolchain: stable
9997
- name: Install Protoc
10098
uses: arduino/setup-protoc@v3
10199
with:

.github/workflows/namada.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ jobs:
6565
with:
6666
name: cosmos-nix
6767
- uses: actions-rust-lang/setup-rust-toolchain@v1
68-
with:
69-
toolchain: stable
7068
- name: Install libudev
7169
run: sudo apt-get update && sudo apt-get -y install libudev-dev
7270
- name: Install Protoc
@@ -152,8 +150,6 @@ jobs:
152150
run: |
153151
echo "NAMADA_REPO_PATH=$(pwd)/namada" >> "$GITHUB_ENV"
154152
- uses: actions-rust-lang/setup-rust-toolchain@v1
155-
with:
156-
toolchain: stable
157153
- name: Install libudev
158154
run: sudo apt-get update && sudo apt-get -y install libudev-dev
159155
- name: Install Protoc

.github/workflows/publish-dry-run.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- uses: actions-rust-lang/setup-rust-toolchain@v1
15-
with:
16-
toolchain: stable
1715
- uses: katyo/publish-crates@v2
1816
with:
1917
dry-run: true

0 commit comments

Comments
 (0)