You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@karmacoma-eth working on the issue? would it be alright if I take over this task?
implementing transient storage to develop TSTORE/TLOAD opcode with the existing storage code
For TSTORE/TLOAD, the quick and dirty way to do it is to just use the existing SSTORE/SLOAD since atm everything exists in the context of a single transaction.
Longer term, we may want to support multiple transactions, in which case there will be a difference between transient and persistent storage, so it may be useful to have a transient tag on stored values.
halmos
does currently not support the new EVM versioncancun
(exampleMCOPY
):↩ 0x5e 0x (error: HalmosException('Unsupported opcode 0x5e'))
In order to formally verify properties given this new EVM version, it would be useful to add support for this new version.
The text was updated successfully, but these errors were encountered: