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: Transaction validation #603

Closed
lazcanoluca opened this issue Oct 1, 2024 · 0 comments · Fixed by #795
Closed

LEVM: Transaction validation #603

lazcanoluca opened this issue Oct 1, 2024 · 0 comments · Fixed by #795
Labels
levm Lambda EVM implementation

Comments

@lazcanoluca
Copy link
Contributor

No description provided.

@lazcanoluca lazcanoluca changed the title LEVM: Transaction evaluation LEVM: Transaction validation Oct 1, 2024
@mpaulucci mpaulucci added the levm Lambda EVM implementation label Oct 3, 2024
github-merge-queue bot pushed a commit that referenced this issue Oct 15, 2024
**Changes**
- Added `TxEnv` to the VM `Environment`.
- Added the `validate_transaction` method to `transact`, in order to
verify the transactions before executing.
- The transaction validation is done by following the execution specs
implementation.

**Reference**
- [Execution
specs](https://github.com/ethereum/execution-specs/blob/c854868f4abf2ab0c3e8790d4c40607e0d251147/src/ethereum/cancun/fork.py#L332)
- [EVM-MLIR tx validation
PR](https://github.com/lambdaclass/evm_mlir/pull/437/files)

<!-- Why does this pull request exist? What are its goals? -->

Closes #603
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
levm Lambda EVM implementation
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants