Releases: ssvlabs/ssv
Releases · ssvlabs/ssv
v0.0.18
Pull Requests:
- Refactor registry data sync (#301, #300)
- Change indices fetching to work synchronously in addition to async (#303, #305)
- Fix gorountines leak (#302)
Configuration changes:
CLEAN_REGISTRY_DATA
- added a flag to force resyncETH_1_SYNC_OFFSET
- sync offset (the block to start the sync from) will be applied only when no persisted value exist. in case of resync the default value is the contract genesis block
v0.0.17
v0.0.16
v0.0.15
v0.0.14
v0.0.13
v0.0.12
- fixed sync issues (#218, #226, #229)
- improved duty scheduling mechanism (#209, #222)
- added eth1 node connection timeout, fixing reconnection scenario and avoid getting stuck when the node have bad connection (#221)
- added health-check route (#209)
- improved logs
- added log level format (#224)
- fixed panic errors (#234)
- fixed unstable tests (#219)
- added EnableProfile flag (#227)
v0.0.11
- implements subscribe to subnet
- improved logs
- operator successfully configured and running log indication
- improved duty scheduling fixing ssv nodes starting in different times causing change round in some cases
- fixed incorrect tag version
- fixed concurrency issue in message queue
- fixed IBFT instance was not stopped properly preventing next instance to start(instance still running) resulting in missed attestation