Skip to content

Commit c117895

Browse files
chore: release agents v2.0.0 (#7618)
Co-authored-by: hyper-gonk[bot] <246310972+hyper-gonk[bot]@users.noreply.github.com>
1 parent e4fed47 commit c117895

20 files changed

Lines changed: 188 additions & 39 deletions

File tree

rust/main/Cargo.lock

Lines changed: 35 additions & 35 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
@@ -36,7 +36,7 @@ edition = "2021"
3636
homepage = "https://hyperlane.xyz"
3737
license-file = "../LICENSE.md"
3838
publish = false
39-
version = "1.7.0"
39+
version = "2.0.0"
4040

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

rust/main/agents/relayer/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [2.0.0] - 2026-01-06
2+
3+
* chore: deprecate form, inevm, injective, mint, neutron, osmosis, svmbnb (#7646)
4+
* feat(rust): feature-gate Aleo chain support to reduce CI build times (#7569)
5+
* feat: Aleo HyperlaneProvider (#7344)
6+
* feat: ICA message body matching list and superswaps app context (#7711)
7+
* feat: Improve Transaction Drop Error Classification in InclusionStage (#7574)
8+
* feat: Lander Transaction Submission Observability (#7393)
9+
* feat: add relayer API endpoint to reset upper nonce for a given evm chain (#7372)
10+
* feat: always log metadata bytes as hex (#7566)
11+
* feat: crash loop even in the event `reorg_flag.json` is unparsable (#7464)
12+
* feat: include offchain lookup server response body in error when we fail to parse json (#7526)
13+
* feat: make refused to build metadata error easier to debug (#7539)
14+
* feat: rotate provider if eth_getTransactionReceipt returns JSON null (#7489)
15+
* fix: Clear link between message and payload for manual reprocessing (#7360)
16+
* refactor: OperationDisposition: Rename Confirm into PostSubmit and Remove Manual (#7384)
17+
* refactor: Remove duplication and move tests into separate files (#7357)
18+
119
## [1.7.0] - 2025-11-10
220

321
* fix: Add tests for functions identifying if messages are already submitted (#7346)

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.0.0] - 2026-01-06
2+
3+
* chore: deprecate form, inevm, injective, mint, neutron, osmosis, svmbnb (#7646)
4+
* feat(rust): feature-gate Aleo chain support to reduce CI build times (#7569)
5+
* feat: rotate provider if eth_getTransactionReceipt returns JSON null (#7489)
6+
17
## [1.6.0] - 2025-11-06
28

39
* chore: deprecate cheesechain (#7307)

rust/main/agents/validator/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [2.0.0] - 2026-01-06
2+
3+
* feat(rust): feature-gate Aleo chain support to reduce CI build times (#7569)
4+
* feat: Aleo HyperlaneProvider (#7344)
5+
* feat: aleo fallback provider (#7407)
6+
* feat: aleo validator announce (#7445)
7+
* feat: crash loop even in the event `reorg_flag.json` is unparsable (#7464)
8+
* refactor: Remove duplication and move tests into separate files (#7357)
9+
110
## [1.7.0] - 2025-11-10
211

312
* feat: make validator startup more resilient (#7342)
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## [2.0.0] - 2026-01-06
2+
3+
* chore: aleo testnet deployment (#7589)
4+
* feat: Aleo HyperlaneProvider (#7344)
5+
* feat: Implement building transactions for Aleo in Lander (#7506)
6+
* feat: Lander Aleo transaction submission (#7533)
7+
* feat: Lander for Aleo: Add check of transaction status (#7586)
8+
* feat: Lander for Aleo: Implement payload reverted method (#7591)
9+
* feat: aleo application verifier (#7400)
10+
* feat: aleo detect signer transfers (#7557)
11+
* feat: aleo explicit optional mapping values (#7488)
12+
* feat: aleo fallback provider (#7407)
13+
* feat: aleo indexer (#7369)
14+
* feat: aleo ism (#7392)
15+
* feat: aleo mailbox (#7444)
16+
* feat: aleo metric provider (#7469)
17+
* feat: aleo optimizations (#7606)
18+
* feat: aleo proving service (#7656)
19+
* feat: aleo signer (#7408)
20+
* feat: aleo tx submission (#7414)
21+
* feat: aleo validator announce (#7445)
22+
* feat: always log metadata bytes as hex (#7566)
23+
* fix: aleo decimal places (#7654)
24+
* fix: aleo recipient ism (#7584)

0 commit comments

Comments
 (0)