provider: include txmeta in transaction response#282
Merged
karlfloersch merged 4 commits intomasterfrom Sep 24, 2020
Merged
Conversation
This was referenced Sep 24, 2020
snario
pushed a commit
that referenced
this pull request
Apr 14, 2021
* Put bond manager test in its place 0.0 * Fix helper import * Update test/helpers/utils/eth-time.ts Co-authored-by: Mark Tyneway <mark.tyneway@gmail.com>
protolambda
added a commit
to protolambda/optimism
that referenced
this pull request
May 1, 2022
- Initial RPC server implementation in rollup-node - Implement optimism_outputAtBlock to be used by L2OSS - /healthz endpoint - Output root construction - getProof RPC util to pull and verify account Co-authored-by: protolambda <proto@protolambda.com>
Merged
shenkeyao
referenced
this pull request
in EspressoSystems/optimism-espresso-integration
Mar 1, 2025
* add CheckContinuity function * add unit tests for CheckContinuity * add loadAncientRange * add DB key functions * add loadNonAncientRange and checkNumberHashes * add loadLastAncient * add DB continuity check script * fix typo / lint err in README * fix indexing error * fix lint error * address feedback on error wording in CheckLengths * make unit tests more concise * add Number() helper function * Update op-chain-ops/cmd/celo-migrate/main.go Co-authored-by: piersy <pierspowlesland@gmail.com> --------- Co-authored-by: piersy <pierspowlesland@gmail.com>
shenkeyao
referenced
this pull request
in EspressoSystems/optimism-espresso-integration
Mar 1, 2025
* add CheckContinuity function * add unit tests for CheckContinuity * add loadAncientRange * add DB key functions * add loadNonAncientRange and checkNumberHashes * add loadLastAncient * add DB continuity check script * fix typo / lint err in README * fix indexing error * fix lint error * address feedback on error wording in CheckLengths * make unit tests more concise * add Number() helper function * Update op-chain-ops/cmd/celo-migrate/main.go Co-authored-by: piersy <pierspowlesland@gmail.com> --------- Co-authored-by: piersy <pierspowlesland@gmail.com>
QuentinI
referenced
this pull request
in EspressoSystems/optimism-espresso-integration
Mar 7, 2025
* add CheckContinuity function * add unit tests for CheckContinuity * add loadAncientRange * add DB key functions * add loadNonAncientRange and checkNumberHashes * add loadLastAncient * add DB continuity check script * fix typo / lint err in README * fix indexing error * fix lint error * address feedback on error wording in CheckLengths * make unit tests more concise * add Number() helper function * Update op-chain-ops/cmd/celo-migrate/main.go Co-authored-by: piersy <pierspowlesland@gmail.com> --------- Co-authored-by: piersy <pierspowlesland@gmail.com>
QuentinI
referenced
this pull request
in EspressoSystems/optimism-espresso-integration
Mar 7, 2025
* add CheckContinuity function * add unit tests for CheckContinuity * add loadAncientRange * add DB key functions * add loadNonAncientRange and checkNumberHashes * add loadLastAncient * add DB continuity check script * fix typo / lint err in README * fix indexing error * fix lint error * address feedback on error wording in CheckLengths * make unit tests more concise * add Number() helper function * Update op-chain-ops/cmd/celo-migrate/main.go Co-authored-by: piersy <pierspowlesland@gmail.com> --------- Co-authored-by: piersy <pierspowlesland@gmail.com>
theochap
pushed a commit
that referenced
this pull request
Dec 10, 2025
Alters the native IO to support Golang's `os.Pipe`, intended to allow for the `host` program in server mode to be able to communicate with the file descriptors passed from the VM.
theochap
pushed a commit
that referenced
this pull request
Jan 15, 2026
### Description Moves `OpTxType` from the `envelope` mod into it's own `tx_type` mod to make it more digestible. Also adds tests, including an `OpTxType::ALL` test that requires a newly-added variant is added to the list.
emhane
added a commit
that referenced
this pull request
Feb 3, 2026
Closes op-rs/op-reth#281 - Feature gates `reth-optimism-trie` metrics - Moves cursor impls out of proofs module into new module `cursor` - Moves cursor factory impls into new module `cursor_factory` - Updates cursor factory impls to return cursor types with metrics wrapper if metrics feature is enabled
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.
Description
Adds additional txmeta fields from l2geth
ethereum-optimism/go-ethereum#35
Metadata
Fixes
Contributing Agreement