We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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..
init_bytecode
That can be an issue for child contracts that are deployed during the deployment of the factory.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: