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

Fix: RPC calls (gasLimit, gasPrice) use the intial state of the block #2161

Merged
merged 2 commits into from
Jul 13, 2023

Fix tests

40bcf46
Select commit
Failed to load commit list.
Merged

Fix: RPC calls (gasLimit, gasPrice) use the intial state of the block #2161

Fix tests
40bcf46
Select commit
Failed to load commit list.
Codecov / codecov/project succeeded Jul 13, 2023 in 0s

55.31% (+0.11%) compared to b1bba65

View this Pull Request on Codecov

55.31% (+0.11%) compared to b1bba65

Details

Codecov Report

Patch coverage has no change and project coverage change: +0.11 🎉

Comparison is base (b1bba65) 55.19% compared to head (40bcf46) 55.31%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2161      +/-   ##
==========================================
+ Coverage   55.19%   55.31%   +0.11%     
==========================================
  Files         676      676              
  Lines      113888   113927      +39     
==========================================
+ Hits        62862    63016     +154     
+ Misses      47172    47070     -102     
+ Partials     3854     3841      -13     
Impacted Files Coverage Δ
eth/api_backend.go 0.00% <0.00%> (ø)
les/api_backend.go 0.00% <0.00%> (ø)

... and 36 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.