This release contains several P2P changes to improve testnet performance. It also contains a couple of minor bug fixes.
Note that the following guardiand config parameters are deprecated, and should be modified as follows.
wormchainKeyPath
should be changed toaccountantKeyPath
wormchainKeyPassPhrase
should be changed toaccountantKeyPassPhrase
Support for the old parameters will be removed in a future release.
What's Changed
- node/p2p: set WithValidateQueueSize 1024 by @tbjump in #3308
- node/p2p: Increase gossipParams.Dhi to 50 for testnet bootstrap node by @tbjump in #3309
- governor: increase governor limits on Sei by @claudijd in #3306
- node/processor: Remove dead code by @tbjump in #3307
- node/p2p: increase TESTNET_BOOTSTRAP_DHI to 350 by @tbjump in #3311
- Node/Gateway: Relayer not detecting error by @bruce-riley in #3312
- Node: Clean up wormchain parameters by @bruce-riley in #3310
Full Changelog: v2.23.2...v2.23.3