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

execution: add transaction and header AT to ConfigureEvmEnv #10754

Merged
merged 3 commits into from
Sep 17, 2024

Conversation

tcoratger
Copy link
Contributor

Small step toward #10746

@tcoratger tcoratger changed the title exection: add transaction and header AT to ConfigureEvmEnv execution: add transaction and header AT to ConfigureEvmEnv Sep 6, 2024
Comment on lines 123 to 124
/// Fill transaction environment from a [`TransactionSignedEcRecovered`].
fn fill_tx_env(&self, tx_env: &mut TxEnv, transaction: &TransactionSignedEcRecovered);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made this change to simplify and have a single transaction type as associated type instead of two different ATs.

Copy link
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd like to do this in two steps, header first and then think about tx, because this one is a bit more tricky

crates/ethereum/evm/src/execute.rs Outdated Show resolved Hide resolved
@mattsse mattsse enabled auto-merge September 17, 2024 12:05
@mattsse mattsse added the A-sdk Related to reth's use as a library label Sep 17, 2024
@mattsse mattsse added this pull request to the merge queue Sep 17, 2024
Merged via the queue into paradigmxyz:main with commit 92dacf4 Sep 17, 2024
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-sdk Related to reth's use as a library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants