Releases: drand/drand
Releases · drand/drand
v2.0.4
Changelog
What's Changed
- Fixing panic in callback called twice for next beacon by @AnomalRoil in #1391
Full Changelog: v2.0.3...v2.0.4
v2.0.3
What's Changed
- Update BN254 DST to refer to the SVDW mapping by @azixus in #1385
- Remove global folder flag by @AnomalRoil in #1375
- Using full text apache 2 license by @AnomalRoil in #1386
- Honor gRPC requests for next beacon by @AnomalRoil in #1388
- Update docker image refs by @GlacierWalrus in #1384
- misc: removing dead code by @AnomalRoil in #1387
- This is explicitely setting the DST for G2 in the BN254 scheme by @AnomalRoil in #1390
New Contributors
- @azixus made their first contribution in #1385
- @GlacierWalrus made their first contribution in #1384
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- Connecting to Drips network by @AnomalRoil in #1331
- drand v2.0.0 by @CluEleSsUK in #1283
- Adding a beacon ID label to DB metrics by @AnomalRoil in #1370
- Updating our dependencies and GHA linter by @AnomalRoil in #1374
- Do not send randomness over the wire, compute it by @AnomalRoil in #1371
- Enforce a deterministic msg in dkg packet verification by @AnomalRoil in #1368
- Update CODEOWNERS by @AnomalRoil in #1379
- Prevent our regression tests using the empty string as a DB type by @AnomalRoil in #1380
- docker setup guide for v2 by @CluEleSsUK in #1369
- Handling threshold index errors. by @AnomalRoil in #1373
- Display
insecure
in the version when building without TLS by @AnomalRoil in #1378
Full Changelog: v2.0.1...v2.0.2
v2.0.1
v2.0.0
What's Changed
- Fixing make install by @AnomalRoil in #1298
- Removing our weavework dep and upgrading grpc by @AnomalRoil in #1299
- use fan-out channel for DKG results by @CluEleSsUK in #1301
- Fix/remove tls in proposal by @CluEleSsUK in #1300
- Massaging protobuf some more for v2 by @AnomalRoil in #1305
- Removing unused ResetOptions by @AnomalRoil in #1307
- Updating our CI to use latest GHA with node20 by @AnomalRoil in #1306
- DKG nuke command by @CluEleSsUK in #1303
- Updating to use latest protoc by @AnomalRoil in #1308
- Rely on the group scheme name when self-signing a key by @AnomalRoil in #1311
- Removing TLS fallback by @AnomalRoil in #1312
- refactored prometheus DKG metrics by @CluEleSsUK in #1310
- Do not use TLS GRPC in test by @AnomalRoil in #1313
- Fixing our tests hopefully by @AnomalRoil in #1314
- Fixing our pprof routes and closing our GRPC conn. by @AnomalRoil in #1315
- corrected threshold monitor reporting by @CluEleSsUK in #1319
- handle some sync errors and adding additional logging by @CluEleSsUK in #1321
- fixed bug where offline leavers would block proposals by @CluEleSsUK in #1316
- fixed a bug where DKG could not be recovered from an abort by @CluEleSsUK in #1318
- Using GRPC health check instead of Home by @AnomalRoil in #1324
- Some code cleanups in DKG by @AnomalRoil in #1327
- channel management around dkg channel by @CluEleSsUK in #1328
- fixed a bug where storing a failed state uses an old state by @CluEleSsUK in #1342
- fixed a bug where group file leavers would be considered remainers by @CluEleSsUK in #1343
- fix some flag instructions by @CluEleSsUK in #1341
- Adding a metric for trimmed-bolt vs untrimmed-bolt by @AnomalRoil in #1345
- attempt race check fix by @CluEleSsUK in #1349
- small error message text change to aid debugging by @CluEleSsUK in #1348
- test for running lots of DKGs back to back by @CluEleSsUK in #1329
- Add BLS-on-BN254 scheme for EVM networks by @kevincharm in #1304
- Misc nice to have changes by @AnomalRoil in #1352
- Updating our linter to 1.58 by @AnomalRoil in #1354
- small ceremony bugs by @CluEleSsUK in #1353
- Fixing Sync delay and misc by @AnomalRoil in #1356
- minor logging template fixes by @CluEleSsUK in #1351
- avoid writing on closed channel in test shutdown by @CluEleSsUK in #1363
- fixed some erroneous text advice in the CLI usage by @CluEleSsUK in #1366
- created a non-TLS docker build for local testing by @CluEleSsUK in #1364
- Adding checkmarks to DKG status output by @AnomalRoil in #1362
- Adding precommit hooks by @AnomalRoil in #1361
New Contributors
- @kevincharm made their first contribution in #1304
Full Changelog: v1.5.11...v2.0.0
v2.0.6-testnet
What's Changed
- Fixing make install by @AnomalRoil in #1298
- Removing our weavework dep and upgrading grpc by @AnomalRoil in #1299
- use fan-out channel for DKG results by @CluEleSsUK in #1301
- Fix/remove tls in proposal by @CluEleSsUK in #1300
- Massaging protobuf some more for v2 by @AnomalRoil in #1305
- Removing unused ResetOptions by @AnomalRoil in #1307
- Updating our CI to use latest GHA with node20 by @AnomalRoil in #1306
- DKG nuke command by @CluEleSsUK in #1303
- Updating to use latest protoc by @AnomalRoil in #1308
- Rely on the group scheme name when self-signing a key by @AnomalRoil in #1311
- Removing TLS fallback by @AnomalRoil in #1312
- refactored prometheus DKG metrics by @CluEleSsUK in #1310
- Do not use TLS GRPC in test by @AnomalRoil in #1313
- Fixing our tests hopefully by @AnomalRoil in #1314
- Fixing our pprof routes and closing our GRPC conn. by @AnomalRoil in #1315
- corrected threshold monitor reporting by @CluEleSsUK in #1319
- handle some sync errors and adding additional logging by @CluEleSsUK in #1321
- bumped version.go by @CluEleSsUK in #1322
- Backporting grpc Close fix by @AnomalRoil in #1323
- fixed bug where offline leavers would block proposals by @CluEleSsUK in #1316
- fixed a bug where DKG could not be recovered from an abort by @CluEleSsUK in #1318
- Using GRPC health check instead of Home by @AnomalRoil in #1324
- Some code cleanups in DKG by @AnomalRoil in #1327
- channel management around dkg channel by @CluEleSsUK in #1328
- fixed a bug where storing a failed state uses an old state by @CluEleSsUK in #1342
- fixed a bug where group file leavers would be considered remainers by @CluEleSsUK in #1343
- fix some flag instructions by @CluEleSsUK in #1341
- Adding a metric for trimmed-bolt vs untrimmed-bolt by @AnomalRoil in #1345
Full Changelog: v2.0.5-testnet...v2.0.6-testnet
v1.5.11
v1.5.10
v2.0.5-testnet
What's Changed
- refactored prometheus DKG metrics by @CluEleSsUK in #1310
- Do not use TLS GRPC in test by @AnomalRoil in #1313
- Fixing our tests by @AnomalRoil in #1314
- Fixing our pprof routes and closing our GRPC conn properly by @AnomalRoil in #1315
Full Changelog: v2.0.4-testnet...v2.0.5-testnet
v2.0.4-testnet
What's Changed
- Removing TLS fallback by @AnomalRoil in #1312
Full Changelog: v2.0.3-testnet...v2.0.4-testnet