13405 Commits (2b693d3498e79463aa48043c27906f7ccc6d03e2)
 

Author SHA1 Message Date
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
ThomasV 9fcfa709e0
Merge pull request #6857 from SomberNight/202012_walletdb_v33 4 years ago
SomberNight 3a7c00634e
wallet_db: impl convert_version_33: put 'height' field into invoices 4 years ago
ThomasV b80978c8db
Merge pull request #6854 from bitromortac/swap-improvements 4 years ago
bitromortac 64ecf8539a
swaps: fix normal amount formulas 4 years ago
bitromortac c377694347
swaps: limit forward amount to receivable amount on lightning 4 years ago
bitromortac 903ad55b0b
swaps: disable button if no channel present 4 years ago
SomberNight ede9b4382a
qt swap dialog: attempt at clearer logic (at the cost of more lines) 4 years ago
SomberNight f453bfe82e
kivy: move "lightning" (gossip) btn inside "channels" dialog 4 years ago
ThomasV 06b9d48535 kivy: allow address reuse in imported wallets. (fix #6852) 4 years ago
ThomasV 43614af2c4 wallet: use height to determine request status (similar to outgoing invoices) 4 years ago
ln2max 7fdedd5c40
synchronizer: request missing txs for addresses in random order 4 years ago
ln2max 42366ba57d
network: increase MOST_RELAXED default timeout to 10 minutes 4 years ago
ghost43 3c89236128
Merge pull request #6843 from SomberNight/202012_distutils_config 4 years ago
ThomasV 587ca5dd42 kivy: initialize app.android_backups from config, and show error message if save_backup raises an exception 4 years ago
ThomasV 0e420e6f9d lnworker: remove channel if it was not saved successfully after creation 4 years ago
SomberNight e83f0dd3fc
network: when switching servers, don't wait for old interface to close 4 years ago
SomberNight 19f806ddf4
build: don't allow setuptools to sneakily install build-time deps 4 years ago
ThomasV 91cdd12fa2
Merge pull request #6842 from spesmilo/save_height_in_invoices 4 years ago