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

Fix verification logic #1594

Merged
merged 3 commits into from
Aug 27, 2024
Merged

Fix verification logic #1594

merged 3 commits into from
Aug 27, 2024

Commits on Aug 27, 2024

  1. Don't return false when auxdata differs in creation code but find by …

    …edited-recompilation
    
    When a contract's creation code has for some reason a different auxdata, the current control flow returns false and abrubts the cborAuxdata position finding process.
    
    Instead it should continue to find the positions by editing the contract and recompiling. The real auxdata is actually embedded inside the bytecode.
    kuzdogan committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    2bf7168 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b57e3b9 View commit details
    Browse the repository at this point in the history
  3. Add comment

    kuzdogan committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    4144f60 View commit details
    Browse the repository at this point in the history