LBRY-Vault/electrum
Peter D. Gray 4baab751a4
Add multisig support for Coldcard plugin
-----

Squashed commit of the following:

commit 69c0d48108314db6f0e100bea2ce5a9a3a0e9a1f
Author: Peter D. Gray <peter@conalgo.com>
Date:   Fri Aug 2 14:51:33 2019 -0400

    deterministic-build/requirements-hw.txt: update to version 0.7.9 of ckcc-protocol for Coldcard

commit 5cd2c528698dfb4ad248844be3c741c25aa33e38
Merge: 5e2a36a3e 537b35586
Author: Peter D. Gray <peter@conalgo.com>
Date:   Fri Aug 2 14:41:59 2019 -0400

    Merge branch 'multisig' of github.com:Coldcard/electrum into multisig

commit 5e2a36a3ee28780a11f789f69896e6e795621bfc
Author: Peter D. Gray <peter@conalgo.com>
Date:   Fri Aug 2 14:41:49 2019 -0400

    Some fixes for p2wsh-p2sh and p2wsh cases

commit 537b35586e0b1e11622a8e7d718b6fd37d47f952
Merge: a9e3ca47e 2a80f6a3a
Author: nvk <rodolfo@rnvk.org>
Date:   Tue Jul 23 11:40:39 2019 -0400

    Merge branch 'master' into multisig

commit a9e3ca47e189bcf0556703a4f2ca0c084638eb73
Author: Peter D. Gray <peter@conalgo.com>
Date:   Mon Jun 24 13:36:41 2019 -0400

    Bugfix: not all keystores have labels

commit 57783ec158af5ca8d63d596638bc3b6ee63b053f
Author: Peter D. Gray <peter@conalgo.com>
Date:   Mon Jun 24 13:36:04 2019 -0400

    Add address format to export data, and bugfix: use xfp_for_keystore()

commit 6f1f7673eaa340d14497b11c2453f03a73b38850
Author: Peter D. Gray <peter@conalgo.com>
Date:   Fri Jun 21 09:06:49 2019 -0400

    Revert "bugfix: P2SH inputs can be signed with extra signatures, more than required"

    This reverts commit 75b6b663eca9e7b5edc9a463f7acd8f1c0f0a61a.

commit c322fb6dd2783e1103f5bf69ce60a365fbaf4bfe
Author: Peter D. Gray <peter@conalgo.com>
Date:   Thu Jun 20 12:57:19 2019 -0400

    Require latest CKCC protocol

commit 69a5b781ebc182851d2e25319b549ec58ea23eb1
Author: Peter D. Gray <peter@conalgo.com>
Date:   Thu Jun 20 12:40:27 2019 -0400

    gui/qt/main_window.py: add co-signer keystore label to wallet info display, and a hook for different buttons

commit 55d506d264dbb341602630c3429134e493995272
Author: Peter D. Gray <peter@conalgo.com>
Date:   Thu Jun 20 12:36:10 2019 -0400

    PSBT Combining/cleanup

commit 75b6b663eca9e7b5edc9a463f7acd8f1c0f0a61a
Author: Peter D. Gray <peter@conalgo.com>
Date:   Thu Jun 20 10:18:02 2019 -0400

    bugfix: P2SH inputs can be signed with extra signatures, more than required

commit 1bde362ddbbfd86520a7cb7bc51e0bcef06be078
Author: Peter D. Gray <peter@conalgo.com>
Date:   Wed Jun 19 09:47:26 2019 -0400

    Combines signed PSBT files

commit cc5c0532e52fbe282e862e20c250cc88ed435cad
Author: Peter D. Gray <peter@conalgo.com>
Date:   Fri Jun 14 13:04:32 2019 -0400

    Working towards multisig

commit cb20da5428ba97237006683133e10b0758999966
Author: Peter D. Gray <peter@conalgo.com>
Date:   Fri Jun 14 13:04:18 2019 -0400

    Refactor/import PSBT handling code into own files

