We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
feat(levm): transaction validation (#795)
4052cc8
**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
Successfully merging a pull request may close this issue.
No description provided.
The text was updated successfully, but these errors were encountered: