Skip to content

Latest commit

 

History

History
83 lines (49 loc) · 2.54 KB

v0.30.md

File metadata and controls

83 lines (49 loc) · 2.54 KB

Changelog v0.30

0.30.3 (Oct 20, 2022)

Changes

  • Run ipfs gc while starting node and then once a day (#1039)
  • Fill activity map with absent online addresses (#1038)
  • Do not limit deferred tx attempts in case of InsufficientFunds error (#1034)

0.30.2 (Oct 18, 2022)

Changes

  • [Hotfix] Change status of candidate to newbie if candidate has no qualified flips. Update statedb data to fix lottery panic on 5087986 block (#1037)

0.30.1 (Oct 3, 2022)

Changes

  • Truncate blockchain (#1015)
  • Update ipfs (#1016)
  • Compact goLevelDB while starting node (#1017)
  • Do not limit deferred tx attempts in case of LateTx error (#1013)
  • Fix broadcast block calculation (#1014)
  • Pass correct minted amount and burnt stake to collector (#1019)

0.30.0 (23 Aug, 2022)

Fork (Upgrade 9)

  • Mining rewards based on quadratic staking (IIP-5) (#1001)
  • Disable KillInvitee transaction for Newbie (#1000)
  • Oracle voting changes: oracle owner (#1003), early voting finishing (#999), saving oracle hash (#1005)
  • Bug fixes: float32 calculations (#990), accounts clearing (#1004), TerminateContractTx transaction (#1009), god address termination (#1006)

Changes

  • Switch to ubuntu-20.04 (#1008)
  • Add additional deferred tx logs (#1002)