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

merge v0.10.7 to master #73

Merged
merged 8 commits into from
Dec 27, 2023
Merged

merge v0.10.7 to master #73

merged 8 commits into from
Dec 27, 2023

Conversation

cp-wjhan
Copy link

No description provided.

saddoc and others added 8 commits December 19, 2023 21:11
…api performance enhancement

- added connection check during GetBlockByXXX and GetReceiptsByHash call to cancel requests for timed-out connections
  added context argument to ethapi.RPCMarshalBlock for this
- put a limit on the concurrent requests for GetBlockByXXX and GetReceiptsByHash: params.MaxPublicRequests
- added a cache for marshaled block and receipts for GetBlockByXXX and getReceiptsByHash: params.PublicRequestsCacheLocation
cmd/geth,cmd/utils,params: Add random list setting for Bootnodes.
Copy link

@cp-khs cp-khs left a comment

Choose a reason for hiding this comment

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

LGTM
We expect this commit to improve the stability and performance of the core.

@cp-jhjin cp-jhjin merged commit cad51f5 into master Dec 27, 2023
5 checks passed
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.

4 participants