🔒 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
-
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 == 0
be considered overly strict in this context?Beta Was this translation helpful? Give feedback.
All reactions