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

replace sha256 with pedersen_hash in get_key #46

Merged

Commits on Jan 6, 2022

  1. Configuration menu
    Copy the full SHA
    f4e477f View commit details
    Browse the repository at this point in the history
  2. fix: prevent an OOB

    gballet committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    a769c76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b1f6ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    510ba33 View commit details
    Browse the repository at this point in the history
  5. fix for unit tests: do not call NewAccessWitness in NewEVMTxContext (#49

    )
    
    * potential fix: do not call NewAccessWitness in NewEVMTxContext
    
    * more fixes: check for the existence of Accesses
    
    * fix absence of witness in copy
    
    * fix another witness issue
    
    * workaround: ensure the prefetcher is off in verkle mode
    
    * fix the remaining issues in tests
    
    * review feedback
    
    * fix witness allocation in stateless test
    gballet committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    ad8bcc6 View commit details
    Browse the repository at this point in the history