Skip to content
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

Support creation_code and runtime_code contract type information #4323

Open
pcaversaccio opened this issue Oct 22, 2024 · 3 comments
Open

Support creation_code and runtime_code contract type information #4323

pcaversaccio opened this issue Oct 22, 2024 · 3 comments
Labels

Comments

@pcaversaccio
Copy link
Collaborator

Summary

Related to comment: #4204 (review). Having the contract type information:

@charles-cooper
Copy link
Member

note that this will increase compilation time by a lot, since the compiler has to do full code generation for another module

@charles-cooper
Copy link
Member

@pcaversaccio do we actually need .runtime_code? i don't think it will correspond to real codehash unless you have the immutables section already.

@pcaversaccio
Copy link
Collaborator Author

@pcaversaccio do we actually need .runtime_code? i don't think it will correspond to real codehash unless you have the immutables section already.

I think it's "nice-to-have" rather a "must-have" for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants
@charles-cooper @pcaversaccio and others