Skip to content

Commit b236863

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 e167ec3 commit b236863

12 files changed

Lines changed: 76 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-03-25
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-03-25
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-03-25
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.3.0] - 2026-03-25
2+
3+
* feat(tron): migrate Tron agents from gRPC to HTTP API (#8370)
4+
* fix: aggregation ism run verify (#8417)
5+
* refactor(evm): remove evm tron techstack (#8408)
6+
17
## [2.1.0] - 2026-03-04
28

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

rust/main/chains/hyperlane-tron/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-03-25
2+
3+
* feat(infra): add Tron mainnet deployment (#8356)
4+
* feat(tron): migrate Tron agents from gRPC to HTTP API (#8370)
5+
16
## [2.1.0] - 2026-03-04
27

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

rust/main/hyperlane-base/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-03-25
2+
3+
* feat(tron): migrate Tron agents from gRPC to HTTP API (#8370)
4+
* refactor(evm): remove evm tron techstack (#8408)
5+
16
## [2.2.0] - 2026-03-09
27

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

rust/main/hyperlane-core/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-03-25
2+
3+
* refactor(evm): remove evm tron techstack (#8408)
4+
15
## [2.1.0] - 2026-03-04
26

37
* chore: enable modetestnet again (#8057)

rust/main/lander/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.3.0] - 2026-03-25
2+
3+
* feat(tron): migrate Tron agents from gRPC to HTTP API (#8370)
4+
* fix(lander): tron tx ready for resubmission (#8394)
5+
* fix: Ethermint nonce detection and PostSubmitFailure retry latency (#8426)
6+
* refactor(evm): remove evm tron techstack (#8408)
7+
18
## [2.2.0] - 2026-03-09
29

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

0 commit comments

Comments
 (0)