This release is a hotfix for various stacks-node behavior in 2.1.0.0.0. This version is compatible with 2.1.0.0.0
chainstate directories, so it does not require a resync to upgrade from 2.1.0.0.0
.
Fixed
- Fix crash related to mempool bloom filter processing
- Handle the case where a bitcoin node returns zero headers (#3588)
- The default value for
always_use_affirmation_maps
is now set tofalse
,
instead oftrue
. This was preventing testnet nodes from reaching the chain
tip with the default configuration. - Reduce default poll time of the
chain-liveness
thread which reduces the
possibility that a miner thread will get interrupted (#3610).