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

Support locked Bitcoin wallets in sidechain manipulation script #44

Closed
wants to merge 6 commits into from

Commits on Aug 3, 2015

  1. Support locked Bitcoin wallets in sidechain manipulation script

    As is, the sidechain manipulation script chokes during the "send-to-sidechain" step. I've added rudimentary support for unlocking wallets. There are a couple of notes.
    
    - As written, the user must manually edit the password. I'd prefer to make the password an optional CL parameter. If this is preferential, let me know and I'll go back and edit all files as necessary.
    - While it's doubtful that the script will encounter a pre-0.9 BC Core, the code compensates for the pre-0.9 "wallet already unlocked" error (RPC_WALLET_ALREADY_UNLOCKED) if it's encountered. Any other error kills the script. It's a bit crude but it should work.
    
    Thanks.
    Douglas Roark committed Aug 3, 2015
    Configuration menu
    Copy the full SHA
    7c85c55 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2015

  1. Don't assign walletpassphrase result to anything

    Douglas Roark committed Nov 4, 2015
    Configuration menu
    Copy the full SHA
    dfa1fb9 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2015

  1. Merge pull request ElementsProject#56 from TheBlueMatt/alpha

    Fix overflow in priority calculation
    Matt Corallo committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    b2b76c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2015

  1. Support locked Bitcoin wallets in sidechain manipulation script

    As is, the sidechain manipulation script chokes during the "send-to-sidechain" step. I've added rudimentary support for unlocking wallets. There are a couple of notes.
    
    - As written, the user must manually edit the password. I'd prefer to make the password an optional CL parameter. If this is preferential, let me know and I'll go back and edit all files as necessary.
    - While it's doubtful that the script will encounter a pre-0.9 BC Core, the code compensates for the pre-0.9 "wallet already unlocked" error (RPC_WALLET_ALREADY_UNLOCKED) if it's encountered. Any other error kills the script. It's a bit crude but it should work.
    
    Thanks.
    Douglas Roark committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    4ad08d8 View commit details
    Browse the repository at this point in the history
  2. Don't assign walletpassphrase result to anything

    Douglas Roark committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    07c027d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    781f742 View commit details
    Browse the repository at this point in the history