Key changes
Plume support
This release adds support for Plume mainnet and testnet. To enable it on mainnet, please use the following config parameters:
--plumeRPC YOUR_WEBSOCKET_RPC
--plumeContract 0xaBf89de706B583424328B54dD05a8fC986750Da8
To enable it on testnet, please use the following config parameters:
--plumeRPC YOUR_WEBSOCKET_RPC
--plumeContract 0x81705b969cDcc6FbFde91a0C6777bE0EF3A75855 //this is TESTNET!
Governor changes
- This release reduces the governor limits for Blast and X Layer to 0, delaying all token bridge transfers originating from those chains by 24 hours. This is due to extremely low cross-chain activity over Wormhole and preparation for a possible disconnection.
- The maximum time a governor delay can be extended to manually via the admin command has been increased from 7 to 30 days.
Note: versions v2.36.0 and v2.37.0 were not proposed to mainnet guardians. The changelog for these are copied in this release note.
What's Changed v2.38.0
- CODEOWNERS: update file by @panoel in #4381
- deps: Update elliptic to >= 6.6.1 (round 2) by @johnsaigle in #4392
- Plume testnet by @aapclark in #4414
- node: Reduce Governor limits for Blast and XLayer by @djb15 in #4416
- Plume mainnet by @aapclark in #4417
What's Changed v2.37.0
- guardiand: fix set message fee serialization by @fergarrui in #4397
- Node: Converge VAAs not getting published by @bruce-riley in #4401
- fix: moved message fee from int64 to string and uint256 by @fergarrui in #4399
- node: Governor token list update by @djb15 in #4396
- node: Increase Governor maximum delay to 30 days by @djb15 in #4398
- sdk: reserve Codex chain ID by @connorstake in #4408
- docs: Modify Governor whitepaper to include information about Flow Cancelling by @johnsaigle in #3982
- Node: Specify config file by @bruce-riley in #4404
- ci: fix clippy lint violation by @johnsaigle in #4412
- Node/Solana: TX for account by @bruce-riley in #4350
What's Changed v2.36.0
- ci: add depguard linter to create a deny-list for dependencies by @johnsaigle in #4390
- add Converge testnet by @aapclark in #4394
Full Changelog: v2.37.0...v2.38.0