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

Simulations for environment instructions #14

Open
18 tasks
clarus opened this issue May 20, 2024 · 0 comments
Open
18 tasks

Simulations for environment instructions #14

clarus opened this issue May 20, 2024 · 0 comments
Labels
Paris version Verification of the Paris version of the EVM

Comments

@clarus
Copy link
Collaborator

clarus commented May 20, 2024

Write simulations for the instructions in https://github.com/ethereum/execution-specs/blob/master/src/ethereum/paris/vm/instructions/environment.py These simulations have a lot of dependencies that we will axiomatize in this task if needed (make an axiom of the right signature but without the body of the definition that can be left for another task).

  • address
  • balance
  • origin
  • caller
  • callvalue
  • calldataload
  • calldatasize
  • calldatacopy
  • codesize
  • codecopy
  • gasprice
  • extcodesize
  • extcodecopy
  • returndatasize
  • returndatacopy
  • extcodehash
  • self_balance
  • base_fee
@clarus clarus added the Paris version Verification of the Paris version of the EVM label May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Paris version Verification of the Paris version of the EVM
Projects
None yet
Development

No branches or pull requests

1 participant