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

feat(verifier): update bytecode comparison methods to the approach based on transformations #1139

Open
Tracked by #711
rimrakhimov opened this issue Dec 4, 2024 · 0 comments

Comments

@rimrakhimov
Copy link
Member

rimrakhimov commented Dec 4, 2024

Currently verifier uses comparison method which supports only cborAuxdata parts to be different. This prevent us from verifying contracts where the libraries were manually linked or genesis contracts where immutable variables exist.

We need to make use of transformation based approach introduced during verifier alliance discussions. That will allow us support all those corner cases.

@rimrakhimov rimrakhimov mentioned this issue Dec 4, 2024
45 tasks
@rimrakhimov rimrakhimov changed the title Update bytecode comparison methods to the approach based on transformations feat(verifier): update bytecode comparison methods to the approach based on transformations Dec 4, 2024
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

No branches or pull requests

1 participant