-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
crate: evm_arithmetizationAnything related to the evm_arithmetization crate.Anything related to the evm_arithmetization crate.enhancementNew feature or requestNew feature or request
Description
Sometimes, debugging the kernel code can be extremely painful, only to discover that the issue was caused by a missing DUP(i) or an incorrect SWAP(i). These errors often result in evaluating a function (we don't really have functions, but essentially we do) with an incorrect argument—for instance, passing an address where a boolean was expected. Such errors could potentially be caught easily with a simple type checker.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
crate: evm_arithmetizationAnything related to the evm_arithmetization crate.Anything related to the evm_arithmetization crate.enhancementNew feature or requestNew feature or request
Type
Projects
Status
Backlog