-
Notifications
You must be signed in to change notification settings - Fork 163
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/foundation master 20200714 #144
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is a resubmit of erigontech/erigon#556. The performance benefit of this change is negligible, but it does remove a TODO.
Fixes #20535 Co-authored-by: Felix Lange <[email protected]>
This change introduces garbage collection for the light client. Historical chain data is deleted periodically. If you want to disable the GC, use the --light.nopruning flag.
* modify code owners * add marius
This fixes a corner case in discv5. The issue cannot happen in discv4 because it performs IP checks on all incoming node information.
* core: added local tx pool test case * core, crypto: various allocation savings regarding tx handling * core/txlist, txpool: save a reheap operation, avoid some bigint allocs Co-authored-by: Marius van der Wijden <[email protected]>
…n-master-20200714 Conflicts: .github/CODEOWNERS README.md cmd/geth/main.go cmd/geth/usage.go consensus/clique/clique.go core/rawdb/database.go core/rawdb/freezer.go eth/downloader/downloader.go internal/ethapi/api.go les/client.go les/server.go params/version.go
Signed-off-by: meows <[email protected]>
Signed-off-by: meows <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merges the last few commits unique to EF master prior to their v1.9.16 release, as well as a few subsequent commits since.