Skip to content

Fixed random crashes caused by bad implementation of debug_generate_blocks API

Bartek Wrona requested to merge bw_fix_debug_generate_blocks into develop

APIs internally switched to the execution path being fully compatible with chain_plugin::generate_block. Also fixed crash in block_flow_control::get_report when block production failed and internally held full_block was not set.

Merge request reports