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

export seed to stdout for Solana CLI usage #301

Merged
merged 2 commits into from
Jan 7, 2023
Merged

Commits on Jan 7, 2023

  1. export seed to stdout for Solana CLI usage

    use serde_json to create string of array of numbers
    
    fix comment
    
    fix fn doc
    
    Use libaray features
    
    * Use the fact that an ed25519 keypair is a private/public key in sequence
    * Use the `json!` macro instead of implementing json conversion ourselves
    
    move json formatting to cli layer
    
    Seperates concerns better and makes testing in keypair concise
    
    fix some comments
    
    remove extraneous error message
    
    remove informational output s.t. export can be piped to file
    
    Fix unused use statement
    lthiery authored and madninja committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    41495ec View commit details
    Browse the repository at this point in the history
  2. Fix nightly clippy warnings

    madninja committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    795ce83 View commit details
    Browse the repository at this point in the history