Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Aug 20:58
4db84c3

What's Changed

  • Fix %w in logs by @Kubuxu in #521
  • Add phase attribute to the broadcastCounter by @Kubuxu in #522
  • Move f3 tests to f3 package by @Kubuxu in #523
  • More metrics by @Kubuxu in #524
  • Test EC head lookback by @Stebalien in #515
  • Remove time-less FakeEC by @Stebalien in #525
  • configure code cov threshold by @Stebalien in #526
  • Measure time spent on validating messages tagged by result by @masih in #528
  • Add basic certificate exchange metrics by @Stebalien in #529
  • Measure time spent on validation as seconds in float64 by @masih in #531
  • Use built-in time.Seconds to measure elapsed time as float64 by @masih in #532
  • Measure fetch committee and fetch instance times by @masih in #533
  • Measure duplicate validated messages within a bounded size by @masih in #534
  • Setup pubsub params by @Kubuxu in #536
  • Make docker happy by @Stebalien in #537
  • Offset the predicted CX interval if we align with the GPBFT interval by @Stebalien in #530
  • Refactor duplicate measurements related code into internal package by @masih in #541
  • chore: Fix typo in waiting for log by @rjan90 in #544
  • Cache decompressed points by @Stebalien in #543
  • Add manifest sender metrics by @masih in #545
  • Measure current instance, phase and round change regardless of consensus by @masih in #546
  • Add signature verification/aggregation metrics and panic handlers by @Stebalien in #551
  • Measure the number of validated messages with a finer grain tagging by @masih in #552
  • Fix point cache test by GCing better by @Stebalien in #556
  • Update kilic/bls12-381 by @Stebalien in #559
  • Restore default GOGC for CI fuzz tests by @masih in #562
  • Introduce instance-aware validated message caching by @masih in #557
  • Use a fixed version of golangci-lint and fix lint issues by @masih in #563
  • Cache valid justifications to avoid duplicate justification validation by @masih in #560
  • Improve GPBFT Logging by @Stebalien in #566

New Contributors

Full Changelog: v0.0.7...v0.1.0