Added
- Migrations infra #515
- Owner address to share.yaml #542
- Stores all operators & validators from smart contract #545 ; #555 ; #556
- Added identity package to manage network and operator keys of some node #548
Changed
- Move async to sync processing the ETH1 events on node startup #540
- Add operator keys flag for auto generation #523
- Add more details for broadcast logs in order to ease the issues investigation #532
- Remove ValidatorShare from ControllerStartInstanceOptions #553
- Remove fixture to generated keys #557
- Align metrics when saving all validator&operators #568
Fixed
- Owner address to share.yaml #542
- ibft/controller: fix panic in ProcessSyncMessage (#546)
- ibft/instance: remove duplicated node_id and pubKey log fields (#547)
- ibft: remove ValidatorShare from ControllerStartInstanceOptions (#553)
- Fix concurrency issues in IBFT round timer
#527 ; #530 - Fix arm64 issue with badger #543 also resolving #414
- Fix panic in ProcessSyncMessage #546
- Remove duplicated node_id and pubKey log fields #547
- Fix exporter query #551
- Resolve alpine DNS issue #559
- Fix Badger logs to print in JSON format #567