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 the state instructions #20

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

Simulations for the state instructions #20

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

Add simulations for the instructions in https://github.com/ethereum/execution-specs/blob/master/src/ethereum/paris/state.py
There are a lot of dependencies which can be axiomatized.

  • State
  • close_state
  • begin_transaction
  • commit_transaction
  • rollback_transaction
  • get_account
  • get_account_optional
  • set_account
  • destroy_account
  • destroy_storage
  • mark_account_created
  • get_storage
  • set_storage
  • storage_root
  • state_root
  • get_storage_root
  • account_exists
  • account_has_code_or_nonce
  • is_account_empty
  • account_exists_and_is_empty
  • is_account_alive
  • modify_state
  • move_ether
  • reduce_sender_balance
  • increase_recipient_balance
  • set_account_balance
  • set_balance
  • touch_account
  • increment_nonce
  • increase_nonce
  • set_code
  • write_code
  • get_storage_original
@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