Skip to content

Commit 6aa2b62

Browse files
release: agents v2.3.0
This is a minor version bump for the Hyperlane agents. Changes will be released as agents-v2.3.0 after this PR is merged.
1 parent abfd296 commit 6aa2b62

13 files changed

Lines changed: 86 additions & 28 deletions

File tree

rust/main/Cargo.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/main/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ edition = "2021"
3737
homepage = "https://hyperlane.xyz"
3838
license-file = "../LICENSE.md"
3939
publish = false
40-
version = "2.2.0"
40+
version = "2.3.0"
4141

4242
[workspace.dependencies]
4343
Inflector = "0.11.4"

rust/main/agents/relayer/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.3.0] - 2026-04-13
2+
3+
* feat(tron): migrate Tron agents from gRPC to HTTP API (#8370)
4+
* fix: Ethermint nonce detection and PostSubmitFailure retry latency (#8426)
5+
* refactor(evm): remove evm tron techstack (#8408)
6+
17
## [2.2.0] - 2026-03-09
28

39
* chore: migrate spellchecker from codespell to typos (#8214)

rust/main/agents/scraper/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.3.0] - 2026-04-13
2+
3+
* feat(tron): migrate Tron agents from gRPC to HTTP API (#8370)
4+
* refactor(evm): remove evm tron techstack (#8408)
5+
* test(tron): agent e2e tests (#8427)
6+
17
## [2.1.0] - 2026-03-04
28

39
* feat(agents): add chain configuration metrics (#8185)

rust/main/agents/validator/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.3.0] - 2026-04-13
2+
3+
* feat(tron): migrate Tron agents from gRPC to HTTP API (#8370)
4+
15
## [2.1.0] - 2026-03-04
26

37
* feat(tron): protocol type (#7827)

rust/main/chains/hyperlane-ethereum/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.3.0] - 2026-04-13
2+
3+
* feat(tron): migrate Tron agents from gRPC to HTTP API (#8370)
4+
* fix: aggregation ism run verify (#8417)
5+
* fix: process gas estimation for trusted relayer isms (#8457)
6+
* refactor(evm): remove evm tron techstack (#8408)
7+
* revert: aggregation ISM verify change (#8417) (#8451)
8+
19
## [2.1.0] - 2026-03-04
210

311
* feat(tron): add ethereum compatibility & tron aws signer (#8222)

rust/main/chains/hyperlane-sealevel/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.3.0] - 2026-04-13
2+
3+
* feat(sealevel): svm cross collateral token impl (#8373)
4+
15
## [2.2.0] - 2026-03-09
26

37
* feat(sealevel): per-message ALT overrides for relayer (#8271)

rust/main/chains/hyperlane-tron/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.3.0] - 2026-04-13
2+
3+
* feat(infra): add Tron mainnet deployment (#8356)
4+
* feat(tron): migrate Tron agents from gRPC to HTTP API (#8370)
5+
* fix: process gas estimation for trusted relayer isms (#8457)
6+
17
## [2.1.0] - 2026-03-04
28

39
* feat(tron): add ethereum compatibility & tron aws signer (#8222)

rust/main/hyperlane-base/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.3.0] - 2026-04-13
2+
3+
* feat(tron): migrate Tron agents from gRPC to HTTP API (#8370)
4+
* fix: process gas estimation for trusted relayer isms (#8457)
5+
* refactor(evm): remove evm tron techstack (#8408)
6+
17
## [2.2.0] - 2026-03-09
28

39
* chore: migrate spellchecker from codespell to typos (#8214)

rust/main/hyperlane-core/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [2.3.0] - 2026-04-13
2+
3+
* feat: apr 6 deprecations (#8518)
4+
* refactor(evm): remove evm tron techstack (#8408)
5+
16
## [2.1.0] - 2026-03-04
27

38
* chore: enable modetestnet again (#8057)

0 commit comments

Comments
 (0)