Closed janezpodhostnik closed 3 days ago
Attention: Patch coverage is 30.00000%
with 42 lines
in your changes missing coverage. Please review.
Project coverage is 43.23%. Comparing base (
a3676ba
) to head (cadbde9
).
Files with missing lines | Patch % | Lines |
---|---|---|
fvm/evm/offchain/blocks/block_context.go | 32.72% | 37 Missing :warning: |
fvm/evm/offchain/blocks/blocks.go | 0.00% | 5 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
This adds a way to create block context used for re-execution so that the block context contains historically correct data.
This addresses the Block Hash list issue and the coinbase issue. more details in the comments of the code.