Skip to content

v2.0.0

Compare
Choose a tag to compare
@flux627 flux627 released this 05 Sep 19:51
· 275 commits to develop since this release
b1679a2

Breaking changes

On the AbstractActionReader:

  • Protected method rollback has been renamed to resolveFork
  • Protected method rollbackExhausted has been renamed to historyExhausted

This is to differentiate the methods from the AbstractActionHandler's rollbackTo method. If you were overriding these methods, you will need to update their names.

Bug Fixes

Fork resolution now rolls back the correct number of blocks.