Key changes
XRPL-EVM
This release adds support for XRPL-EVM testnet and mainnet.
To enable it on testnet, use the following config parameters:
--xrplEvmRPC YOUR_WS_RPC
--xrplEvmContract 0xaBf89de706B583424328B54dD05a8fC986750Da8
To enable it on mainnet, use the following config parameters:
--xrplEvmRPC YOUR_WS_RPC
--xrplEvmContract 0xaBf89de706B583424328B54dD05a8fC986750Da8 // This is the same address as testnet
Linea mainnet
This release adds support for Linea mainnet. To enable it, use the following config parameters:
--lineaRPC YOUR_WS_RPC
--lineaContract 0x0C56aebD76E6D9e4a1Ec5e94F4162B4CBbf77b32
Note: versions v2.41.0 and v2.42.0 were not proposed to all mainnet guardians. The changelog below shows changes since the most recent version that's been adopted by the mainnet guardians.
What's Changed
- docs: Add NTT-related information to Accountant whitepaper by @johnsaigle in #4422
- Doc: Update guardian doc by @bruce-riley in #4427
- node: Fix marshaling for MessagePublications by @johnsaigle in #4428
- Node: Remove unnecessary chain ID tests by @bruce-riley in #4449
- sui: testnet updates by @kcsongor in #4444
- EVM/Node: Custom consistency level by @bruce-riley in #4406
- node: Update Governor token list by @djb15 in #4442
- Github: Remove Bruce as code owner by @bruce-riley in #4453
- Node: Remove deprecated chains by @bruce-riley in #4446
- docs: Clarify tokenfactory restrictions by @johnsaigle in #4403
- ci: Fix lint issues raised by new golangci-lint and clippy versions by @johnsaigle in #4460
- ci: Specify permissions on job by @djb15 in #4443
- update nodejs (#4409) by @elee1766 in #4410
- Add guardian set prototxt files and short readme by @aadam-10 in #4466
- Update CODEOWNERS by @nik-suri in #4465
- Add support for XRPL-EVM by @aapclark in #4459
- Testnet XRPLEVM SR constants by @hernandp in #4467
- fix(flags): update xrplEvmContract flag by @andreclaro in #4477
- add XRPLEVM tokenbridge and SR addresses to sdk constants by @aapclark in #4479
- node: Governor token list update by @djb15 in #4457
- feat (watcher): add linea mainnet by @aapclark in #4464
New Contributors
Full Changelog: v2.40.0...v2.43.0