v2.0.0
Breaking changes
On the AbstractActionReader
:
- Protected method
rollback
has been renamed toresolveFork
- Protected method
rollbackExhausted
has been renamed tohistoryExhausted
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.