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
70 changes: 35 additions & 35 deletions rust/main/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/main/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ edition = "2021"
homepage = "https://hyperlane.xyz"
license-file = "../LICENSE.md"
publish = false
version = "1.7.0"
version = "2.0.0"

[workspace.dependencies]
Inflector = "0.11.4"
Expand Down
18 changes: 18 additions & 0 deletions rust/main/agents/relayer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [2.0.0] - 2026-01-06

* chore: deprecate form, inevm, injective, mint, neutron, osmosis, svmbnb (#7646)
* feat(rust): feature-gate Aleo chain support to reduce CI build times (#7569)
* feat: Aleo HyperlaneProvider (#7344)
* feat: ICA message body matching list and superswaps app context (#7711)
* feat: Improve Transaction Drop Error Classification in InclusionStage (#7574)
* feat: Lander Transaction Submission Observability (#7393)
* feat: add relayer API endpoint to reset upper nonce for a given evm chain (#7372)
* feat: always log metadata bytes as hex (#7566)
* feat: crash loop even in the event `reorg_flag.json` is unparsable (#7464)
* feat: include offchain lookup server response body in error when we fail to parse json (#7526)
* feat: make refused to build metadata error easier to debug (#7539)
* feat: rotate provider if eth_getTransactionReceipt returns JSON null (#7489)
* fix: Clear link between message and payload for manual reprocessing (#7360)
* refactor: OperationDisposition: Rename Confirm into PostSubmit and Remove Manual (#7384)
* refactor: Remove duplication and move tests into separate files (#7357)

## [1.7.0] - 2025-11-10

* fix: Add tests for functions identifying if messages are already submitted (#7346)
Expand Down
6 changes: 6 additions & 0 deletions rust/main/agents/scraper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.0.0] - 2026-01-06

* chore: deprecate form, inevm, injective, mint, neutron, osmosis, svmbnb (#7646)
* feat(rust): feature-gate Aleo chain support to reduce CI build times (#7569)
* feat: rotate provider if eth_getTransactionReceipt returns JSON null (#7489)

## [1.6.0] - 2025-11-06

* chore: deprecate cheesechain (#7307)
Expand Down
9 changes: 9 additions & 0 deletions rust/main/agents/validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.0.0] - 2026-01-06

* feat(rust): feature-gate Aleo chain support to reduce CI build times (#7569)
* feat: Aleo HyperlaneProvider (#7344)
* feat: aleo fallback provider (#7407)
* feat: aleo validator announce (#7445)
* feat: crash loop even in the event `reorg_flag.json` is unparsable (#7464)
* refactor: Remove duplication and move tests into separate files (#7357)

## [1.7.0] - 2025-11-10

* feat: make validator startup more resilient (#7342)
Expand Down
24 changes: 24 additions & 0 deletions rust/main/chains/hyperlane-aleo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## [2.0.0] - 2026-01-06

* chore: aleo testnet deployment (#7589)
* feat: Aleo HyperlaneProvider (#7344)
* feat: Implement building transactions for Aleo in Lander (#7506)
* feat: Lander Aleo transaction submission (#7533)
* feat: Lander for Aleo: Add check of transaction status (#7586)
* feat: Lander for Aleo: Implement payload reverted method (#7591)
* feat: aleo application verifier (#7400)
* feat: aleo detect signer transfers (#7557)
* feat: aleo explicit optional mapping values (#7488)
* feat: aleo fallback provider (#7407)
* feat: aleo indexer (#7369)
* feat: aleo ism (#7392)
* feat: aleo mailbox (#7444)
* feat: aleo metric provider (#7469)
* feat: aleo optimizations (#7606)
* feat: aleo proving service (#7656)
* feat: aleo signer (#7408)
* feat: aleo tx submission (#7414)
* feat: aleo validator announce (#7445)
* feat: always log metadata bytes as hex (#7566)
* fix: aleo decimal places (#7654)
* fix: aleo recipient ism (#7584)
Loading
Loading