- Respect shardId in mempool syncing (#805)
- Update deps (#776 & #796)
- Add RPC method to estimate tx (#809)
- Optimize network usage (#802)
- 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)
- 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)
- 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)
- 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)
- Revert go-ipfs from 0.9.0 to 0.8.0 (#725)
- Optimize mempool sync (#721)
- Update consensus engine timeouts (#720)
- Extend identity API (#718)
- Update deps (#717 & #716 & #710 & #719 & #714 & #715 & #722)
- Remove
currentValidationStart
from response ofdna_epoch
RPC method (#706)
- Get rid of double block processing while inserting a block into the chain (#704 & #708)
- Add
startBlock
to response ofdna_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)
- Fix invitation reward calculation (#692)
- Fix offline detector flags validation (#686)
- 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)
- Add new tx type to store data to IPFS (#670)
- Fix events for pool rewards in oracle voting (#669)
Finish voting transactions will be enabled on the next seamless fork.
- Temporary disable finish oracle voting transactions due to bug (#665)
- Respect delegation switch in RPC calls (#657)