Releases: renproject/hyperdrive
Releases · renproject/hyperdrive
v1.2.0
- Fix deadlocks caused by bad storage implementations
- Migrate to
surge
for (un)marshaling
v1.1.1
- Resend our prevote for the locked round when we receive a propose (#42)
- Fix scheduling of timeouts on boot (#42)
- Fix incorrect calculation of
n
when determining whether or not to start a round (#42)
v1.1.0
- Restart process timer on boot (#38)
- Send Resync message on boot to catch up with peers (#40)
v1.0.0
This release is a re-release of v0.3.2 with the addition of some extra documentation and minor formatting tweaks.
v0.3.2
- Add additional information to nil prevotes
- Add new function
DidReceiveSufficientNilPrevotes
to Observer
v0.3.1
Add logs for debugging prevote/precommit timeouts
v0.3.0
Improve block separation by adding references to block data inside the header