Skip to content

v2.0.3 Release

Compare
Choose a tag to compare
@StarNeit StarNeit released this 25 Feb 22:17
· 27 commits to master since this release
f2fc6d4

Mainly, v2.0.3 has fixed some consensus issues that happened in version 2.0.2, and makes balances consistent across all nodes.

  1. Removed randomization algorithm
  2. Added old burn address in consensus algorithm
  3. Added function that nullifies burn address for old block heights
  4. Used correct rates on chain for the block under V20DevRewardsHeightActivation height.
  5. Gave correct developer rewardPayout which were applied wrong in consensus point of view.
  6. Fixed recordBatch function that submit the batch to the database which happened v2.0.2
  7. Calculated correct rates for all pAssets on chain.
  8. Added reset db script in v2.0.3
  9. 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.