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

Keystore: minor maintenance #7043

Merged
merged 2 commits into from
Mar 27, 2020
Merged

Keystore: minor maintenance #7043

merged 2 commits into from
Mar 27, 2020

Commits on Mar 27, 2020

  1. keystore: Switch from Bytes() to MarshalPrivateKey()

    Bytes is deprecated.
    hsanjuan committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    56550c1 View commit details
    Browse the repository at this point in the history
  2. keystore: create new keys with 0400 permissions (as spec'ed)

    Spec is pretty much out of date but specifies this.
    
    https://github.com/ipfs/specs/blob/master/KEYSTORE.md
    hsanjuan committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    4a7373b View commit details
    Browse the repository at this point in the history