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

chore: introduce ExecuteOutput #11929

Merged
merged 1 commit into from
Oct 21, 2024
Merged

chore: introduce ExecuteOutput #11929

merged 1 commit into from
Oct 21, 2024

Conversation

fgimenez
Copy link
Member

Follow up of #11838 and #11846, introduce helper type ExecuteOutput { receipts, gas_used } to represent the ok result of BlockExecutionStrategy::execute_transactions instead of (Vec<Receipt>, u64)

@fgimenez fgimenez added C-debt Refactor of code section that is hard to understand or maintain A-execution Related to the Execution and EVM labels Oct 21, 2024
@emhane emhane added this pull request to the merge queue Oct 21, 2024
Merged via the queue into main with commit 7119bb1 Oct 21, 2024
39 checks passed
@emhane emhane deleted the fgimenez/execute-output branch October 21, 2024 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-execution Related to the Execution and EVM C-debt Refactor of code section that is hard to understand or maintain
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants