Closed bluesign closed 1 week ago
Attention: Patch coverage is 0%
with 6 lines
in your changes missing coverage. Please review.
Project coverage is 41.22%. Comparing base (
6a254ed
) to head (a257c79
). Report is 318 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
fvm/evm/offchain/sync/replay.go | 0.00% | 5 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
then it switched to 0x0000000000000000000000030000000000000000
@bluesign do we know why? was it an HCU?
edit: Never mind I saw https://github.com/onflow/flow-go/pull/6733
Oh I forgot to close this
When testate was deployed initially coinbase was
0x0000000000000000000000000000000000000000
address, then it switched to0x0000000000000000000000030000000000000000
normally 0x0 should have exist ( not created ) but it is being created later on on testnet, this is a little hack to keep gasUsage consistent when replaying blocks.