More improvements to split & pruned block log handling
- The new meaning of
0
value ofblock-log-split
has been implemented. When set, 0 blocks are stored in block log and only the head irreversible block is available (stored separately in state). Obviously no replay is possible then. - Improved hived block-log auto-splitting feature in accordance to #686 (closed)
Seeauto_split
unit test for supported scenarios. - Fixed state corruption when interrupted replay from split log
Edited by Łukasz Bujak