burrow icon indicating copy to clipboard operation
burrow copied to clipboard

eWASM contract should always contain code

Open gregdhill opened this issue 5 years ago • 0 comments

In ewasm, we expect the first execution of main() to return the full bytecode. In the case of the evm, if no code is returned then we throw an error so the same should be true in ewasm - which currently allows a contract account to hold no code.

gregdhill avatar Mar 12 '20 12:03 gregdhill