pegnet / pegnetd

The pegnet daemon to track txs, conversions, etc
Other
13 stars 14 forks source link

Version 2.0.3 #177

Closed StarNeit closed 3 years ago

StarNeit commented 3 years ago
  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.