Releases: fetchai/cosmos-consensus
Releases · fetchai/cosmos-consensus
v0.4.4
Changes in this release
- Fix bug on restart when running testnet - WAL file can be corrupt and needs mended
- Bug fix setting of initial entropy for sentries
- Bug fixes for problems seen on testing crash recovery of single node.
- Reduce noisy logging
Bug Fixes
- Fix bug on restart when running testnet - WAL file can be corrupt and needs mended
- Bug fix setting of initial entropy for sentries
- Bug fixes for problems seen on testing crash recovery of single node.
Ecosystem
Component |
Baseline |
Tendermint |
0.32.12 |
Pull Requests
- Bug fixes from testing crash recover (#107)
- Bug fix setting of initial entropy for sentries (#108)
- Bugfix/wal corruption (#104)
- Reduce change function loggger prints for less noise (#103)
v0.4.3
Changes in this release
- Removed DKG and entropy generation config variables out of
ConsensusConfig
into new BeaconConfig
Bug Fixes
- Fix aeon key race when setting entropy
- switch metrics for entropy generation to consensus from beacon
- Bug fix in creating validator files
- Match computation of qual size with C++
Ecosystem
Component |
Baseline |
Tendermint |
0.32.12 |
Pull Requests
- Fix aeon key race (#100)
- files for timing tests (#101) (#91)
- switch metrics for entropy generation to consensus from beacon (#97)
- Bug fix in creating validator files (#93)
- CON-76: Change mcl curve from BN254 to BLS12-381
- Match computation of qual size with C++ (#90)
- Add metric for block production failures (#88)
v0.4.2
Changes in this release
Bug Fixes
- Fix issue when in clearing of old keys
- Save block entropy to state (LDGRALT-132)
- Fix non validator catchup (LDGRALT-132)
Ecosystem
Component |
Baseline |
Tendermint |
0.32.11 |
Pull Requests
- Bug fix in clearing of old keys (#75)
- Save block entropy to state (#76)
- Bugfix/non validator catchup (#74)
- Correct dockerfile and add capability for network delays and maliciousness (#73)
v0.4.1
Changes in this release
- Config: allow_duplicate_ip to true
Ecosystem
Component |
Baseline |
Tendermint |
0.32.11 |
Pull Requests
- Remove previous templates (#71)
- Minor refactoring of DKG prefix (#70)
- Update docs NPM packages (#69)
- Changed default value of allow_duplicate_ip to true (#72)
v0.4.0
Changes in this release
- Update version to v0.4.0
- Bug Fixes:
- Allow start up midway through DKG
- Ignore own messages during DKG
- Prevent accepting duplicate/conflicting dry runs
- Bug fix on dkg validator indices in aeon details
Ecosystem
Component |
Baseline |
Tendermint |
0.32.11 |
Pull Requests
- Bug fix on dkg validator indices in aeon details (#67)
- Allow startup midway through DKG negotiation (#66)
- Minor changes that came up during testing (#64)
- Ignore own messages during DKG (#65)
- Prevent accepting duplicate/conflicting dry runs (#63)
- benchmarking code (#59)
v0.3.0
Changes in this release
- Update version to v0.3.0
- Deployment bug fixes
- Added DKG encryption with noise
Ecosystem
Component |
Baseline |
Tendermint |
0.32.11 |
Pull Requests
- Bug fixes from deployment (#62)
- Add more DKG metrics (#61)
- Add initial release cutter script (#58)
- Add encryption of DKG shares with Noise (#57)
v0.2.1
Changes in this release
- Bugfix for entropy shares
- Robustness improvements allowing DKG length to increase after each failure
Ecosystem
Component |
Baseline |
Tendermint |
0.32.11 |
Pull Requests
- Files to allow deploying tendermint (#44)
- Increase dkg length after each failure (#55)
- Bug fix for receiving entropy shares (#56)
v0.2.0
Changes in this release
- Allow DKG Observers to process DKG output
- Tendermint: v0.32.11
Ecosystem
Component |
Baseline |
Tendermint |
0.32.11 |
Pull Requests
- Allow DKG observers to get dkg output (#54)
- Upstream Sync: v0.32.11 (#52)
- Add dkg ID and DRB round to block header (#53)
- Bug fix for dkg fast sync (#51)
v0.1.0
Changes in this release
- Initial development release 🎉 🎉 🎉
- Initial DKG / DRB entropy engine integrated into tendermint
- CI + Automation using Github Actions
Ecosystem
Component |
Baseline |
Tendermint |
0.32.10 |
Pull Requests
- Add release branches to CI (#50)
- Enable rejoining of DKG (#45)
- Filter events to only mainline branches for CI (#49)
- Minor logging status update (#48)
- Use native logger in c++ (#46)
- Enable changing aeon length from app v2 (#43)
- Add test target without caching enabled (#42)
- Port of existing DKG/DRB to new master branch (#40)