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

Switch from ark-bn254 to matterlabs/pairing (BFT-325) #28

Merged
merged 19 commits into from
Nov 10, 2023

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    eef88f9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into switch_bn254

    # Conflicts:
    #	node/Cargo.lock
    #	node/libs/crypto/src/bn254/tests.rs
    moshababo committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    273d3b8 View commit details
    Browse the repository at this point in the history
  3. Post merge fixes

    moshababo committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    825ac85 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    0d69e85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5936ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85c0de9 View commit details
    Browse the repository at this point in the history
  4. Fix typo

    moshababo committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    58d4c2a View commit details
    Browse the repository at this point in the history
  5. Use "rand=0.4" directly

    moshababo committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    00d6da5 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into switch_bn254

    # Conflicts:
    #	node/Cargo.lock
    #	node/deny.toml
    #	node/libs/crypto/Cargo.toml
    #	node/libs/crypto/src/bn254/hash.rs
    moshababo committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    ffb944f View commit details
    Browse the repository at this point in the history
  7. cargo update

    moshababo committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    d32e8ea View commit details
    Browse the repository at this point in the history
  8. cargo deny

    moshababo committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    9ebbe06 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fda3cae View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    171ab34 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bf819a2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    55c7502 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Add pairing.git rev

    moshababo committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    1e86076 View commit details
    Browse the repository at this point in the history
  2. impl Debug for SecretKey

    moshababo committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    d0eeea4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3074cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3616c9 View commit details
    Browse the repository at this point in the history