Skip to content

Added hived option --validate-during-replay

Andrzej Lisak requested to merge abw_validate_during_replay_option into develop

The option turns on validation code that is normally skipped during replay.

It could be used by node operators, but it is highly unlikely, as it extremely slows down replay and makes no sense, unless you have block_log from untrusted source. It is most useful for developers as extra regression testing in case some of the validation code was modified or for benchmarking.

Merge request reports