Remove is_chunk_producer_for_epoch
from EpochManagerAdapter
#10640
Labels
A-stateless-validation
Area: stateless validation
It was introduced in #10633 to handle the following error:
This is caused by
should_produce_state_witness_for_this_or_next_epoch
returningfalse
for the chunk producer due toMockEpochManager::get_epoch_chunk_producers
returning an empty Vec.Blocked by removal of
MockEpochManager
: #10634The text was updated successfully, but these errors were encountered: