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

V5.8.0 hotfix 4 #1866

Merged
merged 12 commits into from
Sep 24, 2024
Merged

V5.8.0 hotfix 4 #1866

merged 12 commits into from
Sep 24, 2024

Conversation

blindchaser
Copy link
Contributor

Describe your changes and provide context

Testing performed to validate your change

evmrpc/block.go Outdated
@@ -77,6 +75,31 @@ func (a *BlockAPI) GetBlockByHash(ctx context.Context, blockHash common.Hash, fu
func (a *BlockAPI) GetBlockByNumber(ctx context.Context, number rpc.BlockNumber, fullTx bool) (result map[string]interface{}, returnErr error) {
startTime := time.Now()
defer recordMetrics("eth_getBlockByNumber", a.connectionType, startTime, returnErr == nil)
if number == 0 {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's get rid of this

Copy link

codecov bot commented Sep 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 61.22%. Comparing base (e8e4b3b) to head (774d9e0).
Report is 175 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1866      +/-   ##
==========================================
- Coverage   61.64%   61.22%   -0.43%     
==========================================
  Files         365      261     -104     
  Lines       26178    23152    -3026     
==========================================
- Hits        16138    14174    -1964     
+ Misses       8967     7978     -989     
+ Partials     1073     1000      -73     
Flag Coverage Δ
61.22% <100.00%> (?)

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

Files with missing lines Coverage Δ
evmrpc/filter.go 76.04% <ø> (-1.43%) ⬇️
x/evm/keeper/params.go 72.72% <100.00%> (-9.10%) ⬇️
x/evm/types/params.go 70.73% <ø> (+0.73%) ⬆️

... and 204 files with indirect coverage changes

@blindchaser blindchaser merged commit 6c8b336 into main Sep 24, 2024
49 checks passed
@blindchaser blindchaser deleted the v5.8.0-hotfix-4 branch September 24, 2024 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants