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

Use bin-runtime option of solc to calculate the deployed code #419

Closed
pirapira opened this issue Jan 9, 2019 · 0 comments · Fixed by #435
Closed

Use bin-runtime option of solc to calculate the deployed code #419

pirapira opened this issue Jan 9, 2019 · 0 comments · Fixed by #435

Comments

@pirapira
Copy link
Contributor

pirapira commented Jan 9, 2019

Currently, we use a fishy method #408 of computing the code to be expected on the blockchain. Solidity can compute that for us (bin-runtime in addition to bin). This issue keeps track of storing the expected onchain code from Solidity and using it for verification.

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

Successfully merging a pull request may close this issue.

2 participants