12091 Commits (88650ed8d60acde94d476af5431ee654f09b2b30)
 

Author SHA1 Message Date
ThomasV f7fb14a538
Merge pull request #5806 from RCasatta/remove_greenaddress 5 years ago
Riccardo Casatta 8c30ae78be
remove GreenAddress instant plugin 5 years ago
SomberNight a13344938f
interface: fix connecting to raw IPv6 (as hostname) on Windows 5 years ago
SomberNight cee2083134
qt history list: fix UnboundLocalError when searching 5 years ago
SomberNight d430ec4bfc
interface.deserialize_server: better ipv6 handling 5 years ago
SomberNight 13d6997355
LNPeerAddr: validate arguments 5 years ago
SomberNight edba59ef54
LNPeerAddr: nicer str formatting for IPv6 hosts 5 years ago
SomberNight ddeb176b3d
kivy: fix open_channel (API was changed) 5 years ago
SomberNight 557987d4eb
add/fix some open_channel related type hints 5 years ago
ThomasV 038036f350 minor follow-up prev commit 5 years ago
ThomasV fd8236538a Open lightning channels with partially signed tx. 5 years ago
ThomasV 9c9ceb702a fix #5729 5 years ago
ThomasV b9e5edd704 fix #5728 5 years ago
ThomasV 06589df812 simplify add_transaction 5 years ago
ThomasV fc85dcead6 follow-up previous commit 5 years ago
ThomasV 6c62fb03ac fix #5733 5 years ago
SomberNight 88307357ec
add some type hints 5 years ago
SomberNight 770ae6d878
fix tests 5 years ago
SomberNight bda9a407d9
trivial: don't print frequent-case log line in lnpeer.mark_open 5 years ago
SomberNight 268e245322
lnpeer: only set initialized after both sent AND received "init" 5 years ago
ThomasV 61dfcba092 Refactor channel states: 5 years ago
SomberNight c31fa059fe
cli: clear up "rbf" arg for "payto" cmd in help text; and use eval_bool 5 years ago
SomberNight 420b1a6636
cli: load_wallet now auto-upgrades the WalletStorage when needed 5 years ago
SomberNight 3d88d6870c
cli: fix load_wallet for storage-encrypted wallets 5 years ago
ThomasV 8e08ca7cb1 simplify network callbacks in lnworker 5 years ago
ThomasV b469df5283 check channel funding_tx amount and script in save_short_channel_id 5 years ago
SomberNight c2b0039935
bitcoin.py: remove some remnants of TYPE_ADDRESS, TYPE_SCRIPT 5 years ago
SomberNight 03cc63205f
trivial: use logger.exception instead of traceback.print_exc 5 years ago
SomberNight 6f246a83b3
qt coin selection: allow selecting an empty set 5 years ago
SomberNight 11f54aee60
qt utxo list: spend_list is now a set (and renamed) 5 years ago
SomberNight 216d9e3c4d
lnpeer: (fix) force_close_channel was not awaited in some cases 5 years ago
ghost43 d5b27e5be1
Merge pull request #5787 from xaya/http-request-auth 5 years ago
Daniel Kraft 423c4b0695
Return 401 from RPC server for missing auth. 5 years ago
SomberNight 6b195437ed
wallet: "future" txns num conf is now negative 5 years ago
SomberNight 1526bc9ccf
qt: consistently show tooltip when copying to clipboard 5 years ago
Johann Bauer 9fe7917118
Qt: Remove unused color from color scheme 5 years ago
SomberNight 06de2660cf
kivy: support invoices with "max" amount 5 years ago
SomberNight 49284f716b
wallet: bump fee now supports coin selection 5 years ago
SomberNight fec9677508
qt open channel: minor dialog fixes 5 years ago
SomberNight cd9477c0da
ln: qt channel open: fix max channel size 5 years ago
SomberNight ae04434206
ln: update list of fallback nodes 5 years ago
SomberNight 4057140e6a
lightning qr codes: more robust parsing 5 years ago
SomberNight d1c262def0
qt tx dialog: small clean-up in constructors 5 years ago
SomberNight 97056ae44d
qt send tab: subtract 2fa fee when clicking "spend max" 5 years ago
SomberNight ca6654c102
qt send tab: don't allow paying multiple invoices that spend max '!' 5 years ago
SomberNight 710e9621b5
qt tx dialog: allow blanking feerate 5 years ago
SomberNight 13b858ab26
qt tx dialog: disable "Finalize" btn if tx is None 5 years ago
SomberNight 66ddedb97e
qt tx dialog: small fee edit fix 5 years ago
SomberNight 8bd27851a4
qt tx dialog: only allow "save as local" for complete txns 5 years ago
SomberNight aa3d817ef2
qt: clean-up imports 5 years ago