12227 Commits (8897360a720381cc03c59af5e3b71477ee85fe86)
 

Author SHA1 Message Date
ThomasV 54ef6db762 do not try to reestablish channels in PREOPENING state (per BOLT2). 5 years ago
ThomasV 8730fa3f75 return preimage in lnpay. fixes #5794 5 years ago
ThomasV 67d0e780b3 remove double definition of lightning_history. fixes #5984 5 years ago
ThomasV 9616333b39 add_future_tx should return success 5 years ago
ThomasV 64a8de8bae Qt: show amounts sent to channels in show_transaction 5 years ago
ThomasV d319680d16 lnpeer: do not dump exceptions raised in initialize 5 years ago
ThomasV 874efc125d (minor) trigger 'wallet_updated' callback when adding future tx 5 years ago
ThomasV 7771daf94e qt: add menu item to view closing transaction of channel 5 years ago
ThomasV b12c913d47 do not show channel balances if channel is closed 5 years ago
ThomasV 4e73318fad Qt: ask confirmation before closing channel. 5 years ago
ThomasV 938d918e55 sweep_ctx: do not log if channel was not force closed 5 years ago
ThomasV 3264d19c6b Qt open channel dialog: suggest and clear buttons 5 years ago
ThomasV fa62d03c2a require option static_remotekey in lnwallet 5 years ago
ThomasV bda23ef73d Use a Future for lnpeer.initialized, so that exceptions are passed to the GUI 5 years ago
SomberNight 56cb45df70
android build: fix accepting licenses 5 years ago
SomberNight 1ac3a66d49
win binaries: bump python version (3.6.8->3.7.6) 5 years ago
SomberNight 7e3d50a641
README: rm "Compile the protobuf description file" section 5 years ago
SomberNight 7f8d667e85
Revert "qt/hww: temporarily bundle our own version of safetlib.qt.pinmatrix" 5 years ago
ThomasV a1b8c8e54e add comment about minor issue with closing_signed 5 years ago
SomberNight bb94712a14
requirements: bump min archos safet version 5 years ago
ThomasV 1b586faec9 disable peer filtering in lnworker 5 years ago
ThomasV 3329d9dd0e lnwatcher: fix keep_watching if the wallet was not force-closed 5 years ago
SomberNight d8a992e400
libsecp: log exception if failed to load 5 years ago
ThomasV 6e5abc049b follow-up previous commit (backward compatibility) 5 years ago
ThomasV 55e0e1a72e Generate channel keys from random seed 5 years ago
ThomasV c2432aa125 kivy: set pin_code timeout to 5 minutes 5 years ago
ThomasV 86d1e50469 select peers with desired features before connecting 5 years ago
ThomasV a96aa68a4c lnpeer: 5 years ago
ThomasV 570167a2c4 restrict lightning to p2wpkh wallets 5 years ago
ThomasV 2255b07157 support option_static_remotekey 5 years ago
ThomasV 47d14c579b minor fix: can_send, can_receive 5 years ago
ThomasV 9a462ac9b5 trustedcoin: fix wallet constructor 5 years ago
ThomasV 704c3ae07f do not allow channel creation from backup file 5 years ago
ThomasV 9d0a862a43 revert prrevious commit (used in tests) 5 years ago
ThomasV 9680e7836c remove ChannelDB.add_channel_update (no longer needed after 46d8080c76) 5 years ago
ThomasV 9451ca9568 move list_channels to commands.py 5 years ago
ThomasV 238fb46d87 Lightning: Show sending and receiving capacity. Fixes #5967 5 years ago
SomberNight 3d42fca86e
daemon.run_gui: make sure to exit process on exception 5 years ago
ThomasV 300888f21c fix path for payserver static files 5 years ago
ThomasV 317d405432 follow-up previous commit 5 years ago
ThomasV cc6e461d3e storage upgrade for invoices and requests. fixes #5959 5 years ago
ThomasV 21fffeb7ad do not store 'outputs' field in requests (it is unused) 5 years ago
SomberNight 9c5e49f432
ecc.ECPubkey: also accept bytearray in __init__ 5 years ago
SomberNight 0845300150
qt InstallWizard: turn some instance variables to locals 5 years ago
ThomasV fe4ca4c466 follow-up previous commit 5 years ago
ThomasV c9e39d3a79 remove channel from channel_timestamps if funding_tx has been dropped from mempool 5 years ago
ThomasV e05cd2006a fix get_payments 5 years ago
SomberNight d1fc4399e6
lnwatcher: use is_mine(addr) instead of (addr in get_addresses()) 5 years ago
ThomasV 72f4e83333 fix race in check_onchain_situation 5 years ago
ThomasV b90cbeb0ba fix flake8 test 5 years ago