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

Update signatory requirement to v0.19 #227

Merged
merged 1 commit into from
Apr 20, 2020
Merged

Update signatory requirement to v0.19 #227

merged 1 commit into from
Apr 20, 2020

Commits on Apr 20, 2020

  1. Update signatory requirement to v0.19

    This release uses the v1.0 releases of the `ed25519` and `signature`
    crates. Release announcement here:
    
    https://www.reddit.com/r/rust/comments/g4w8by/ann_rustcrypto_signature_v10_and_ed25519_v10/
    
    It also eliminates the needless dependencies on the `p256` and `p384`
    crates, which `tendermint-rs` doesn't use (it only uses the `k256` crate
    for the secp256k1 curve definition).
    tony-iqlusion committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    16e27d9 View commit details
    Browse the repository at this point in the history