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

feat(repo): geth/v1.14.11 upstream merge #313

Merged
merged 591 commits into from
Oct 3, 2024
Merged

feat(repo): geth/v1.14.11 upstream merge #313

merged 591 commits into from
Oct 3, 2024

Conversation

davidtaikocha
Copy link
Member

@davidtaikocha davidtaikocha commented Sep 24, 2024

Please test it in internal devnet first.

Gealber and others added 30 commits June 7, 2024 20:04
* cmd/utils, consensus/beacon, core/state: when configured via stub  flag: prefetch all reads from account/storage tries, terminate prefetcher synchronously.

* cmd, core/state: fix nil panic, fix error handling, prefetch nosnap too

* core/state: expand prefetcher metrics for reads and writes separately

* cmd/utils, eth: fix noop collect witness flag

---------

Co-authored-by: Péter Szilágyi <peterke@gmail.com>
…m#29974)

* .golangci.yml: enable check for consistent receiver name

* beacon/light/sync: fix receiver name

* core/txpool/blobpool: fix receiver name

* core/types: fix receiver name

* internal/ethapi: use consistent receiver name 'api' for handler object

* signer/core/apitypes: fix receiver name

* signer/core: use consistent receiver name 'api' for handler object

* log: fix receiver name
* fix: Optimize regular initialization

* modify var name

* variable change to private types
…rom trie Commit (ethereum#29869)

* core/state, eth/protocols, trie, triedb/pathdb:  remove unused error return from trie Commit

* move set back to account-trie-update block scoping for easier readability

* address review

* undo tests submodule change

* trie:  panic if BatchSerialize returns an error in Verkle trie Commit

* trie: verkle comment nitpicks

---------

Co-authored-by: Péter Szilágyi <peterke@gmail.com>
* beacon/light/request: add server test for event after unsubscribe

* beacon/light/api: fixed double stream.Close()

* beacon/light/request: add checks for nil event callback function

* beacon/light/request: unlock server mutex while unsubscribing from parent
* upgrade lock usage

* revert unnecessary change
updates some docstrings
---------

Co-authored-by: rjl493456442 <garyrong0905@gmail.com>
…#30014)


Co-authored-by: Martin Holst Swende <martin@swende.se>
* core/state/snapshot: acquire the lock on release

* core/state/snapshot: only acquire read-lock when iterating
* cmd/geth, ethdb/pebble: polish method naming and code comment

* implement db stat for pebble

* cmd, core, ethdb, internal, trie: remove db property selector

* cmd, core, ethdb: fix function description

---------

Co-authored-by: prpeh <prpeh@proton.me>
Co-authored-by: Gary Rong <garyrong0905@gmail.com>
* trie: don't reset tracer at the end of Commit

* Update trie.go

---------

Co-authored-by: rjl493456442 <garyrong0905@gmail.com>
Since Decimal is defined as unsiged `uint64`, we should use `strconv.ParseUint` instead of `strconv.ParseInt` during unmarshalling.

---------

Co-authored-by: Martin Holst Swende <martin@swende.se>
@davidtaikocha davidtaikocha changed the title feat(repo): geth/v1.14.9 upstream merge feat(repo): geth/v1.14.10 upstream merge Sep 29, 2024
@davidtaikocha davidtaikocha changed the title feat(repo): geth/v1.14.10 upstream merge feat(repo): geth/v1.14.11 upstream merge Oct 2, 2024
@davidtaikocha davidtaikocha marked this pull request as ready for review October 2, 2024 07:32
@davidtaikocha
Copy link
Member Author

image

Need @mask-pp 's fix for this legacy test case.

@davidtaikocha davidtaikocha enabled auto-merge (squash) October 2, 2024 07:36
@davidtaikocha davidtaikocha merged commit 5c84a20 into taiko Oct 3, 2024
2 checks passed
@davidtaikocha davidtaikocha deleted the merge-1.14.9 branch October 3, 2024 04:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(repo): geth/v1.14.11 upstream merge