Skip to content

Releases: ssvlabs/ssv

v0.0.18

14 Sep 15:36
ad5cf76
Compare
Choose a tag to compare

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 resync
  • ETH_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

06 Sep 12:20
730beee
Compare
Choose a tag to compare
  • Fix panic on empty root (#287)
  • Remove fatal when sync fails (#291)
  • Fix concurrency issues (#292)
  • Improve dispatcher (#293)

v0.0.16

30 Aug 14:45
d641686
Compare
Choose a tag to compare
  • Added Prometheus metrics (#271)
  • Added Grafana dashboard v1 (#276)
  • Bug fixes:
    • sign duty fails on incorrect size (#269)
    • fix connected peers log and metric (#278)
    • Improve operator key logs

v0.0.15

17 Aug 14:40
64b938f
Compare
Choose a tag to compare
  • Fix error in pre-prepare message pipeline (resolves #260)
  • Improve logs - use correct level for debug logs that were written with error level

v0.0.14

16 Aug 15:49
Compare
Choose a tag to compare
  • Wait for min peers before starting instance (#250)
  • Change round fixes and enhancements
  • State with thread-safe fields (#257)
  • Fix implementations of HealthCheckAgent

v0.0.13

10 Aug 16:43
faa4071
Compare
Choose a tag to compare
  • Fix history sync fatal error (#241)

v0.0.12

08 Aug 15:17
0b18781
Compare
Choose a tag to compare
  • 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

28 Jul 17:49
ccca8c8
Compare
Choose a tag to compare
  • 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

v0.0.10

19 Jul 16:25
Compare
Choose a tag to compare
  • handle eth1 node disconnection (#196)
  • decrease interval limit while waiting for minimum peers to join to a validator topic (#194)
  • enable JSON format for logs (#201)
  • align defaults, configs and docs to prod environment

v0.0.8

15 Jul 16:49
Compare
Choose a tag to compare
Merge branch 'stage' into main