You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: