Conflux v2.2.1-testnet
Pre-release
Pre-release
peilun-conflux
released this
15 Dec 09:29
·
1123 commits
to master
since this release
Note that pos_config/pos_config.yaml
is updated by adding consensus: hardcoded_epoch_committee
. Please replace this file or apply this change manually before restarting the node.
Incompatible Changes
- Hardcode a PoS committee at the PoS epoch 7760 to fix the empty committee issue for Testnet.
RPC Changes
- Fix
cfx_getDepositList
andcfx_getVoteList
RPC return value format to use hex strings.
Improvements
- Retry the PoS election transaction if it's not included.
- Save the PoS CPU usage by limit the max pos voting power in Testnet.
- Avoid duplicate PoS peer broadcast.
Bug Fixes
- Fix issues in eSpace
filter
andpubsub
RPCs that may return incorrect or duplicate log entries. - Fix an issue in eSpace
filter
andpubsub
RPCs that may get stuck for a long time. - Fix an issue that may make valid transactions unable to be accepted by the transaction pool.
- Disable PoS state pruning by default to avoid OutOfMemory issues.