Closed tayfunelmas closed 2 months ago
Attention: Patch coverage is 56.37255%
with 89 lines
in your changes missing coverage. Please review.
Project coverage is 71.56%. Comparing base (
566e926
) to head (43f271f
). Report is 12 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
We have been using
neard replay-archive
command to show that we can replay the chain with the minimal set of columns.In this PR, we iterate through the implementation of the command by removing
IncomingReceipts
andOutgoingReceipts
from the archival columns, since we can replay the chain without depending on them. Note that the code still derives and saves them in the store while replaying the chain since we use them for the next blocks.