Key changes
Governor
Big transaction limits for Ethereum, Arbitrum, Base, Sui and Solana have been increased in #4426 to:
Ethereum
$5M => $20M
Arbitrum
$500K => $2M
Base
$500K => $2M
Sui
$500K => $2M
Solana
$2.5M => $10M
What's Changed
- governor: export chainList and tokenList by @yevshev in #4411
- node(cleanup): remove unused supervisor code by @johnsaigle in #4388
- sdk: Auto-generate ChainID methods by @johnsaigle in #4402
- Node: Audit protobuf chain IDs by @bruce-riley in #4419
- ci: add cspell to lint script by @johnsaigle in #4421
- node: Governor token list update by @djb15 in #4418
- ci: upgrade golangci-lint to latest version by @johnsaigle in #4420
- Node/Solana: Tweak tx_for_addr functionality by @bruce-riley in #4423
- governor: update big transaction limits by @johnsaigle in #4426
- ci: Enable staticcheck lints and fix violations by @johnsaigle in #4424
- node: Fix wrapped asset query errors for the Transfer Verifier by @johnsaigle in #4362
- Node: Channel writes without blocking by @bruce-riley in #4276
New Contributors
Full Changelog: v2.38.0...v2.39.0