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

Redjubjub signature verifier service #460

Merged
merged 13 commits into from
Jul 8, 2020
Merged

Redjubjub signature verifier service #460

merged 13 commits into from
Jul 8, 2020

Commits on Jul 8, 2020

  1. Configuration menu
    Copy the full SHA
    5b30dbd View commit details
    Browse the repository at this point in the history
  2. Update RedJubjubVerifier to use tower-batch-based async pattern

    Using updated redjubjub::batch::Verifier in the redjubjub#batch branch.
    dconnolly committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    e285b7b View commit details
    Browse the repository at this point in the history
  3. Tidy

    dconnolly committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    45937a0 View commit details
    Browse the repository at this point in the history
  4. Remove zebra_test::init()

    dconnolly committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    3d399a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a9845e View commit details
    Browse the repository at this point in the history
  6. Update to use merged redjubjub::batch::Verifier

    Now the Verifier is agnostic of redjubjub SigTypes.  Updated tests to
    generate sigs of both types and batch verifies the whole batch.
    
    Resolves #407
    dconnolly committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    fd685c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1273029 View commit details
    Browse the repository at this point in the history
  8. Bump chrono from 0.4.11 to 0.4.12 (#580)

    Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.11 to 0.4.12.
    - [Release notes](https://github.com/chronotope/chrono/releases)
    - [Changelog](https://github.com/chronotope/chrono/blob/master/CHANGELOG.md)
    - [Commits](chronotope/chrono@v0.4.11...v0.4.12)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and dconnolly committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    1c6d370 View commit details
    Browse the repository at this point in the history
  9. Update RedJubjubVerifier to use tower-batch-based async pattern

    Using updated redjubjub::batch::Verifier in the redjubjub#batch branch.
    dconnolly committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    01f2e3a View commit details
    Browse the repository at this point in the history
  10. Bump timeout

    dconnolly committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    b865ac2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9ef83f6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0d97f81 View commit details
    Browse the repository at this point in the history
  13. Rename structs to remove module's name

    To follow this convention RFC: rust-lang/rfcs#356
    dconnolly committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    1c40af5 View commit details
    Browse the repository at this point in the history