Consensys / linea-tracer

Part of the Linea stack responsible for extracting data from the execution of an EVM client in order to construct large matrices called execution traces.
https://linea.build
Other
35 stars 29 forks source link

Storage testing #1205

Open OlivierBBB opened 2 months ago

OlivierBBB commented 2 months ago

To properly test storage operations and the new maps one should write multi-block tests where

OlivierBBB commented 2 months ago

BTW I would take the opportunity to contact @thedarkjester and @gauravahuja on how to use the new testing framework. We will want to write many tests, bytecode won't be an option, especially when we start mixing CREATE(2)'s, CALL's and SELFDESTRUT's, see https://github.com/Consensys/linea-tracer/pull/1052