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 of the arithmetic file #7

Open
8 of 11 tasks
clarus opened this issue May 13, 2024 · 0 comments
Open
8 of 11 tasks

Simulations of the arithmetic file #7

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

Comments

@clarus
Copy link
Collaborator

clarus commented May 13, 2024

We focus on verifying the Paris version of the EVM. We will start with the arithmetic.py file that describes the primitive arithmetic operations. The relevant files are:

The goal of this task is to complete the simulation file to have a definition for rest of the functions:

  • add
  • sub
  • mul
  • div
  • sdiv
  • mod
  • smod
  • addmod
  • mulmod
  • exp
  • signextend

This might require adding some definitions for functions in other files as well, when they are called. For now, only the add function is defined.

@clarus clarus added the Paris version Verification of the Paris version of the EVM label May 13, 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