commit 558ef82bb0a8c16fb4e8bd0a6a80190498f1ce57
Author: Peter D. Gray <peter@conalgo.com>
Date:   Tue May 28 13:26:10 2019 -0400

    plugins/hw_wallet/qt.py: show keystore label in tooltip

commit 269299df4a9eb5960b6c6ec0afcbf3ef69ad0be3
Author: Peter D. Gray <peter@conalgo.com>
Date:   Mon May 27 09:32:43 2019 -0400

    Swap endian of xpub fingprint values, so they are shown as BE32 in capitalized hex, rather than 0x%08x (LE32)
2019-09-18 18:29:29 +02:00
..
gui Add multisig support for Coldcard plugin 2019-09-18 18:29:29 +02:00
plugins Add multisig support for Coldcard plugin 2019-09-18 18:29:29 +02:00
scripts follow-up: SimpleConfig is supposed to be singleton 2019-09-10 16:38:10 +02:00
tests ecc: also use libsecp256k1 for point addition 2019-09-16 20:43:13 +02:00
wordlist file reorganization with top-level module 2018-07-13 14:01:37 +02:00
www@7d902a422a fix websocket messages 2019-09-05 11:45:28 +02:00
__init__.py config: enforce that SimpleConfig is singleton 2019-09-10 18:01:10 +02:00
address_synchronizer.py simplify get_tx_fee 2019-09-12 12:26:49 +02:00
base_crash_reporter.py added trigger_crash method for testing crash reporter 2019-07-04 18:06:21 +02:00
base_wizard.py fix #5617 2019-09-04 13:53:38 +02:00
bip32.py wallet: stricter validation in export_private_key 2019-06-12 18:09:38 +02:00
bitcoin.py bitcoin.py: SCRIPT-related clean-up. transaction.py: construct_witness 2019-08-20 09:03:09 +02:00
blockchain.py logging: basics 2019-05-02 15:19:03 +02:00
channel_db.py create class for ShortChannelID and use it 2019-09-06 18:09:05 +02:00
checkpoints.json update block header checkpoints 2019-08-09 18:59:21 +02:00
checkpoints_testnet.json update block header checkpoints 2019-08-09 18:59:21 +02:00
coinchooser.py wallet: fix type error in _bump_fee_through_decreasing_outputs 2019-07-04 17:23:34 +02:00
commands.py Simplify invoices and requests. 2019-09-12 20:11:20 +02:00
constants.py move lnworker.first_block to constants 2019-08-20 09:03:11 +02:00
contacts.py logging: basics 2019-05-02 15:19:03 +02:00
crypto.py update lnbase after crypto refactoring 2019-08-20 09:03:09 +02:00
currencies.json Removed dead exchange. 2019-07-21 13:13:51 +02:00
daemon.py add SSL context to watchtower server 2019-09-13 12:26:27 +02:00
dnssec.py change many str(e) to repr(e) as some exceptions were cryptic 2019-07-17 20:12:52 +02:00
ecc.py ecc: small clean-up 2019-09-18 02:09:15 +02:00
ecc_fast.py simplify prev 2019-09-17 19:27:28 +02:00
electrum file reorganization with top-level module 2018-07-13 14:01:37 +02:00
exchange_rate.py network: handle main_taskgroup dying better. passthrough CancelledError 2019-08-30 19:46:25 +02:00
i18n.py move get_default_language to gui.qt.util 2018-09-23 14:11:50 +05:00
interface.py wallet: fix offline hw wallet signing when not specifying --offline 2019-07-29 13:27:37 +02:00
json_db.py simplify get_tx_fee 2019-09-12 12:26:49 +02:00
keystore.py follow-up prev (commands) 2019-09-05 18:30:04 +02:00
lightning.json update lightning.json 2019-08-20 09:03:11 +02:00
lnaddr.py lnaddr: Pull in Bech32 and Base58 prefixes from constants 2019-08-25 13:15:13 +00:00
lnchannel.py config: enforce that SimpleConfig is singleton 2019-09-10 18:01:10 +02:00
lnhtlc.py lnworker: rework "is_dangerous" 2019-08-20 09:03:12 +02:00
lnmsg.py fix encode_msg: optional fields were not sent 2019-08-20 09:03:12 +02:00
lnonion.py create class for ShortChannelID and use it 2019-09-06 18:09:05 +02:00
lnpeer.py config: enforce that SimpleConfig is singleton 2019-09-10 18:01:10 +02:00
lnrouter.py lnrouter: fix off-by-one in NUM_MAX_EDGES_IN_PAYMENT_PATH 2019-09-06 18:36:21 +02:00
lnsweep.py transaction: kill "name", "csv_delay", "cltv_expiry" fields 2019-09-09 19:38:35 +02:00
lntransport.py lnhtlc: local update raw messages must not be deleted before acked 2019-08-20 09:03:12 +02:00
lnutil.py transaction: kill "name", "csv_delay", "cltv_expiry" fields 2019-09-09 19:38:35 +02:00
lnverifier.py create class for ShortChannelID and use it 2019-09-06 18:09:05 +02:00
lnwatcher.py define LNWatcher.do_breach_remedy 2019-09-11 11:58:28 +02:00
lnworker.py return fees in history, show them in kivy GUI 2019-09-11 17:49:40 +02:00
logging.py Travis CI: Use flake8 to find Python syntax errors and undefined names (#5467) 2019-08-11 22:35:23 +00:00
mnemonic.py commands: change API of "make_seed" and "create" commands 2019-08-09 22:02:01 +02:00
msqr.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
network.py config: enforce that SimpleConfig is singleton 2019-09-10 18:01:10 +02:00
old_mnemonic.py mv "electrum seed" stuff from bitcoin.py to mnemonic.py 2019-02-22 18:01:54 +01:00
paymentrequest.proto file reorganization with top-level module 2018-07-13 14:01:37 +02:00
paymentrequest.py kivy: fix paying onchain invoices 2019-09-13 15:00:34 +02:00
paymentrequest_pb2.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
pem.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
plot.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
plugin.py hw wallets: show DeviceUnpairableError nicely in qt gui 2019-09-03 19:19:58 +02:00
qrscanner.py rename contrib/build-osx as contrib/osx. Move QRReader submodule there. 2018-11-29 11:39:57 +01:00
ripemd.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
rsakey.py no more "import *" 2019-02-11 20:21:24 +01:00
segwit_addr.py avoid duplicating bech32 module 2019-08-20 09:03:09 +02:00
servers.json Remove electrumx.ml because of phishing (#5596) 2019-08-29 12:37:33 +00:00
servers_regtest.json file reorganization with top-level module 2018-07-13 14:01:37 +02:00
servers_testnet.json servers: update testnet default list 2019-04-27 23:10:12 +02:00
simple_config.py add SSL context to watchtower server 2019-09-13 12:26:27 +02:00
sql_db.py get rid of sql_alchemy 2019-08-20 09:03:12 +02:00
storage.py storage: read/write sanity checks 2019-09-10 21:17:15 +02:00
synchronizer.py change many str(e) to repr(e) as some exceptions were cryptic 2019-07-17 20:12:52 +02:00
transaction.py wallet: txi/txo small clean-up 2019-09-12 04:07:17 +02:00
util.py minor qt send tab fixes. notably 'send max' was broken 2019-09-16 02:54:32 +02:00
verifier.py post rebase fixes 2019-08-20 09:03:11 +02:00
version.py commands: change API of "make_seed" and "create" commands 2019-08-09 22:02:01 +02:00
wallet.py minor qt send tab fixes. notably 'send max' was broken 2019-09-16 02:54:32 +02:00
x509.py logging: cli options to filter for modules using -v 2019-05-02 15:19:10 +02:00