-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
address.code and address.codesize #3044
Comments
With Constantinople's |
I think these features would be nice, especially considering that a lot of contracts now use assembly to access them, which puts an extra burden on the SMTChecker. cc @leonardoalt Probably should be considered in conjunction with #4910 |
|
I think codesize is fine as it is close to the opcode. A user can also do Also question: should the compiler generate |
Sure, same mechanism as with selfbalance. |
Let's implement |
We agreed to |
Actually a good point against this is the push for code merkleization (i.e. EIP-2926) which would change the way the codehash is calculated. |
(From https://www.pivotaltracker.com/story/show/89623638)
The text was updated successfully, but these errors were encountered: