Open OlivierBBB opened 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
To properly test storage operations and the new maps one should write multi-block tests where
EMPTY
accounts / gibbrerish address accounts)REVERT
SELFDESTRUCT
CREATE2
wherein you touch storageCALL
to the deployed contract and touch storageREVERT
the deployment