Skip to content

Commit a3f5c02

Browse files
committed
Merge remote-tracking branch 'origin/main' into midnight-v1
# Conflicts: # pnpm-lock.yaml # rust/main/Cargo.toml # typescript/cli/src/deploy/warp.ts # typescript/sdk/src/token/Token.ts # typescript/sdk/src/token/TokenStandard.ts
2 parents 7c05493 + f0f8a56 commit a3f5c02

472 files changed

Lines changed: 49412 additions & 20803 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/aleo-warp-token-registry-miss.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/export-evm-zeroish-helper.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/gcp-kms-validator-signer.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/quiet-pandas-sign.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@hyperlane-xyz/cli': minor
3+
'@hyperlane-xyz/sdk': minor
4+
---
5+
6+
External EVM signer configs were added to transaction-file submission, and JSON-RPC submitters were extended with explicit signer injection and partial submission results.

.changeset/quiet-receipts-arrive.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@hyperlane-xyz/sdk': patch
3+
---
4+
5+
Restored Sonic CCIP constants and default multisig ISM validator configuration.

.changeset/sdk-xerc20-token-fee.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/silent-walls-report.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

.changeset/tame-humans-judge.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@hyperlane-xyz/tron-sdk': minor
3+
'@hyperlane-xyz/sdk': patch
4+
---
5+
6+
Tron externally-owned accounts are no longer reported as inactive owners. `TronJsonRpcProvider` gained `isAccountActive`, which reads on-chain activation from the native `wallet/getaccount` endpoint instead of leaving liveness to be inferred from `getTransactionCount` (Tron has no nonces, so that method is hardcoded to 0 and made every Tron EOA look dead). `isAddressActive` now consults that method when the provider offers it and otherwise keeps its existing code-or-nonce behaviour, so `warp check` stops emitting a permanent `ownerStatus` violation for live Tron EOA owners. A failure reaching the Tron node is thrown rather than reported as inactive.

0 commit comments

Comments
 (0)