10852 Commits (b8f307bec7da0ca79f7f765fcef98732f0df6004)
 

Author SHA1 Message Date
Janus 9844205aa9
make function for determining who pays fee 7 years ago
SomberNight ffa20f15a5
fix prev 7 years ago
ThomasV 428a768b67
lnrouter: filter out unsuitable channels 7 years ago
ThomasV b7770c5454
gather definitions of LN exceptions 7 years ago
ThomasV 1b21254657
fix tests (follow-up previous commit) 7 years ago
ThomasV 66813a6246
move transport code to its own file 7 years ago
ThomasV 2c01b46433
future and callback are not needed here 7 years ago
Janus 3e193a19c5
lnbase: split out BOLT-08 (Noise) implementation 7 years ago
SomberNight 1fbb34bc77
fix tests 7 years ago
SomberNight 81a5b3738e
follow-up prev 7 years ago
SomberNight 380f0981cf
channel verifier: NetworkJobOnDefaultServer, and some error handling 7 years ago
ThomasV d57be0a0ca
start channel verifier in network.start() 7 years ago
ThomasV 6dbb13a0aa
add 'recḱless' option to allow using lightning on mainnet 7 years ago
ThomasV 0242fdb6a3
minor fix 7 years ago
ThomasV 2e16ed73c7
fix race between network and lnwatcher (network.add_job does not always work) 7 years ago
ThomasV f06a664d58
add watchtower class, send encumbered tx as json 7 years ago
SomberNight 5fc0d4cc2c
fix tests 7 years ago
SomberNight 9b49777427
rebase follow-up 7 years ago
Janus 847f66954c
lnbase: resend revoke_and_ack if necessary 7 years ago
ThomasV d762370c03
watchtower: use network job, catch exceptions 7 years ago
ThomasV b2f1a8376b
remote watchtower: initial commit 7 years ago
Janus 52e21bfd22
rebase fixup: use new broadcast_transaction API 7 years ago
Janus 897b866e78
lnbase: use 45000 feerate on regtest for eclair compatibility 7 years ago
ThomasV 22f8b9c4ec
open_channel: improved success message 7 years ago
ThomasV 9982d51412
run open_channel in a WaitingDialog 7 years ago
Janus 0ec7cb351a
rename lnhtlc->lnchan, HTLCStateMachine->Channel 7 years ago
Janus 72ecd53b6b
lnhtlc: only store feerate once, don't store heights since we do not roll back 7 years ago
Janus 6c8ceef1c3
lnhtlc: merge config and state, remove unnecessary properties 7 years ago
Janus 5359624d67
lnhtlc: remove lookup_htlc, use heterogeneously typed lists 7 years ago
Janus 050c1c6e49
lnhtlc: save settled htlc amounts separately 7 years ago
Janus f85ed3d728
qt channels_list: use repr() and not str() for exceptions 7 years ago
ThomasV 315ff4bfb7
fix previous commit 7 years ago
ThomasV 46cc9cd5b6
follow-up 1c8a4bcfa497b117e4511c2f108dbca8a1adb793 7 years ago
SomberNight 4972e8e7d7
lnbase: handle some error codes re htlc failures ('UPDATE' flag) 7 years ago
SomberNight f3bb66d258
lnonion: use IntEnum and IntFlag for failure codes 7 years ago
SomberNight e9e5f1bd6d
handle failing htlc after restart 7 years ago
SomberNight 03dc812087
clean up local/global features 7 years ago
SomberNight 3c4697b842
on_channel_reestablish: try to get remote to force close channel if out-of-sync. 7 years ago
SomberNight 6ce3223cdc
on_update_fail_htlc: don't send commitment without changes 7 years ago
SomberNight 0ecc1c9dfa
simplify ChannelDB.on_channel_update 7 years ago
SomberNight dac2bf1064
travis: don't build binaries on ln branch 7 years ago
SomberNight d78ff0eb95
when paying and there are multiple 'r' hints, use one at random 7 years ago
SomberNight 8266ec50ef
use 'r' field in invoice when making payments (routing hints) 7 years ago
SomberNight 02ce9a3bea
make our channels private, and put routing hints in invoices we create 7 years ago
SomberNight 68fe10f292
lnworker: fix race 7 years ago
SomberNight 24c7c584e6
lnaddr: clean up imports 7 years ago
ThomasV 1b99849474
follow-up previous commit 7 years ago
ThomasV 644221f5f2
get rid of callbacks in lnwatcher, use network events instead 7 years ago
ThomasV 54d0873df2
lightning: fix tests 7 years ago
SomberNight 3afbc59af3
follow-up lnwatcher changes 7 years ago