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

multi: verifyseed rpc #1158

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Apr 20, 2020

  1. multi: changes for adding verifySeed jsonrpc call.

    A function deriveCoinTypeKey is created within methods.go that is used in another a new method of the jsonrpc serve VerifySeed.  All necessary changes to autogenerate the help for this rpc call are included as well.
    githubsands committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    d62e8e5 View commit details
    Browse the repository at this point in the history
  2. cmd: creates generateseed command

    Main purpose of this is to quickly test wallet builds that require seeds that are external to the wallet's db
    githubsands committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    0f87b66 View commit details
    Browse the repository at this point in the history
  3. genseed: add tool to cmd that generates a seed

    A use case for this is testing verifyseed rpc.  Currently rpctest harness' memwallet does not allow for its seed to be changed.
    githubsands committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    f22a9d7 View commit details
    Browse the repository at this point in the history