Skip to content

Latest commit

 

History

History
105 lines (74 loc) · 4.61 KB

v0.26.md

File metadata and controls

105 lines (74 loc) · 4.61 KB

Changelog v0.26

0.26.7 (09 Aug, 2021)

Changes

  • Implement async transaction keeper to prevent locks in p2p messaging (#751)
  • Optimize transactions and flip keys validation (#754 & #755)
  • Fix issue when public flip key could be missed (#753)
  • Update deps (#745 & #757 & #742 & #759 & #758 & #746)
  • Extend logs (#756)
  • Use import/export API of iavl tree for state snapshot to reduce its size (#764)

0.26.6 (Jul 19, 2021)

Changes

  • Speed up fast sync (#731)
  • Adjust consensus engine timeouts (#732)
  • Disable noise protocol (#733)
  • Keep all mempool transactions on disk (#734)
  • Implement postponed validation of proposed blocks (#735)
  • Publish ipfs peers info to eventbus (#736)

0.26.5 (Jul 4, 2021)

Changes

  • Revert go-ipfs from 0.9.0 to 0.8.0 (#725)

0.26.4 (Jul 3, 2021)

Changes

0.26.3 (Jun 11, 2021)

Breaking Changes

  • Remove currentValidationStart from response of dna_epoch RPC method (#706)

Changes

  • Get rid of double block processing while inserting a block into the chain (#704 & #708)
  • Add startBlock to response of dna_epoch RPC method (#706)
  • Upgrade to GitHub-native Dependabot (#683)
  • Update iavl and protobuf deps (#696)
  • Update deps (#698 & #699 & #700 & #701 & #707)
  • Add CHANGELOG.md (#702)

0.26.2 (May 26, 2021)

Bug Fixes

  • Fix invitation reward calculation (#692)

0.26.1 (May 11, 2021)

Bug Fixes

  • Fix offline detector flags validation (#686)

0.26.0 (May 7, 2021)

Fork (Upgrade 5)

  • Encourage early invitations (#671)
  • Check 5 sequential blocks without ceremonial txs to finish the validation ceremony (#672)
  • Implement delayed offline penalties (#674)
  • Burn 5/6 of invitee stake in KillInviteeTx (#676)

Changes

  • Add new tx type to store data to IPFS (#670)

Bug Fixes

  • Fix events for pool rewards in oracle voting (#669)