12355 Commits (312ef15cd612a8235cf7be29dcf6f3b8a11b0ab7)
 

Author SHA1 Message Date
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
ThomasV 6696f40e36 follow-up previous commit: show onchain tx dialog for channel open/close transactions 5 years ago
ThomasV feb47b0a6f Add lightning tx dialog (qt and kivy) 5 years ago
ThomasV b3a3267ede follow-up a6302b3a12 5 years ago
SomberNight 46d8080c76
ln gossip: don't put own channels into db; always pass them to fn calls 5 years ago
SomberNight 7d65fe1ba3
Qt ChannelsList: cosmetics (set font, enable sorting) 5 years ago
SomberNight b50c47c5ce
qt exc reporter: add FIXME re HTML tags in traceback 5 years ago
SomberNight 16626a3386
lnutil.split_host_port: fix for IPv6 connection string 5 years ago
SomberNight 0723355a0f
util.Satoshis: note that sometimes this actually has 'msat' precision 5 years ago
SomberNight a6302b3a12
fix wallet history order: incl both on-chain and LN, sorted by time 5 years ago
ThomasV 0869e09275 Qt: fix balance column 5 years ago
ThomasV 4dc74870e1 Catch exceptions raised in LNWorker._pay_to_route 5 years ago
ThomasV 472c0defee fix lnchannel.get_payments: unsettled htlcs may have overwritten the returned results. 5 years ago
ThomasV 6e6e829ef7 breach remedy: get spender transaction from LNWatcher's db 5 years ago
ThomasV 098af02789 kivy: pass message to password_dialog (follow-up d9172ade71) 5 years ago
ThomasV 58a0a9b160 kivy send screen: always show field separators. fix on_clear. 5 years ago
ThomasV eb28f57051 (minor) kivy: initialize invoice_popup 5 years ago
ThomasV 938fab86d1 detect redeemed channels (fix #5963) 5 years ago
ThomasV f8da0f87a7 follow-up previous commit 5 years ago
ThomasV 3a35f90aa0 Do not use network callback to update channel states; call LNWorker methods directly instead. 5 years ago
ThomasV 36f32651cc Define network.try_broadcasting() method. 5 years ago
ThomasV dba6cb8a96 lnwatcher: use height == TX_HEIGHT_LOCAL to determine channel onchain state 5 years ago
ThomasV e7c02f1935 switch menus: status <-> wallets 5 years ago