Drand Versions Save

🎲 A Distributed Randomness Beacon Daemon - Go implementation

v1.5.11

2 months ago

Changelog

  • 5c8d15e5 Backporting grpc Close fix (#1323)
  • 74a43d75 bumped version.go (#1322)

v1.5.10

2 months ago

Changelog

  • 24fd18c7 validate round number on returned beacons (#1293)

v2.0.5-testnet

2 months ago

What's Changed

Full Changelog: https://github.com/drand/drand/compare/v2.0.4-testnet...v2.0.5-testnet

v2.0.4-testnet

2 months ago

What's Changed

Full Changelog: https://github.com/drand/drand/compare/v2.0.3-testnet...v2.0.4-testnet

v2.0.3-testnet

2 months ago

What's Changed

Full Changelog: https://github.com/drand/drand/compare/v2.0.2-testnet...v2.0.3-testnet

v2.0.2-testnet

2 months ago

What's Changed

Full Changelog: https://github.com/drand/drand/compare/v2.0.1-testnet...v2.0.2-testnet

v2.0.1-testnet

4 months ago

Changelog

  • 3cc75c5e incrementing version
  • 53dd46aa use default scheme where keys are missing one

v2.0.0-testnet

4 months ago

Changelog

  • 2a2deae0 Add OpenTelemetry tracing instrumentation (#1199)
  • 7e726d81 Addressing comments for #1199 (#1236)
  • 39263eb1 Allow logs to propagate to the test name (#1114)
  • 9ccb7e52 Applying some of the code review comments to v2 (#1289)
  • 0ebf2234 Automate DKG migration on startup (#1225)
  • 10766aa8 Cherry picking typos corrections (#1274)
  • ed0159f2 Cherry-pick master ontop of develop (#1256)
  • 7a5a49b5 DKG messages between participants are now signed and verified (#1229)
  • 8ac977e7 DKG migration tool from v1.* to v2.0.0 (#1215)
  • a1830eec DKG refactor -> develop to unblock Florin (#1200)
  • 4e8721be DKG refactor: use existing keys to generate proposal (#1253)
  • 985bc867 Don't use more than 1 handler (#1260)
  • 953e806b Exposing the test/mock package (#1278)
  • 6ddf6f74 Final round of tests improvements (#1187)
  • a1a6d974 Fix typo in vault (#1213)
  • 6117e6f0 Handle error in test (#1212)
  • c1552a30 Merging version changes from master to v2 (#1276)
  • 56e07bd6 Misc changes to ensure compat with drand-cli (#1290)
  • 9ad37dd1 Miscellaneous fixes from merged reviews (#1237)
  • a66cb5a7 Move to internal (#1214)
  • 81e40d53 Moving around protobuf (#1292)
  • 90f1986f Properly process all beacons when self-signing (#1275)
  • 3c93fed7 Removing internal docker test scripts (#1296)
  • 406d05ae Removing redundant Expires header from server (#1191)
  • de7dd724 Tear-out of client and relay code. (#1265)
  • 8451bb1d Update internal/dkg/execution.go
  • d0926cf1 Updating our dependencies to support Go 1.20 (#1238)
  • 93f30865 Using v2 nomenclature for modules (#1295)
  • ef29d0ac added a more convenient test harness for some DKG failure scenarios
  • 4fe78352 added main path to goreleaser
  • fc23b334 added missing tls on identity response (#1285)
  • ef8f7e0a addressed merge comments from PR
  • 012eb4e8 all DKG packets are now gossiped throughout the network (#1230)
  • c8eb5c6a avoid erroring out on --insecure with drand start (#1284)
  • d0b35ff6 cherry-picked commits from master (#1235)
  • d26ed5fd chore(docs): update TOC
  • 26da3be2 corrected releaser build
  • 5906d115 demo bug fixes; execution kickoff alignment (#1263)
  • 68cb71de fix releaser again
  • 52b3df7c fixed a reference
  • 2ae5c7e9 fixed bug where failed state increased epoch on retry
  • 070afae9 fixed panic identified in fuzzing
  • 58d38aa7 fixed some erroneous find/replace
  • dd0482ff fixed some linter complaints
  • f4581d8d fixed some state machine transitions on error
  • d73b13eb fixed weird protobuf formatting
  • 4b433c80 improved output for DKG status command (#1218)
  • 195afc11 migration path for pub keys (#1277)
  • 4da377e6 more missing tls (#1286)
  • 621ec314 parallelise state machine tests (#1269)
  • b1642c03 pull request comments
  • 18cdb359 race detector booo
  • 163f2f6e re-add tls for keys (#1281)
  • 977ae76f readded some insecures in docker
  • cc9eb450 rebase from master
  • 34a02dfe rebase issues and a hidden compilation prob
  • 0bfcf395 run tests on develop (#1216)
  • cc050995 separate initial DKG and resharing commands (#1264)
  • 0fe2fb09 show DKG status string instead of iota (#1221)
  • dec0ec1d surely this time it will be right
  • 5f726caf test with retrive old beacon from new node (#761)
  • 8bb91a4d updated some docker image versions
  • 24fd18c7 validate round number on returned beacons (#1293)

v1.5.9

5 months ago

Changelog

  • ec69b2fb Make sure to error out in generate key pair if key exists (#1288)
  • 14854e7f v1.5.9 release (#1291)

v1.5.8-testnest

6 months ago

Changelog

  • c876a8f1 Text corrections on multiple go files (#1271)
  • e13aff2f Updating libp2p again and bumping to v1.5.8 (#1268)