This is a work in progress PR, we still need to decide what to do with Execution Outcomes as they actually don't belong to specific chunk but to specific shard.
Perhaps we need to remove the relation exectuion_outcomes.executed_in_chunk_hash and add field shard_id to be more accurate with data representation we have. Need to discuss and decide, but currently db_adapters::execution_outcomes is broken completely.
Make corresponding changes to db_adapters:
This is a work in progress PR, we still need to decide what to do with Execution Outcomes as they actually don't belong to specific chunk but to specific shard.
Perhaps we need to remove the relation
exectuion_outcomes.executed_in_chunk_hash
and add fieldshard_id
to be more accurate with data representation we have. Need to discuss and decide, but currentlydb_adapters::execution_outcomes
is broken completely.