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

Decouple NewKeyringFromDir() from sdk.GetConfig() #5547

Merged
merged 10 commits into from
Jan 22, 2020

Commits on Jan 21, 2020

  1. Decouple NewKeyringFromDir() from sdk.GetConfig()

    NewKeyringFromDir() takes only a keyring service name, which
    becomes a component of the directory used as keyring's storage.
    Alessio Treglia committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    3e269cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eaf74e0 View commit details
    Browse the repository at this point in the history
  3. New constructor - name is tentative

    Alessio Treglia committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    9c81e16 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Remove old constructors

    Alessio Treglia committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    9f1be5f View commit details
    Browse the repository at this point in the history
  2. Improve docs

    Alessio Treglia committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    44fb428 View commit details
    Browse the repository at this point in the history
  3. Make backend strings turn into const

    Alessio Treglia committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    cf738fb View commit details
    Browse the repository at this point in the history
  4. Remove NewKeyBaseFromHomeFlag constructor

    Alessio Treglia committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    53e8441 View commit details
    Browse the repository at this point in the history
  5. Remove NewKeyringFromDir

    Alessio Treglia committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    9e53524 View commit details
    Browse the repository at this point in the history
  6. Remove NewKeyringFromHomeFlag

    Alessio Treglia committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    32b540d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5eed9ae View commit details
    Browse the repository at this point in the history