Releases: vacp2p/hashgraph-like-consensus
Releases · vacp2p/hashgraph-like-consensus
v0.5.1
What's Changed
- chore: Bump prost to 0.14 by @jazzz in #20
- release(v0.5.1): bump version by @seemenkina in #21
New Contributors
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- feat(signing)!: introduce pluggable ConsensusSignatureScheme trait by @seemenkina in #16
- docs(readme): document per-scope service composition pattern by @seemenkina in #17
- feat(service)!: hold signer in ConsensusService, drop per-call signer arg by @seemenkina in #18
- feat!: make the library fully synchronous by @seemenkina in #19
Full Changelog: v0.2.0...v0.5.0
v0.2.0
What's Changed
- chore: refactor service API and provide additional functionality by @seemenkina in #15
Full Changelog: v0.1.2...v0.2.0
Release v0.1.2
What's Changed
- test: Proposal vote lifecycle and timeout behavior by @romanzac in #9
- test: Improve coverage by @romanzac in #10
- fix: enhance consensus timeout handling by @seemenkina in #13
- fix: remove unused dependency and fix bug with publishing by @seemenkina in #14
New Contributors
Full Changelog: v0.1.1...v0.1.2
Release v0.1.1
What's Changed
- Udpate consesus service based on de-mls integration by @seemenkina in #4
- feat(api): Present service api and small fixess based on integration by @seemenkina in #5
- feat(api): add ConsensusServiceAPI trait and refactor types by @seemenkina in #7
- feat(doc): update docs, prepare to patch release by @seemenkina in #8
Full Changelog: v0.1.0...v0.1.1
Release v0.1.0
What's Changed
- Create CI by @seemenkina in #1
- Move consensus service into separate library by @seemenkina in #2
- Update .gitignore and enhance README with new badges by @seemenkina in #3
New Contributors
- @seemenkina made their first contribution in #1
Full Changelog: https://github.com/vacp2p/hashgraph-like-consensus/commits/v0.1.0