🔒 Loosen Runtime Bytecode Check #39
Closed
QYuQianchen
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
|
@QYuQianchen in the Design Principles we write the following:
I consider deploying a zero-byte runtime bytecode in the context of |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It can be an edge case, users may be interested in creating a contract without any runtime bytecode, such as deploying with
0x600060006000f0. Could implementing a check likenewContract.code.length == 0be considered overly strict in this context?Beta Was this translation helpful? Give feedback.
All reactions