Skip to content

Simulations of the arithmetic file #7

@clarus

Description

@clarus

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.

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