Skip to content

Simulations for the state instructions #20

@clarus

Description

@clarus

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Paris versionVerification of the Paris version of the EVM

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions