v0.8.5
What's Changed
- Add metrics to measure the time spent on EC checkpointing by @masih in #962
- Remove the ability to dynamically change F3 Manifest by @masih in #963
- Accept context in core GPBFT interfaces by @masih in #965
- Grow payload signing buffer before marshaling and reduce duplicate code by @masih in #967
- Refactor fake EC to take clock as option by @masih in #968
- Grow VRF buffer before writing and add tests by @masih in #966
- Start instance before pushing WAL messages by @Kubuxu in #977
- Fix missing if not exist in observer table migration by @masih in #969
- Move partial message to its own package to avoid circular dependency by @masih in #984
- Implement an aider utility to help rebroadcast using observer by @masih in #985
- Increase observer pubsub buffer size by @masih in #987
- Allow observer to be integrated into an existing pubsub by @masih in #990
- Integrate DHT and Filecoin.NetPeers peer discovery into observer by @masih in #991
- Implement lag awareness in aider based on current progress by @masih in #992
- fix(tests): correct committee lookback index calculation in GetCommittee by @Kubuxu in #995
- fix(tests): correctly calculate signing power threshold with rounding by @Kubuxu in #997
- Batch insert observed messages using Duckdb appender by @masih in #998
- delete dead Manifest.Equal code by @Kubuxu in #1002
- Rebroadcast immediately once a round threshold is met by @masih in #1003
- fix: Ensure containers are tagged by release tag by @sumitvekariya in #1006
- Introduce single power table cache by @Kubuxu in #1007
- fix: loop initial delay until EC is ready by @Kubuxu in #1011
- Bump github.com/pion/interceptor from 0.1.37 to 0.1.39 by @dependabot in #1012
- Deduplicate partial and full GMessage validation logic by @masih in #1010
New Contributors
- @sumitvekariya made their first contribution in #1006
Full Changelog: v0.8.4...v0.8.5