10771 Commits (55121210c0cde15a623faa4fec04a8ea9b33154e)
 

Author SHA1 Message Date
SomberNight b3f46609ed
lnwatcher: sweep to_remote and to_local outputs if they close 7 years ago
Janus f7f6abef40
ln: revoke before sending bare ctx in pay(), remove subtraction of trimmed amt from fee 7 years ago
Janus 124705084a
ln: add two trimming tests, avoid negative numbers in htlc trim decision 7 years ago
Janus c896fba459
lnhtlc: fee update upgrade and passes ReciverCommits and SenderCommits tests, fix NameErrors in lnbase 7 years ago
Janus 39e4dcda57
lnaddr: remove remnants of lightning_payencode directory 7 years ago
Janus 9cad00cc8a
lnaddr: fix imports 7 years ago
ThomasV 92e5b8d4ca
move comment 7 years ago
ThomasV 9ec879e23b
move lnaddr.py to lib 7 years ago
Janus 01fbab794c
ln: avoid code duplication 7 years ago
Janus 4b80982a48
ln: avoid recursive dependencies, make new lnutil 7 years ago
Janus 26695a4ece
ln: merge OpenChannel and HTLCStateMachine 7 years ago
Janus bb7399e95b
ln: shortcut some OpenChannel fields to traversing too much 7 years ago
Janus b3f78b6022
ln: store HTLCStateMachine in lnworker.channels 7 years ago
SomberNight 8470878221
improve Qt Receive tab for LN payment requests 7 years ago
ThomasV 9725aaa7ab
Separate open_channel dialog. In open_channel_coroutine, use host and port from channel announcements 7 years ago
Janus 38e1428b7f
ln: use new non-classmethod add_signature_to_txin 7 years ago
Janus 48d7aba4d5
ln: trim dust htlc outputs 7 years ago
ThomasV 9def3f1269
do not set channel state in close_channel; the watcher should do it 7 years ago
ThomasV 01c8fbc7a2
lightning: single shared instance of Watcher, ChannelDB and PathFinder 7 years ago
ThomasV abe762c4ec
disable lightning on mainnet 7 years ago
Janus 1761dae31b
ln: improve lnhtlc, passes test 7 years ago
Janus 7ac7b8d631
lnhtlc: use current_per_commitment_point, current_commitment_signature 7 years ago
ThomasV beea4882e9
fix reestablish_channel 7 years ago
ThomasV f8a5c3059f
reestablish channels in network callback 7 years ago
ThomasV 63583f7e95
channel watcher class 7 years ago
Janus 65df59c12f
ln: add was_announced in test_lnhtlc 7 years ago
Janus 3b52509026
ln: close channels 7 years ago
Janus b45de79173
ln: don't corrupt channels storage when multiple funding_locked are received 7 years ago
Janus 6034fac2a6
ln: don't break channel when failing htlc 7 years ago
Janus 93820e77bd
ln: announcement reliability fixes for qt, remove asserts forbidding unbalanced channels 7 years ago
Janus 4b44d9c1a6
ln: begin handling htlc failures 7 years ago
SomberNight e1e6d255ba
add minor comment for RouteEdge as clarification 7 years ago
SomberNight 85d9889300
LNPathFinder: cltv delta of first edge in a path should be ignored 7 years ago
Janus 000dd30e99
ln: channel announcements 7 years ago
Janus 632ea24fbb
ln: lnpay: revoke until we get a commitment tx without htlcs 7 years ago
Janus 1235cd04d6
ln: fix reestablishing channel with no mined funding tx 7 years ago
Janus 067cae122b
ln: fix repeated payments 7 years ago
Janus 5f8db0d459
ln: avoid code duplication 7 years ago
Janus 63007afa53
ln: save remote's secrets in RevocationStore, not our secrets. call lnhtlc.receive_revocation 7 years ago
Janus 661ac0fe7d
lnbase/lnhtlc: use lnhtlc more instead of manually constructing tx'es 7 years ago
Janus c07fa2c1a0
lnbase: use sign_next_commitment for initial remote_ctx 7 years ago
Janus 582f43933e
lnbase: use lnhtlc when verifying our initial commitment tx 7 years ago
Janus c785c14d6e
lnbase: use broadcast_transaction instead of broadcast (follow up e57e55aad) 7 years ago
Janus 3f92d0b0b7
test_lnbase: use new Peer API (with lnworker) 7 years ago
Janus c5dba44ec2
ln: remove unneeded forwarding htlc features, check commitment sig using lnhtlc while receiving 7 years ago
Janus 187456b5b1
ln: integrate lnhtlc in lnbase, fix multiple lnhtlc bugs 7 years ago
Janus f76a2f69e7
ln: request_initial_sync, increase our max_htlc_value, fix receiving payment 7 years ago
ThomasV 12d231eb90
do not block GUI with open_channel 7 years ago
ThomasV 893f29b3a9
lightning: display remote balance in gui 7 years ago
ThomasV 3adc627d21
lnbase: mark_open on startup 7 years ago