11801 Commits (34d652b0f6445bde32a9f963f7f323476fd5630d)
 

Author SHA1 Message Date
SomberNight 9ff7d2c5a7
transactions (qt): fix opening raw bytes files 5 years ago
SomberNight 85a4811742
transaction.tx_from_any: recognise even more types, and add tests 5 years ago
SomberNight fef1ddd416
wallet: fix #5748 5 years ago
SomberNight 7b18c91b74
psbt follow-up: fix ln cooperative close, and minor type clean up 5 years ago
ThomasV 707b74d22b
Merge pull request #5721 from SomberNight/201910_psbt 5 years ago
SomberNight cd49839bc0
transaction: helpful error msg if user tries to load old partial tx 5 years ago
SomberNight 27df235c26
transactions: reading QR codes: clean-up and accept all encodings 5 years ago
SomberNight 29a6e3c019
psbt: implement PSBT_GLOBAL_VERSION field 5 years ago
SomberNight 83740c1a78
psbt: implement CompactSize key types (previously single-byte types) 5 years ago
SomberNight aa518c0ea5
psbt: allow insecure signing of legacy UTXOs without full previous tx 5 years ago
SomberNight 74a46689d8
kivy tx dialog: was missing tx.add_input_from_wallet() call 5 years ago
SomberNight 8a7c3447b3
tx dialog: try harder to show fee 5 years ago
SomberNight 6573e7f1f3
test_wallet_vertical: add test for manual coinjoin 5 years ago
SomberNight 8e09d429c0
psbt: "updater" must swap NON_WITNESS_UTXO for WITNESS_UTXO if txin is segwit 5 years ago
SomberNight c077d77316
psbt: test_wallet_vertical: add asserts to avoid silent breakage of psbts we create 5 years ago
SomberNight 955caa7292
transaction: to_json() debug methods display bip32 str (not int) paths 5 years ago
SomberNight 46db33df75
psbt: follow-ups: BCDataStream.read_bytes() should return bytes 5 years ago
SomberNight cc4f6804b0
psbt: follow-ups: fix trezor 5 years ago
SomberNight dd14a3fde5
psbt: follow-ups: fix digital bitbox 5 years ago
SomberNight 9e86352022
psbt: follow-ups: fix ledger 5 years ago
SomberNight 26a5f212cb
psbt: cleaner API for serialize* methods 5 years ago
SomberNight 1017fefdc9
psbt: only include xpubs for multisig wallets 5 years ago
SomberNight 90b190bbcd
psbt: fix bug re witness_utxo serialization 5 years ago
SomberNight c8c1ea9c86
qt tx dialog: add export options for coinjoins and for coldcard 5 years ago
SomberNight d872be7f6b
psbt: don't put xpubs and full paths into tx by def; only while signing 5 years ago
SomberNight e6c841d05f
psbt: put fake xpubs into globals. keystores handle xfp/der_prefix missing 5 years ago
SomberNight 7eb7eb8674
add support for manual coinjoins 5 years ago
SomberNight bafe8a2fff
integrate PSBT support natively. WIP 5 years ago
ghost43 6d12ebabbb
qt tx dialog: show dropdown for "export", instead of separate buttons (#5739) 5 years ago
ghost43 53dea824a4
Merge pull request #5742 from Coldcard/master 5 years ago
Peter D. Gray ec2bdbd02d
plugins/coldcard/qt.py: bugfix for API change on main_window.show_transaction 5 years ago
dependabot[bot] ed5300ba1d
build(deps): bump ecdsa in /contrib/deterministic-build 5 years ago
SomberNight 3e98123b17
qt settings dialog: small fixes 5 years ago
SomberNight f72bb03af6
commands: gettransaction cmd now tests txid before returning tx 5 years ago
SomberNight 3bfcfb49c3
fix qt invoices list: handle lightning disabled 5 years ago
SomberNight ccccaf099f
(trivial) logging "verbosity_filter" was renamed to "LOGGING_SHORTCUT" 5 years ago
SomberNight 75902f8e35
fix logic error in lnworker.on_channel_closed 5 years ago
ThomasV 427f7f8eeb fix #5731 5 years ago
SomberNight a20317fe2a
fix #5726 5 years ago
ThomasV 7b5869c7bc kivy: 5 years ago
ThomasV 2dd368e76e minor fix: show_transaction params 5 years ago
ThomasV 5c1340b7bd pass both invoice and description to show_transaction 5 years ago
ThomasV 76c22f3e06 follow-up a0ec2690cf 5 years ago
ThomasV 24221584e2 fix clear_requests button 5 years ago
ThomasV a0ec2690cf Call wallet.set_paid after onchain broadcast. Check if invoices are expired in util.get_request_status 5 years ago
ThomasV e35bddcc09 kivy: fix can_pay in invoice_dialog 5 years ago
ThomasV a4944cdcb2 delete channel from db in remove_channel, becaose it is called from lnworker 5 years ago
ThomasV 9fbac40d56 filter out None in wallet.get_invoices 5 years ago
ThomasV 9ff1bd4110 fix test following aac0fe9ae6 5 years ago
ThomasV 2234f93d8b fix fee in lnworker.get_history (sign error) 5 years ago