Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .changelog/v1.13.2/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*June 27th, 2025*

This release updates Penumbra compatibility to support mainnet, which has upgraded to `penumbra-sdk@v2.0`.
It also introduces a new optional telemetry configuration `prefix` that allows setting a custom prefix for Prometheus metrics.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly-2024-10-15
toolchain: nightly-2024-12-19 # 1.85.0-nightly (4ba4ac612 2024-12-18)
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/guide-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ jobs:
with:
name: cosmos-nix
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
Expand Down Expand Up @@ -158,8 +156,6 @@ jobs:
with:
name: cosmos-nix
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
Expand Down Expand Up @@ -205,8 +201,6 @@ jobs:
with:
name: cosmos-nix
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
Expand Down Expand Up @@ -252,8 +246,6 @@ jobs:
with:
name: cosmos-nix
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
Expand Down Expand Up @@ -298,8 +290,6 @@ jobs:
with:
name: cosmos-nix
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
Expand Down Expand Up @@ -346,8 +336,6 @@ jobs:
with:
name: cosmos-nix
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/misbehaviour.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ jobs:
chmod: 0755
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
Expand Down Expand Up @@ -134,8 +132,6 @@ jobs:
chmod: 0755
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
Expand Down Expand Up @@ -190,8 +186,6 @@ jobs:
chmod: 0755
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
Expand Down Expand Up @@ -246,8 +240,6 @@ jobs:
chmod: 0755
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/multi-chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ jobs:
with:
name: cosmos-nix
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/namada.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ jobs:
with:
name: cosmos-nix
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
- name: Install libudev
run: sudo apt-get update && sudo apt-get -y install libudev-dev
- name: Install Protoc
Expand Down Expand Up @@ -152,8 +150,6 @@ jobs:
run: |
echo "NAMADA_REPO_PATH=$(pwd)/namada" >> "$GITHUB_ENV"
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
- name: Install libudev
run: sudo apt-get update && sudo apt-get -y install libudev-dev
- name: Install Protoc
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/publish-dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
- uses: katyo/publish-crates@v2
with:
dry-run: true
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
Expand Down
12 changes: 3 additions & 9 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
rustup-components: rustfmt
- uses: actions-rs/cargo@v1
with:
command: fmt
Expand All @@ -52,8 +52,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
components: clippy
rustup-components: clippy
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
Expand All @@ -70,8 +69,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
components: clippy
rustup-components: clippy
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
Expand All @@ -88,8 +86,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
Expand All @@ -110,8 +106,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# CHANGELOG

## v1.13.2

*June 27th, 2025*

This release updates Penumbra compatibility to support mainnet, which has upgraded to `penumbra-sdk@v2.0`.
It also introduces a new optional telemetry configuration `prefix` that allows setting a custom prefix for Prometheus metrics.

### IMPROVEMENTS

- [Relayer Library](relayer)
- Bump `penumbra-sdk` dependencies to v2
([\#4372](https://github.com/informalsystems/hermes/issues/4372))
- Add a new optional configuration `prefix` for telemetry, allowing users
to specify a prefixed namespace for Prometheus metrics.
([\#4380](https://github.com/informalsystems/hermes/issues/4380))

## v1.13.1

*May 20th, 2025*
Expand Down
Loading
Loading