forked from ethereum/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 0
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
master #11
Merged
Merged
master #11
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
bgiegel
commented
Jun 28, 2023
- Enables fast tracing for CALL family
- Removes useless code
- apply log wrapper chervin’s patch
- Detect silent failures (no REVERT or error message)
- Simplify loop
- graphql: return correct logs for tx (graphql: return correct logs for tx ethereum/go-ethereum#25612)
- graphql: fixes missing tx logs (graphql: fixes missing tx logs ethereum/go-ethereum#25745)
- Release Geth v1.10.24
- params: set TerminalTotalDifficultyPassed to true (params: set TerminalTotalDifficultyPassed to true ethereum/go-ethereum#25769)
- params: release Geth v1.10.25
- eth/protocols/snap: fix problems due to idle-but-busy peers (eth/protocols/snap: fix problems due to idle-but-busy peers ethereum/go-ethereum#25651)
- eth/protocols/snap: throttle trie heal requests when peers DoS us (eth/protocols/snap: throttle trie heal requests when peers DoS us ethereum/go-ethereum#25666)
- trie: check childrens' existence concurrently for snap heal (trie: check childrens' existence concurrently for snap heal ethereum/go-ethereum#25694)
- eth: fix a rare datarace on CHT challenge reply / shutdown (eth: fix a rare datarace on CHT challenge reply / shutdown ethereum/go-ethereum#25831)
- eth/filters: change filter block to be by-ref (eth/filters: change filter block to be by-ref ethereum/go-ethereum#26054)
- rpc: handle wrong HTTP batch response length (rpc: handle wrong HTTP batch response length ethereum/go-ethereum#26064)
- params: release geth v1.10.26 stable
Detect silent failures (no REVERT or error message)
* graphql: fix tx logs * minor * Use optimized search for selecting tx logs
* graphql: fix tx logs * graphql: refactor test service setup * graphql: add test for tx logs
* params: set TerminalTotalDifficultyPassed to true * Update params/config.go Co-authored-by: Martin Holst Swende <martin@swende.se>
…hereum#25666) * eth/protocols/snap: throttle trie heal requests when peers DoS us * eth/protocols/snap: lower heal throttle log to debug Co-authored-by: Martin Holst Swende <martin@swende.se> * eth/protocols/snap: fix comment Co-authored-by: Martin Holst Swende <martin@swende.se>
This PR changes the block field in the filter to be a pointer, to disambiguate between empty hash and no hash
Merge 1.10.26
Merge release v1.11.2
Release v1.11.5
Release v1.12
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.