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
Before releasing evmzero as a product-ready EVM interpreter, test coverage should be raised to satisfying levels, defined as follows:
all code that is potentially on the execution path of a contract needs to be covered; this includes operations, stack operations, memory operations, code analysis, caching, and EVM startup/shutdown steps;
code implemented for logging / profiling execution modes should be reasonably covered; code that can only be reached through difficult to construct test cases can be omitted, but this should be commented (and justified) in the code
The text was updated successfully, but these errors were encountered:
Before releasing evmzero as a product-ready EVM interpreter, test coverage should be raised to satisfying levels, defined as follows:
The text was updated successfully, but these errors were encountered: