Skip to content

Releases: renproject/hyperdrive

v1.2.0

25 Mar 02:48
ec389c6
Compare
Choose a tag to compare
  • Fix deadlocks caused by bad storage implementations
  • Migrate to surge for (un)marshaling

v1.1.1

19 Mar 05:53
0c9547f
Compare
Choose a tag to compare
  • 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

11 Mar 04:05
ab134d1
Compare
Choose a tag to compare
  • Restart process timer on boot (#38)
  • Send Resync message on boot to catch up with peers (#40)

v1.0.0

04 Nov 01:14
968183c
Compare
Choose a tag to compare

This release is a re-release of v0.3.2 with the addition of some extra documentation and minor formatting tweaks.

v0.3.2

23 Oct 02:10
32a55d2
Compare
Choose a tag to compare
  • Add additional information to nil prevotes
  • Add new function DidReceiveSufficientNilPrevotes to Observer

v0.3.1

02 Oct 04:10
7b8f367
Compare
Choose a tag to compare

Add logs for debugging prevote/precommit timeouts

v0.3.0

02 Oct 01:30
5800cd8
Compare
Choose a tag to compare

Improve block separation by adding references to block data inside the header

v0.2.0

01 Oct 23:50
ad22662
Compare
Choose a tag to compare

Update to be a more direct implementation of https://arxiv.org/pdf/1807.04938.pdf

v0.1.0

15 Aug 01:26
bfe7e04
Compare
Choose a tag to compare

Initial release