Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Flow EVM] Fix block hash calculation #5408

Merged
merged 7 commits into from
Feb 17, 2024
Merged

Conversation

sideninja
Copy link
Contributor

Closes: #5407

This PR changes how block hash calculation is made to include all the block data.

@codecov-commenter
Copy link

codecov-commenter commented Feb 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9799f73) 55.89% compared to head (007a257) 55.88%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5408      +/-   ##
==========================================
- Coverage   55.89%   55.88%   -0.01%     
==========================================
  Files        1024     1024              
  Lines       99160    99160              
==========================================
- Hits        55423    55417       -6     
- Misses      39503    39506       +3     
- Partials     4234     4237       +3     
Flag Coverage Δ
unittests 55.88% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ramtinms ramtinms enabled auto-merge February 17, 2024 02:41
@ramtinms ramtinms disabled auto-merge February 17, 2024 02:41
@ramtinms ramtinms added this pull request to the merge queue Feb 17, 2024
Merged via the queue into master with commit 07e3dab Feb 17, 2024
51 checks passed
@ramtinms ramtinms deleted the gregor/evm/block-hash branch February 17, 2024 03:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[EVM] Fix block hash calculation
5 participants