Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

45 lines (33 loc) · 1.2 KB

0.0.4 - 2021-11-01

Features

  • Downgrade possibly-temporary network faults to warnings
  • Improve logging when an invalid transaction is submitted

0.0.3 - 2021-10-27

Features

  • Implement janky catchup

BREAKING CHANGE

Adds new type parameter, corresponding to the state type, to Message

0.0.2 - 2021-10-19

Bug Fixes

  • Fix leaders not sending themselves commit votes
  • Fix state not getting stored properly

Features

  • StatefulHandler trait
  • Reexport traits from traits module
  • State Machine + NodeImplementation
  • state machine mvp megasquash
  • Replace tokio broadcast queue with unbounded equivalent

BREAKING CHANGE

Changes queue type in hotshot methods

0.0.1 - 2021-08-20

0.0.0 - 2021-07-07