v2.0.3 Release
Mainly, v2.0.3 has fixed some consensus issues that happened in version 2.0.2, and makes balances consistent across all nodes.
- Removed randomization algorithm
- Added old burn address in consensus algorithm
- Added function that nullifies burn address for old block heights
- Used correct rates on chain for the block under V20DevRewardsHeightActivation height.
- Gave correct developer rewardPayout which were applied wrong in consensus point of view.
- Fixed recordBatch function that submit the batch to the database which happened v2.0.2
- Calculated correct rates for all pAssets on chain.
- Added reset db script in v2.0.3
- Added InsertZeroingCoinbase() function for old transactions.
What does this mean for you?
- You have to resync pegnetd from scratch.
You can remove the old pegnetd database using./pegnetd resetDB
command.