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

Speedup modexp #4780

Merged
merged 19 commits into from
Dec 7, 2022
Merged

Speedup modexp #4780

merged 19 commits into from
Dec 7, 2022

Commits on Nov 29, 2022

  1. ModEXP speedup

    Increate the speed of ModExp gas calculations.
    
    Signed-off-by: Danno Ferrin <[email protected]>
    shemnon committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    0425d22 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Native modexp

    Use a native lib for modexp precompile.
    
    Signed-off-by: Danno Ferrin <[email protected]>
    shemnon committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    6b4d738 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    5956426 View commit details
    Browse the repository at this point in the history
  2. CHANGELOG

    Signed-off-by: Danno Ferrin <[email protected]>
    shemnon committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    c568d17 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. update lib

    update native libs
    
    Signed-off-by: Danno Ferrin <[email protected]>
    shemnon committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    600e954 View commit details
    Browse the repository at this point in the history
  2. add stray swt pom verification

    Signed-off-by: Danno Ferrin <[email protected]>
    shemnon committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    39d76af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d95b84 View commit details
    Browse the repository at this point in the history
  4. add unstable options

    Signed-off-by: Danno Ferrin <[email protected]>
    shemnon committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    428ceed View commit details
    Browse the repository at this point in the history
  5. test no lib load

    Signed-off-by: Danno Ferrin <[email protected]>
    shemnon committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    94073b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. graclful handling of lib load errors.

    Signed-off-by: Danno Ferrin <[email protected]>
    shemnon committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    be64927 View commit details
    Browse the repository at this point in the history
  2. one last changelog

    Signed-off-by: Danno Ferrin <[email protected]>
    shemnon committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    fd6a7ed View commit details
    Browse the repository at this point in the history
  3. upgrade acceptance tests containers

    Update the acceptance test containers to be more in line with the build
    containers.  Ubuntu 22.04, etc.
    
    Signed-off-by: Danno Ferrin <[email protected]>
    shemnon committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    91e1bd2 View commit details
    Browse the repository at this point in the history
  4. undo circleci changes

    Signed-off-by: Danno Ferrin <[email protected]>
    shemnon committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    a493765 View commit details
    Browse the repository at this point in the history
  5. test run 0.7.1-SNAPSHOT

    Signed-off-by: Danno Ferrin <[email protected]>
    shemnon committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    f7632a0 View commit details
    Browse the repository at this point in the history
  6. checksums

    Signed-off-by: Danno Ferrin <[email protected]>
    shemnon committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    bff22f7 View commit details
    Browse the repository at this point in the history
  7. use a sledgehammer

    Signed-off-by: Danno Ferrin <[email protected]>
    shemnon committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    aa98a71 View commit details
    Browse the repository at this point in the history
  8. Use 0.7.1 release of besu native

    Signed-off-by: Danno Ferrin <[email protected]>
    shemnon committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    86e5858 View commit details
    Browse the repository at this point in the history
  9. review requested changes.

    Signed-off-by: Danno Ferrin <[email protected]>
    shemnon committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    c001969 View commit details
    Browse the repository at this point in the history
  10. spotless

    Signed-off-by: Danno Ferrin <[email protected]>
    shemnon committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    546f7d1 View commit details
    Browse the repository at this point in the history