Releases: renproject/hyperdrive
Releases · renproject/hyperdrive
v0.4.11
- Fix racy access to state variables
v0.4.9
- Support for changing signatories
v0.4.8
- Constructor that allows specification of the starting height for the process (#98)
v0.4.7
- Reset height inside event loop (#97)
v0.4.6
- Reset height inside event loop (#97)
v0.4.5
- The
Validator
interface exposes the consensus height and round in the Valid
method (#96)
v0.4.4
- Expose
DurationAtHeightAndRound
in the timer.LinearTimer
v0.4.3
- Added timeout message type
v0.4.1
- Remove signatures
- Add message types
v0.4.0
- Slimmer implementation of the consensus algorithm
- More direct implementation comparison to the Tendermint paper
- No signing/verification
- Better concurrency model
- Better message buffering model
- Checks conditions after all state changes