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

crypto: add ‘private_key’ alias for ‘secret_key’ field #7035

Merged
merged 2 commits into from
Jun 14, 2022

Commits on Jun 14, 2022

  1. crypto: add ‘private_key’ alias for ‘secret_key’ field

    To make it easier to use credential files that near cli tool works
    with, introduce ‘private_key’ alias for the ‘secret_key’ field in
    KeyFile struct.  This way, the JSON file can have either of those
    fields set and it’ll be read correctly.
    
    Fixes: near#7030
    mina86 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    70fb952 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into k

    mina86 authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    adbaf8f View commit details
    Browse the repository at this point in the history