v0.6.0 - 2022-06-07
This release introduces general fixes and improvements including progress on validator exits and DKG hardening.
Full Changelog: v0.5.0..v0.6.0
Feature
- Create a
charon create exit
command, to prepare exit data for an activated DV in a cluster #553 (#669,#667,#648) - Human friendly node/peer names #585 (#629,#624)
Bug
- dkg: command hangs if one peer drops out #586 (#671,#662)
- bootnode: circuit reservation resource issues #580 (#640)
- Implement compose to debug local docker-compose clusters #568 (#621)
Refactor
- Decrease complexity of scheduler resolveDuties #347 (#663)
- dkg: improve logging #587 (#633)
- p2p: remove --p2p-peerdb flag #644 (#657)
- p2p: add explanation of enr types in --p2p-bootnodes flag #643 (#658)
- p2p: rename --p2p-bootmanifest flag #642 (#660)
- keystore: path is a mandatory field in keystore files #567 (#622)