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

Full support for native segwit. #1563

Merged
merged 1 commit into from Feb 11, 2019

Commits on Feb 11, 2019

  1. Receive to and send from native segwit addresses

    - Hierarchical-deterministic derivation of native segwit addresses.
    - Receive payments to native segwit addresses.
    - Spend and sign payments from native segwit addresses.
    - Watch-only wallets with native segwit addresses (zpub/vpub).
    - WalletAppKit, Wallet-tool and Wallet-template are taught to deal with segwit-enabled wallets.
    
    Be aware this adds a new field in the wallet protobuf: output_script_type in Key, which keeps track
    of the script type of DeterministicKeyChains. Protobufs will be migrated; old DeterministicKeyChains
    are assumed to be of type P2PKH.
    
    Includes some code by Fabrice Drouin.
    Andreas Schildbach committed Feb 11, 2019
    Copy the full SHA
    bfe2a19 View commit details
    Browse the repository at this point in the history