Merged
Conversation
7746609 to
9e5faad
Compare
protolambda
approved these changes
Sep 9, 2022
mdehoog
referenced
this pull request
in mdehoog/op-geth
Oct 10, 2022
ethapi: Fix gas esitmation for blob txs
keroro520
pushed a commit
to keroro520/op-geth
that referenced
this pull request
Jul 28, 2023
…hereum-optimism#3) * ci: add docker release workflow to build and release docker image (ethereum-optimism#1) Co-authored-by: Welkin <welkin.b@nodereal.com> * try to use cache for docker build (ethereum-optimism#2) Co-authored-by: Welkin <welkin.b@nodereal.com> --------- Co-authored-by: Welkin <welkin.b@nodereal.com>
joey0612
pushed a commit
to joey0612/op-geth
that referenced
this pull request
Feb 20, 2024
) * feat: add precompiled contracts for Greenfield link * fix bug in lightclient * fix the comments * feature: add hardfork logic (ethereum-optimism#1) * feature: update hard fork info (ethereum-optimism#3) * Fix/fix dockerfile (ethereum-optimism#4) * fix: add libc-dev to support greenfield * feature: update devnet fork block number * feature: update chain config info (ethereum-optimism#5) --------- Co-authored-by: redhdx <136775144+redhdx@users.noreply.github.com>
sebastianst
pushed a commit
that referenced
this pull request
Apr 4, 2025
This PR is #3 of a 3-part series that implements the new log index intended to replace core/bloombits. Based on ethereum/go-ethereum#31079 and ethereum/go-ethereum#31080 Replaces ethereum/go-ethereum#30370 This part removes the old bloombits package and the chain indexer that was only used by bloombits. Deletes the old bloombits database. FilterMaps data structure explanation: https://gist.github.com/zsfelfoldi/a60795f9da7ae6422f28c7a34e02a07e Log index generator code overview: https://gist.github.com/zsfelfoldi/97105dff0b1a4f5ed557924a24b9b9e7 Search pattern matcher code overview: https://gist.github.com/zsfelfoldi/5981735641c956afb18065e84f8aff34 Note that the possibility of a tree hashing scheme and remote proof protocol are mentioned in the documents above but they are not exactly specified yet. These specs are WIP and will be finalized after the local log indexer/filter code is finalized and merged. --------- Co-authored-by: Felix Lange <fjl@twurst.com>
blockchaindevsh
added a commit
to blockchaindevsh/op-geth
that referenced
this pull request
Apr 28, 2025
Merge upstream for Pectra
This file contains hidden or 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
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.
No description provided.