-
Notifications
You must be signed in to change notification settings - Fork 4
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 in latest (v1.10.25) geth changes #19
Commits on Aug 18, 2022
-
cmd. core: save preimages on genesis creation (ethereum#25538)
force preimage dump for genesis
Configuration menu - View commit details
-
Copy full SHA for 23ac8df - Browse repository at this point
Copy the full SHA 23ac8dfView commit details -
rlp/rlpgen: fix error handling when target type not found (ethereum#2…
…5547) typ will be nil when lookupStructType returns an error. cfg.Type should be used instead.
Configuration menu - View commit details
-
Copy full SHA for cce7f08 - Browse repository at this point
Copy the full SHA cce7f08View commit details -
trie: improve node rlp decoding performance (ethereum#25357)
This avoids copying the input []byte while decoding trie nodes. In most cases, particularly when the input slice is provided by the underlying database, this optimization is safe to use. For cases where the origin of the input slice is unclear, the copying version is retained. The new code performs better even when the input must be copied, because it is now only copied once in decodeNode.
Configuration menu - View commit details
-
Copy full SHA for a1b8892 - Browse repository at this point
Copy the full SHA a1b8892View commit details
Commits on Aug 19, 2022
-
all: fix some typos (ethereum#25551)
* Fix some typos * Fix some mistakes * Revert 4byte.json * Fix an incorrect fix * Change files to fails
Configuration menu - View commit details
-
Copy full SHA for 2c5648d - Browse repository at this point
Copy the full SHA 2c5648dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa1305f - Browse repository at this point
Copy the full SHA fa1305fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32e8490 - Browse repository at this point
Copy the full SHA 32e8490View commit details -
eth, les: unlock downloader peerSet if there's an error (ethereum#25546)
Unlock peerSet if there's an error in the downloader
Configuration menu - View commit details
-
Copy full SHA for 656dc8c - Browse repository at this point
Copy the full SHA 656dc8cView commit details -
cmd/geth: parse uint64 value with ParseUint instead of Atoi (ethereum…
…#25545) Parse uint64 value with ParseUint instead of Atoi
Configuration menu - View commit details
-
Copy full SHA for 9762ddf - Browse repository at this point
Copy the full SHA 9762ddfView commit details -
consensus/beacon: check ttd reached on pos blocks (ethereum#25552)
* consensus/beacon: check ttd reached on pos blocks * consensus/beacon: check ttd reached on pos blocks * consensus/beacon: check ttd reached on pos blocks
Configuration menu - View commit details
-
Copy full SHA for 77308cd - Browse repository at this point
Copy the full SHA 77308cdView commit details -
eth/filters: add global block logs cache (ethereum#25459)
This adds a cache for block logs which is shared by all filters. The cache size of is configurable using the `--cache.blocklogs` flag. Co-authored-by: Felix Lange <fjl@twurst.com>
Configuration menu - View commit details
-
Copy full SHA for 36874b6 - Browse repository at this point
Copy the full SHA 36874b6View commit details -
accounts/abi: fix set function (ethereum#25477)
* accounts/abi: fix set function * don't break things * update test
Configuration menu - View commit details
-
Copy full SHA for 0865880 - Browse repository at this point
Copy the full SHA 0865880View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac7ad81 - Browse repository at this point
Copy the full SHA ac7ad81View commit details -
eth/fetcher: don't spend too much time on transaction inclusion (ethe…
…reum#25524) * eth/fetcher: introduce some lag in tx fetching * eth/fetcher: change conditions a bit * eth/fetcher: use per-batch quota check * eth/fetcher: fix some comments * eth/fetcher: address review concerns * eth/fetcher: fix panic + add warn log * eth/fetcher: fix log * eth/fetcher: fix log * cmd/devp2p/internal/ethtest: fix ignorign tx announcements from prev. tests * cmd/devp2p/internal/ethtest: fix TestLargeTxRequest This increases the number of tx relay messages the test waits for. Since go-ethereum now processes incoming txs in smaller batches, the announcement messages it sends are also smaller. Co-authored-by: Felix Lange <fjl@twurst.com>
Configuration menu - View commit details
-
Copy full SHA for 0ce494b - Browse repository at this point
Copy the full SHA 0ce494bView commit details
Commits on Aug 22, 2022
-
Revert "eth/fetcher: don't spend too much time on transaction inclusi…
…on" (ethereum#25567) Revert "eth/fetcher: don't spend too much time on transaction inclusion (ethereum#25524)" This reverts commit 0ce494b.
Configuration menu - View commit details
-
Copy full SHA for 02418c2 - Browse repository at this point
Copy the full SHA 02418c2View commit details -
eth/catalyst: warn less frequently if no beacon client is available (e…
…thereum#25569) * eth/catalyst: warn less frequently if no beacon client is available * eth/catalyst: tweak warning frequency a bit * eth/catalyst: some more tweaks * Update api.go Co-authored-by: Felix Lange <fjl@twurst.com>
Configuration menu - View commit details
-
Copy full SHA for 395f3d4 - Browse repository at this point
Copy the full SHA 395f3d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2de49b0 - Browse repository at this point
Copy the full SHA 2de49b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d711f0 - Browse repository at this point
Copy the full SHA 6d711f0View commit details
Commits on Aug 23, 2022
-
core, eth/downloader: handle spurious junk bodies from racey rollbacks (
ethereum#25578) * eth/downloader: handle junkbodies/receipts in the beacon sync * core: check for header presence when checking for blocks
Configuration menu - View commit details
-
Copy full SHA for 81bd998 - Browse repository at this point
Copy the full SHA 81bd998View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5758d1f - Browse repository at this point
Copy the full SHA 5758d1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45a660a - Browse repository at this point
Copy the full SHA 45a660aView commit details -
Merge pull request ethereum#25581 from karalabe/triedb-fix-flush-order
core/state, trie: fix trie flush order for proper pruning
Configuration menu - View commit details
-
Copy full SHA for 9ed10b9 - Browse repository at this point
Copy the full SHA 9ed10b9View commit details -
Merge pull request ethereum#25582 from holiman/err_handling
consensus/beacon: don't ignore errors
Configuration menu - View commit details
-
Copy full SHA for 4c114af - Browse repository at this point
Copy the full SHA 4c114afView commit details
Commits on Aug 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d901d85 - Browse repository at this point
Copy the full SHA d901d85View commit details
Commits on Sep 13, 2022
-
graphql: return correct logs for tx (ethereum#25612)
* graphql: fix tx logs * minor * Use optimized search for selecting tx logs
Configuration menu - View commit details
-
Copy full SHA for d0dc349 - Browse repository at this point
Copy the full SHA d0dc349View commit details -
graphql: fixes missing tx logs (ethereum#25745)
* graphql: fix tx logs * graphql: refactor test service setup * graphql: add test for tx logs
Configuration menu - View commit details
-
Copy full SHA for 3b41be6 - Browse repository at this point
Copy the full SHA 3b41be6View commit details
Commits on Sep 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 972007a - Browse repository at this point
Copy the full SHA 972007aView commit details
Commits on Sep 15, 2022
-
params: set TerminalTotalDifficultyPassed to true (ethereum#25769)
* params: set TerminalTotalDifficultyPassed to true * Update params/config.go Co-authored-by: Martin Holst Swende <martin@swende.se>
Configuration menu - View commit details
-
Copy full SHA for 8f61fc8 - Browse repository at this point
Copy the full SHA 8f61fc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69568c5 - Browse repository at this point
Copy the full SHA 69568c5View commit details
Commits on Sep 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6569fd8 - Browse repository at this point
Copy the full SHA 6569fd8View commit details