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

reuse address point evaluation in code chunking #109

Merged
merged 9 commits into from
Jun 29, 2022

Commits on Jun 28, 2022

  1. do not evaluate the constant each time in get_tree_key

    reuse the address part of the polynomial evaluation in get_tree_key
    
    add evaluated address point to state object
    
    use cached address point for poly evals in EVM instructions
    gballet committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    4c6d285 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d3f284 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef83782 View commit details
    Browse the repository at this point in the history
  4. add correct workflow branch

    gballet committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    94e326c View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. fix linter errors

    gballet committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    dc76ea3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae01b65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e241b54 View commit details
    Browse the repository at this point in the history
  4. remove circleci

    gballet committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    de1dad2 View commit details
    Browse the repository at this point in the history
  5. fix CI in panic

    gballet committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    81124cf View commit details
    Browse the repository at this point in the history