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

LEVM: Refactor the main method flow #1633

Open
4 tasks
ilitteri opened this issue Jan 6, 2025 · 0 comments
Open
4 tasks

LEVM: Refactor the main method flow #1633

ilitteri opened this issue Jan 6, 2025 · 0 comments
Labels
levm Lambda EVM implementation refactor

Comments

@ilitteri
Copy link
Contributor

ilitteri commented Jan 6, 2025

  • The new transact method should: prepare the VM for execution -> execute -> resolve the execution result -> perform the post-execution logic -> return the transaction execution report.
  • execute should return an ExecutionResult.
  • There should be a resolve_execution_result function that takes the ExecutionResult and returns the TransactionExecutionReport.
  • The TransactionExecutionReport should be altered by the post-execution logic as needed.
@ilitteri ilitteri added levm Lambda EVM implementation refactor labels Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
levm Lambda EVM implementation refactor
Projects
Status: No status
Development

No branches or pull requests

1 participant