Key Changes
This release hard codes 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
ortestnet
. - 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
New Contributors
- @hmzakhalid made their first contribution in #3239
Full Changelog: v2.23.45...v2.23.47