13723 Commits (3d9798757dd4bec7dab0375b66aa675d201595e1)
 

Author SHA1 Message Date
bitromortac e5458bb534 wallet_db: migrate to upfront shutdown scripts 4 years ago
bitromortac cf6e3e4efa lnwire: add upfront shutdown script tlvs 4 years ago
bitromortac 863fe031f0 lnpeer: await on_message handlers to raise exceptions 4 years ago
SomberNight 2eb02931ae
hw plugins: log exception at import time (but only if interesting) 4 years ago
ThomasV de903103da pass daemon to Commands instance in qt console. fixes #6926 4 years ago
SomberNight 2ec548dda3
ChannelDB: avoid duplicate (host,port) entries in ChannelDB._addresses 4 years ago
SomberNight 9a803cd1d6
ChannelDB: fix get_last_good_address 4 years ago
ghost43 b3a84e3137
Merge pull request #6922 from Coldcard/pr-v321 4 years ago
Peter D. Gray e829f2a0bc
plugins/coldcard/coldcard.py: include derivation path for each part of multisig (for v3.2.1 of firmware) 4 years ago
Peter D. Gray a810bc50be
plugins/coldcard/README.md: updates and cleanup 4 years ago
SomberNight 922a48f2b7
rerun freeze_packages 4 years ago
SomberNight 9d1f1e9732
requirements: don't use dnspython 2.1 as it installs poetry at build-time 4 years ago
SomberNight 9e86bb171b
binaries: update bundled PyQt version to 5.15.2 4 years ago
SomberNight 59a39af433
windows binaries: update libusb to 1.0.24 4 years ago
SomberNight 56d347a93b
windows binaries: update pyinstaller to 4.1 4 years ago
SomberNight d86138a1a5
storage: speed up write() by using faster compression setting 4 years ago
Malcolm Smith 67ae678137
storage/db: use faster JSON encoder settings when wallet is encrypted 4 years ago
SomberNight 13c45bd798
qt send tab: mention frozen balance if "not enough funds" in more cases 4 years ago
SomberNight 4b5616ff14
qt BlockingWaitingDialog: try harder to get label drawn (refresh bug) 4 years ago
SomberNight 85f76523b6
qt tx dialog: use WaitingDialog for network requests in __init__ 4 years ago
SomberNight 422f7ad110
qt tx dialog: fix visual artifact when opening (widget parenting issue) 4 years ago
ThomasV 177766ac37 lnpeer: fix a comment 4 years ago
ThomasV 07b08738a8 kivy wizard: checkum bip39 seeds, because the virtual keyboard imposes the English wordlist 4 years ago
ThomasV b2ab2a9f6a wizard: call on_restore_seed, on_restore_bip39 through self.run. fixes #6895 4 years ago
ThomasV 77e0d3745e fix #4326 4 years ago
ThomasV 7e36770a06 fix #6605 4 years ago
ThomasV eb6eac9254 fix reserve_sat in local_config. see #6896 4 years ago
ThomasV d70431c0e7 lnchannel.available_to_spend: return zero if frozen or not active. Without this, the channel details window displays can_send/can_receive values that are inconsistent with the main window 4 years ago
ThomasV b29cdc02da Require gossip_queries in LNWallet (follow-up f83d2d9fee) 4 years ago
ThomasV c478f3bb91 channel backups: fix exception in raised after channel is force closed 4 years ago
ThomasV 39fc72dad6 add paste button to qt payto_e. fixes #6878 4 years ago
SomberNight 112ad72cee
qt: follow-up passing-around-config 4 years ago
SomberNight 731756f6e8
dns hacks: use a default timeout of 30 sec for dns requests 4 years ago
ThomasV f83d2d9fee Move the part of process_gossip that requires access to channel_db into in LNGossip. 4 years ago
ghost43 7ab1a4552b
Merge pull request #6867 from SomberNight/202012_wallet_rbf_fixes 4 years ago
SomberNight 21f13e21b1
wallet: fix bump_fee and dscancel for "not all inputs ismine" case 4 years ago
SomberNight b28b3994c7
qt: move window.get{Open,Save}FileName to util 4 years ago
SomberNight 096d853482
qt: rm some usages of get_parent_main_window 4 years ago
SomberNight 08c3d2ccd0
lnworker: follow-up 89a14996ce 4 years ago
ThomasV 6daf8b7534 kivy: show exception raised by lnworker.pay. fixes #6495 4 years ago
ThomasV 89a14996ce add method get_node_alias to lnworker 4 years ago
ThomasV ae15bccb81 prepare release 4.0.9 4 years ago
SomberNight bb41ef3450
wallet: (fix) bump_fee sometimes created invalid tx that spent orig out 4 years ago
SomberNight 44e6bfbdd4
travis: disable macOS build 4 years ago
ThomasV 95203b0a55 channels_list: display node_id if node_alias is not available 4 years ago
ThomasV 89ecc85c64 convert_version_24: loop over list instead of dict items (see #6863 and #6349) 4 years ago
ThomasV c65974b7d0
Merge pull request #6865 from bitromortac/num-sats-can-send-receive 4 years ago
ThomasV b08f9f3581 fix #6859: height is must be passed to OnchainInvoice constructor 4 years ago
bitromortac 7a62074f8e
lnchannel: reflect frozen amounts and disconnected channels 4 years ago
ThomasV d44581e072 prepare release 4.0.8 4 years ago