- 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)