Key Changes
This release includes changes to hard code the gossip network parameters so that guardians and users of the spy should not need to specify them in the config. (Although the parameters are still supported for network upgrade testing purposes, they should not be used unless you are asked to do so.)
The following config parameters should be removed from the guardiand config:
- --network
- --bootstrap
- --ccqP2pBootstrap
The following config changes should be made for the spy:
- Add --env with a value of mainnet or testnet.
- Remove --network
- Remove --bootstrap
What's Changed
- Node/P2P: Add default bootstrap peers by @bruce-riley in #3852
- Node/spy: Adds optional VAA signature verification by @bruce-riley in #3854
- Node/CCQ: Load testing tweaks by @bruce-riley in #3857
- Node/EVM: Make it log the message ID by @bruce-riley in #3865
- node: support overriding the p2p advertised ip by @SEJeff in #3786
- node: Throttle CoinGecko queries by @djb15 in #3867
- node: Governor token list update by @djb15 in #3868
New Contributors
- @hmzakhalid made their first contribution in #3239
Full Changelog: v2.23.45...v2.23.49