Skip to content

Commit 7ac23dd

Browse files
release: agents v1.6.0
This is a minor version bump for the Hyperlane agents. Changes will be released as agents-v1.6.0 after this PR is merged.
1 parent 653b18e commit 7ac23dd

File tree

16 files changed

+200
-25
lines changed

16 files changed

+200
-25
lines changed

rust/main/Cargo.lock

Lines changed: 21 additions & 21 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
@@ -33,7 +33,7 @@ edition = "2021"
3333
homepage = "https://hyperlane.xyz"
3434
license-file = "../LICENSE.md"
3535
publish = false
36-
version = "1.5.0"
36+
version = "1.6.0"
3737

3838
[workspace.dependencies]
3939
Inflector = "0.11.4"
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
## [1.6.0] - 2025-10-14
2+
3+
* chore(relayer): lower worker thread count (#6712) (#f67ebeb)
4+
* chore(relayer): rename `Processor` -> `DbLoader`, `SerialSubmitter` -> `MessageProcessor` (#6731) (#8f2b9a6)
5+
* chore: bump toolchain from 1.81 to 1.86 (#6915) (#054dbd1)
6+
* chore: deprecate alfajores (#6987) (#b10f1e8)
7+
* feat(lander): Batching for Ethereum transactions (#6601) (#06efe3a)
8+
* feat: Build dispatcher and its endpoint as part of a destination chain (#6773) (#e2691ec)
9+
* feat: add /merkle_proofs endpoint to show proof (#6980) (#887d99d)
10+
* feat: add app_context to operations_processed_count (#6395) (#33c203c)
11+
* feat: add endpoints to insert messages and merkle tree insertions (#6228) (#5b6c65d)
12+
* feat: add igp crud endpoints (#6573) (#7f2c0af)
13+
* feat: add ism build count (#6697) (#cb8a31b)
14+
* feat: add kubedns regex for offchain lookup ISM (#6372) (#a73ec6f)
15+
* feat: add message_id to list messages endpoint (#7002) (#4b635b6)
16+
* feat: add metrics for detecting if merkle root from validators different from relayer internal root (#6816) (#95a514a)
17+
* feat: add regex to matching list (#6654) (#80bf49e)
18+
* feat: add unit tests to ensure correct ordering of validator signatures (#6527) (#a73b5eb)
19+
* feat: add unittests for relayer startup (#6432) (#73d7904)
20+
* feat: build a bunch of structs as part of a origin chain (#6807) (#3869653)
21+
* feat: deny unsafe arithmetic (#6927) (#93e9f3f)
22+
* feat: endpoint for reprocessing messages (#6981) (#01b03a1)
23+
* feat: fix PendingMessage debug print (#6580) (#ff8ccfd)
24+
* feat: fix crashes and set metrics instead when rpcs fail (#6278) (#c4f9fa8)
25+
* feat: fix offchain lookup not trying all urls (#6813) (#6f00ee0)
26+
* feat: handle failed finalized transactions on sealevel (#6946) (#d9bab99)
27+
* feat: include insertion_block_number for listing merkle tree insertions (#6785) (#7e75a84)
28+
* feat: radix (#6895) (#f18c9b5)
29+
* feat: reduce logs (#6494) (#8185c87)
30+
* feat: reduce unwrap() and expect() (#6631) (#d8afb82)
31+
* feat: reduce unwraps and panics (#6764) (#82fc897)
32+
* feat: remove redundant logs (#6569) (#af276f2)
33+
* feat: separate tx id indexing and cursor indexing into separate threads (#6350) (#3835483)
34+
* fix: Change Settings.chains to use HyperlaneDomain as key instead of String (#6769) (#2546c3c)
35+
* fix: Improve domain logging (#6391) (#ac1e524)
36+
* fix: Improve logging of failed to build error on CCIP Read ISM (#6757) (#859bceb)
37+
* fix: Measure init time correctly in Relayer (#6718) (#fcb9d47)
38+
* fix: Resend message to Lander when payload made it into tx but tx was dropped (#6894) (#5d4f60e)
39+
* fix: Stop resubmitting a message if there is a payload in Lander which is not dropped (#6880) (#7ddef63)
40+
* fix: Use only domain in spans so that it is easier to search (#6469) (#8b18655)
41+
* refactor(lander): Rename TransactionId, PayloadId and PendingInclusion (#6468) (#2c7f387)
42+
* refactor(lander): simplify module and type names (#6384) (#fd6e878)
43+
* refactor: Add app operation verifier and ccip signers into destination chain init (#6814) (#76cdb1b)
44+
* refactor: Add database and chain conf into destination chain init (#6817) (#cb7d42b)
45+
* refactor: Move unit tests in relayer.rs into separate file (#6690) (#13552bb)
46+
* refactor: Refactor building mailboxes as part of destination chains (#6808) (#9de29fe)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## [1.6.0] - 2025-10-14
2+
3+
* feat: Override the lowest block height with value from settings (#6451) (#c7a7258)
4+
* feat: radix e2e tests (#7060) (#d284fd6)
5+
* fix: Add domain into spans in Scraper (#6846) (#c523bbb)
6+
* fix: Improve logging for cursor creation (#6836) (#77cf0e5)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## [1.6.0] - 2025-10-14
2+
3+
* feat: add metric for observed block height of checkpoints (#7146) (#283b2f0)
4+
* feat: added fallback to starknet providers (#6537) (#db53db1)
5+
* feat: validator overwrite and log any checkpoints that don't match its current in-memory version (#6500) (#82b4c2c)
6+
* fix: validator count fetching upon startup is retried (#6470) (#983f2c1)
7+
* refactor: Move tests into a separate file to simplify code navigation (#7126) (#49a8a48)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## [1.6.0] - 2025-10-14
2+
3+
* feat: migrate from tendermint to cometbft (#6834) (#7199ade)
4+
* fix: add message id multisig ism to relayer (#7061) (#e39c408)
5+
* refactor(agents): CosmWasm <> CosmosNative deduplication (#6012) (#dafa0b6)
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## [1.6.0] - 2025-10-14
2+
3+
* feat(lander): Builder stage popping several payloads at a time (#6557) (#b46f9a2)
4+
* feat(lander): more advanced nonce manager (#6504) (#7acd30d)
5+
* feat: Cap gasPrice escalation (by Claude) (#6862) (#e22a090)
6+
* feat: Deprioritize failed providers (#6613) (#5495f0f)
7+
* feat: add gas limit cap (#6879) (#43cbf09)
8+
* feat: change span to debug (#6663) (#6fad18e)
9+
* fix: Add provider host to logging for EVM (#7068) (#a34bb46)
10+
* fix: Request more fee history percentiles if default one returned zeros (#7047) (#a62b4a4)
11+
* refactor: align radix custom rpc header with evm implementation (#7110) (#5847e5d)
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## [1.6.0] - 2025-10-14
2+
3+
* feat: add process_calldata and build_transactions for radix (#7087) (#64ba403)
4+
* feat: add support for recipient for radix (#6961) (#712d3c7)
5+
* feat: add support for submit, simulate and estimate for radix lander (#7107) (#e541606)
6+
* feat: figure out sender for radix (#6941) (#e3a0233)
7+
* feat: integrate radix lander (#7117) (#e730c03)
8+
* feat: radix lander, add support for delivered_calldata and reverted_payloads (#7067) (#85a66df)
9+
* feat: radix lander, implement get_tx_hash_status (#7058) (#26bd52b)
10+
* feat: radix provider metrics (#7032) (#4a3ac4c)
11+
* feat: stokenet deployment (#6944) (#9f7d901)
12+
* feat: use core provider to get state_version (#6932) (#8c2624c)
13+
* fix(radix): only index successful tx (#6939) (#d2fc4a1)
14+
* refactor: improve radix state queries (#7017) (#8f4faae)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## [1.6.0] - 2025-10-14
2+
3+
* chore: add new starknet SOL route to SVM relayer application verifier (#6670) (#08d6cf2)
4+
* feat(lander): refactor SVM components to allow mocking (#6742) (#446e2e1)
5+
* feat(relayer): add trailing bytes on retrying simulate transaction call for sealevel (#7102) (#d284385)
6+
* feat: Implement validator announcement for `hyperlane-sealevel` (#7098) (#d873040)
7+
* feat: Lander SealevelAdapter is able to report reverted payloads (#7158) (#3d13493)
8+
* feat: Scraper add logs for interchain payment PDA pubkey (#7018) (#60c841f)
9+
* fix: change the commitment level for Sealevel check of reverted payloads (#7167) (#651af9b)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## [1.6.0] - 2025-10-14
2+
3+
* chore: update to latest cainome & starknet versions (#6435) (#1ed65c2)
4+
* feat: add batching support for starknet (#6359) (#b65062c)
5+
* fix(starknet): skip dry_run_verify for now (#6615) (#b0e74c3)
6+
* fix: Render Starknet address as hex instead of string (#7137) (#6d44a7b)
7+
* fix: add sanity range check for starknet indexer (#6464) (#a1d5b77)
8+
* fix: failed_indexes for starknet batch submissions (#7135) (#63673a7)
9+
* fix: make starknet signer key optional (#6497) (#422a78c)

0 commit comments

Comments
 (0)