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

tendermint: PrivateKey and PublicKey have From impls for ed25519-consensus types #1401

Merged

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    8769244 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad24ea5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80b373d View commit details
    Browse the repository at this point in the history
  4. tendermint: private SigningKey::new() constructor

    this mimics the same constructor found on `VerificationKey`, for
    consistency.
    cratelyn committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    35110f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f1a95a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    649dd37 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7b3c2a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Add changelog entry

    romac committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    34e0c13 View commit details
    Browse the repository at this point in the history