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

Merge upstream op-geth v1.101304.1 #57

Closed
wants to merge 706 commits into from

Conversation

bnoieh
Copy link
Contributor

@bnoieh bnoieh commented Jan 30, 2024

Description

Merge upstream op-geth v1.101304.1

Rationale

To import bugsfix/improvements/features from upstream op-geth

Example

n/a

Changes

changes from geth

v1.11.6 -> v1.13.4

changes from op-geth

v1.101105.2v1.101304.1

here's modification in this pr for changes from op-geth:

  1. disable super-chain
  2. disable Deploys the create2Deployer to 0x13b0D85CcB8bf860b6b79AF3029fCA081AE9beF2
  3. use our own eip-1559 parameter for EIP1559DenominatorCanyon

changes from bnb-chain/op-geth develop branch

  1. revert perf: concurrency and memory improvements for execution layer
  2. revert feat: sync inspect mpt tool from bsc #52 due to incompatible with upstream
  3. some refactor and code clean for previous code

jsvisa and others added 30 commits August 25, 2023 15:38
…e) (#27992)



Signed-off-by: jsvisa <[email protected]>
Co-authored-by: Jared Wasinger <[email protected]>
…#27872)

This PR makes EIP-4788 work in the engine API and miner. It also fixes some bugs related to 
EIP-4844 block processing and mining. Changes in detail:

- Header.BeaconRoot has been renamed to ParentBeaconRoot.
- The engine API now implements forkchoiceUpdatedV3
- newPayloadV3 method has been updated with the parentBeaconBlockRoot parameter
- beacon root is now applied to new blocks in miner
- For EIP-4844, block creation now updates the blobGasUsed field of the header
This changes implements faster post-selfdestruct iteration of storage slots for deletion, by using snapshot-storage+stacktrie to recover the trienodes to be deleted. This mechanism is only implemented for path-based schema. 

For hash-based schema, the entire post-selfdestruct storage iteration is skipped, with this change, since hash-based does not actually perform deletion anyway. 

---------

Co-authored-by: Martin Holst Swende <[email protected]>
This change defers to the blockchain for in what circumstances to return error, instead of handling many error-cases in the api backend.
This makes it possible to run the execution-spec-tests (a.k.a. pyspec) in CI.

---------

Co-authored-by: Felix Lange <[email protected]>
A while back, statetests started coming with sender baked in, which at least 
evmone makes use of. Let's make use of that too, and save some cycles.
…sb) (#24877)

This chang creates a GaugeInfo metrics type for registering informational (textual) metrics, e.g. geth version number. It also improves the testing for backend-exporters, and uses a shared subpackage in 'internal' to provide sample datasets and ordered registry. 

Implements #21783

---------

Co-authored-by: Martin Holst Swende <[email protected]>
This change improves function description and simplifies logic in statedb update and commit operations.
* eth/catalyst: set random

* Apply suggestions from code review

---------

Co-authored-by: Martin Holst Swende <[email protected]>
…x_tests"

This reverts commit a74d56b, reversing
changes made to 88c9fa3.
…-txpool-access"

This reverts commit 88c9fa3, reversing
changes made to bb04c5f.
…tion-filter

Revert pending subscription filter
beacon/engine: add shouldOverrideBuilder to payload envelope
* core/forkid: skip genesis forks by time

* core/forkid: add comment about skipping non-zero fork times

* core/forkid: skip all time based forks in genesis using loop

* core/forkid: simplify logic for dropping time-based forks
On ACD 163, it was agreed to bump the target and max blob values from `2/4` to `3/6` for future devnets until we could decide on final mainnet number. This change contains said update, making master pass all the hive tests. The final decision for mainnet cancun is still to be made.
---------

Co-authored-by: Felix Lange <[email protected]>
This changes removes the warn-printout about not finding unclean shutdown markers, which always happens on fresh installs / wiped databases.
This updates minisign to the latest version. One new thing is that minisign (not go-minisign) has started to prehash the file, and in order to make geth pass the version-check, we need to sign the file in legacy-mode.
 Avoids the somewhat expensive stack.Caller invocation by checking if it is needed
This decrease the GPO default minimum suggested fee to 0.001 GWEI
from 0.1 GWEI and also make this value configurable via the
gpo.MinSuggestedPriorityFee command line option.
Co-authored-by: Adrian Sutton <[email protected]>
trianglesphere and others added 20 commits October 26, 2023 11:08
* Enable Canyon via the superchain registry

* Rename PostCanyon to Canyon
…panic

Fix potential nil pointer dereference panic in superchain overrides
* Set base testnets elasticity

* Nit: spelling
@bnoieh bnoieh changed the title [WIP]Merge upstream Merge upstream op-geth v1.101304.1 Jan 30, 2024
@bnoieh
Copy link
Contributor Author

bnoieh commented Feb 1, 2024

migrate to #58

@bnoieh bnoieh closed this Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.