Skip to content

Latest commit

 

History

History
195 lines (134 loc) · 8.37 KB

CHANGELOG.md

File metadata and controls

195 lines (134 loc) · 8.37 KB

Changelog

Unreleased

0.27.2-rc1 (Oct 1, 2021)

Changes

  • Respect shardId in mempool syncing (#805)
  • Update deps (#776 & #796)
  • Add RPC method to estimate tx (#809)

0.27.1 (Sep 23, 2021)

Changes

  • Optimize network usage (#802)

0.27.0 (Sep 16, 2021)

Fork (Upgrade 6)

  • Validation sharding (#695)
  • Introduce new keywords for flips (#793)
  • Introduce separate fund to reward successful flip reports (#792)
  • Change flip report thresholds for small committees (#785)
  • Increase invites limit for the foundation address (#781)
  • Fix killTx transaction validation (#780)
  • Fix delegation for suspended and zombie (#784)

Changes

  • Add RPC method to fetch minimal required client version (#786)
  • Restore mined transactions to mempool after blocks rollback (#768)
  • Add mempool nonce into response of getBalance rpc method (#779)
  • Add the time parameter when the node loads all flips for the validation to the node configuration (#773)
  • Update boot nodes (#787)
  • Add shared node profile (#783)

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)

0.25.3 (Apr 30, 2021)

Changes

Bug Fixes

0.25.2 (Apr 1, 2021)

Finish voting transactions will be enabled on the next seamless fork.

Changes

  • Temporary disable finish oracle voting transactions due to bug (#665)

0.25.1 (Mar 27, 2021)

Changes

  • Respect delegation switch in RPC calls (#657)

0.25.0 (Mar 22, 2021)

Fork (Upgrade 4)

  • Introduce pools (#631)
  • Update contracts (#649)
  • Increase flip rewards, decrease invite rewards (#651)
  • Burn 5/6 of invitee stake in KillInviteeTx (#676)

Changes

  • Increase file descriptor limit (#653)
  • Update deps (#645 & #648)

Bug Fixes