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 #25
Merged
Merged
master #25
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
Jul 18, 2024
- 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
- deps: update supranational/blst to 0.3.11 (build(deps): bump github.com/supranational/blst from 0.3.11-0.20230406105308-e9dfc5ee724b to 0.3.11 ethereum/go-ethereum#27890)
- core/txpool/blobpool: fix metrics name for prometheus export (fixing blobpool metrics name from - to _ for prometheus ethereum/go-ethereum#27901)
- ethdb/leveldb: support more than 7 levels in metrics (ethdb/leveldb: support more than 7 levels in metrics ethereum/go-ethereum#27904)
- all: update golang/x/ext and fix slice sorting fallout (all: update golang/x/ext and fix slice sorting fallout ethereum/go-ethereum#27909)
- go.mod, build: upgrade c-kzg-4844 (go.mod, build: upgrade c-kzg-4844 ethereum/go-ethereum#27907)
- internal/build: apply -ubuntu to env (internal/build: apply -ubuntu to env ethereum/go-ethereum#27910)
- params: release go-ethereum v1.12.2
- params: release Geth v1.15.5
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
build(deps): bump github.com/supranational/blst Bumps [github.com/supranational/blst](https://github.com/supranational/blst) from 0.3.11-0.20230406105308-e9dfc5ee724b to 0.3.11. - [Release notes](https://github.com/supranational/blst/releases) - [Commits](https://github.com/supranational/blst/commits/v0.3.11) --- updated-dependencies: - dependency-name: github.com/supranational/blst dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
The Go authors updated golang/x/ext to change the function signature of the slices sort method. It's an entire shitshow now because x/ext is not tagged, so everyone's codebase just picked a new version that some other dep depends on, causing our code to fail building. This PR updates the dep on our code too and does all the refactorings to follow upstream...
This upgrades to the latest release of ckzg, and also attempts to fix some blst-related build errors that occur on launchpad.net.
Release v1.12.2
Release v1.13.2
Release v1.13.4
Release 1.13.8
Release v1.13.10
Release 1.13.11
Release v1.13.11
all: release go-ethereum v1.13.12
Release v1.13.13
Release v1.13.14
simonecid
previously approved these changes
Jul 18, 2024
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.