Key changes
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 as testnet
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
New Contributors
Full Changelog: v2.40.0...v2.41.0