Key Changes
This release is a minor addition on top of v2.23.47
which 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 or testnet.
- Remove --network
- Remove --bootstrap
What's Changed (v2.23.47 and v2.23.48)
- 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
New Contributors
- @hmzakhalid made their first contribution in #3239
Full Changelog: v2.23.45...v2.23.48