typed transactions: add support#258
Closed
tynes wants to merge 6 commits intoethereum-optimism:masterfrom
tynes:db-tx-type
Closed
typed transactions: add support#258tynes wants to merge 6 commits intoethereum-optimism:masterfrom tynes:db-tx-type
tynes wants to merge 6 commits intoethereum-optimism:masterfrom
tynes:db-tx-type
Conversation
snario
pushed a commit
that referenced
this pull request
Apr 14, 2021
bap2pecs
pushed a commit
to babylonlabs-io/optimism
that referenced
this pull request
Jul 31, 2024
…reum-optimism#258) Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.13.0 to 4.18.2. - [Changelog](https://github.com/jackc/pgx/blob/v4.18.2/CHANGELOG.md) - [Commits](jackc/pgx@v4.13.0...v4.18.2) --- updated-dependencies: - dependency-name: github.com/jackc/pgx/v4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Inphi
pushed a commit
that referenced
this pull request
Aug 16, 2024
When the FDG is about to execute a step, we must add an additional clock extension equal to the PreimageOracle challenge period. This gives the PreimageOracle time to elapse.
samlaf
pushed a commit
to samlaf/optimism
that referenced
this pull request
Aug 20, 2024
When the FDG is about to execute a step, we must add an additional clock extension equal to the PreimageOracle challenge period. This gives the PreimageOracle time to elapse.
Zena-park
pushed a commit
to tokamak-network/optimism
that referenced
this pull request
Dec 30, 2025
The linked bool comparisons are performed between variables and bool literals.
theochap
pushed a commit
that referenced
this pull request
Jan 15, 2026
adds encodeable+decodable+partialeq
emhane
pushed a commit
that referenced
this pull request
Feb 3, 2026
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
This PR adds support for typed transactions. The transaction type needs to be indexed by postgres. There are currently two transaction types that are supported, the standard ethereum eip155 tx and also an optimism
eth_signtransaction that is signed using theeth_signscheme so that it can "just work" with metamask and not need an additional provider to be used.Questions
Contributing Agreement