Drand Versions Save

🎲 A Distributed Randomness Beacon Daemon - Go implementation

v1.5.8-testnest

7 months ago

Changelog

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

v1.5.7

10 months ago

What's Changed

Full Changelog: https://github.com/drand/drand/compare/v1.5.6...v1.5.7

v1.5.7-testnet

10 months ago

Changelog

  • e8d835a1 Adding a G1 scheme that's RFC conformant (#1249)
  • 735778de Fix/api rate release (#1259)
  • 415877d6 Fixing wrong logging levels when checking past beacons with sync and shorter tests (#1248)
  • 5407d4ce Update release.yml to 4.3.0 (#1258)
  • 81ea7f37 added new flag for backup out with better text (#1250)
  • 854de999 bumped go releaser to latest version (#1257)
  • a80aa5f6 updated dockerfiles to use go 1.20 (#1255)
  • d5c689c6 upgrade libp2p to v0.27.5 (#1247)

v1.5.6

11 months ago

Changelog

  • ade43023 Updating our dependencies (#1246)

v1.5.5-testnet

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/drand/drand/compare/v1.5.4...v1.5.5-testnet

v1.5.4

1 year ago

Changelog

  • afc10c4 Add missing Postgres options to documentation and configuration toggles (#1202)
  • 3b96343 Bump golang.org/x/net from 0.2.0 to 0.7.0 in /test/test-integration (#1185)
  • 3f7ea77 Do not process partials for already stored nodes (#1197) (#1205)
  • f0f8236 Fix support for hash flag in gossip relay (#1208)
  • 11b42f0 Getting ready for tagging v1.5.4 (#1209)
  • 7e8e764 Support hash list in gossip relay (#1204)
  • f18ccee bump golang.org/x/net from 0.5.0 to 0.7.0 (#1186)
  • 0b971f9 moved from dockerhub to github container registry (#1206)

v1.5.3

1 year ago

Changelog

  • b12a77a Improve GitHub Actions to shorten the run time of tests (#1182)
  • 151de51 Instead of fetching the current-1, load the latest stored beacon from the network (#1193)
  • 9229605 Removing testnet pre-release tag and fixing util check (#1195)
  • 9fad3d5 Report the db type to the group (#1194)

v1.5.3-testnet

1 year ago

Changelog

  • 83f29e7 Adjust transition time. Fix demo not finishing in CI (#1179)
  • 9018ea1 Allow crypto.Scheme to be marshaled into TOML. Fix TestStartWithoutGroup (#1180)
  • 4c9481f Bumping minor to v1.5.3-testnet (#1175)
  • 56417c1 Change the order of stores in chain store. Improve tests (#1173)
  • 5b60278 Remove the drand show private command from the CLI (#1181)
  • df00ef0 Removing weaveworks/fs dep from test and updating deps (#1169)
  • 9cf61b6 Set the bucket fill percentage to 100% since we have an append-only workload (#1147)
  • 5051c70 Some more cleanups around Sync manager (#1154)
  • eef8646 Some small test changes (#1161)
  • 7cce0e3 reduced noise logs when catchup aggregates the current beacon (#1167)

v1.4.9

1 year ago

Changelog

  • c0db070 tagging v1.4.9 along with a version fix

v1.5.2-testnet

1 year ago

Changelog

  • f7a8ac6 Another fix to the version (#1149)
  • fe0cf2c Avoiding json issues when printing scheme (#1156)
  • 7ea4a3c Easying the syncing issues (#1158)
  • 7d3870c Improve the regression testing with GitHub Actions (#1144)
  • f622dc2 Quick fix to support v1.4 from v1.5 nodes (#1148)
  • ee00942 added a log line if an unexpected catchup scenario happens (#1157)