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

core, eth: improve delivery speed on header requests #23105

Merged
merged 9 commits into from
Dec 7, 2021
Prev Previous commit
Next Next commit
Merge branch 'master' into faster_headers
  • Loading branch information
fjl authored Dec 7, 2021
commit e3ddfc2e0b4d43c7602f2ce88193696cf2feb080
1 change: 0 additions & 1 deletion eth/handler_eth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ import (
"github.com/ethereum/go-ethereum/p2p/enode"
"github.com/ethereum/go-ethereum/params"
"github.com/ethereum/go-ethereum/rlp"
"github.com/ethereum/go-ethereum/trie"
)

// testEthHandler is a mock event handler to listen for inbound network requests
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.