Key Changes
This release adds mainnet support for X Layer. To enable X Layer in mainnet, add the following config parameters:
--xlayerRPC YOUR_XLAYER_WEBSOCKET_URL
--xlayerContract 0x194B123c5E96B9b2E49763619985790Dc241CAC0
Also, watcher support for Aurora has been removed. Please remove the following parameters:
- --auroraRPC
- --auroraContract
What's Changed
- Node: Adminserver commands should not panic by @bruce-riley in #3898
- Update operations docs by @SEJeff in #3883
- Doc: Query proxy server operations manual by @bruce-riley in #3916
- Node: Default devnet evm chains by @bruce-riley in #3913
- node: Governor token list update by @djb15 in #3919
- Node: Use the env variable for run mode checks by @bruce-riley in #3923
- Node/CCQ: Add gossipAdvertiseAddress option to proxy server by @bruce-riley in #3924
- Node/Devnet: Add missing deterministic guardian keys by @bruce-riley in #3929
- Node/Devnet: Extract first guardian name from bootstrap peers by @bruce-riley in #3930
- node: moves
ccqP2pMessagesSent
counter to happy path by @yhassanzadeh13 in #3928 - Node/add xlayer tokens to manual token list by @johnsaigle in #3926
- Deploy X Layer to mainnet by @bruce-riley in #3942
New Contributors
- @yhassanzadeh13 made their first contribution in #3928
- @johnsaigle made their first contribution in #3926
Full Changelog: v2.24.1...v2.24.2