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

Ignore init_code of sub-contracts and not deployed bytecode #18

Open
stiefn opened this issue Sep 4, 2024 · 0 comments
Open

Ignore init_code of sub-contracts and not deployed bytecode #18

stiefn opened this issue Sep 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@stiefn
Copy link
Contributor

stiefn commented Sep 4, 2024

When we compare the onchain bytecode with the project bytecode, we ignore the (deployed) bytecode of the child contract if it is a factory. But we should ignore the init_bytecode as this is part of the provided factory bytecode..

That can be an issue for child contracts that are deployed during the deployment of the factory.

@stiefn stiefn added the bug Something isn't working label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant