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

EI-528 - Revert to go-ethereum for secp256k functionality (introduced… #33

Merged
merged 2 commits into from
Jan 7, 2022

Commits on Jan 5, 2022

  1. EI-528 - Revert to go-ethereum for secp256k functionality (introduced…

    … in 398057a)
    
    - github.com/fomichev/secp256k1 has negative performance impact
    - vulnerability associated with go-ethereum is not relevant (i.e. code not touched)
      See also ethereum/go-ethereum#23866
    - Bump github.com/ethereum/go-ethereum to v1.10.14
    vtermanis committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    62f1edc View commit details
    Browse the repository at this point in the history
  2. Target go 1.17 or greater

    - Update go.mod
    - Update GH workflow
    vtermanis committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    f885242 View commit details
    Browse the repository at this point in the history