250 Commits (15bfd980bbcc59b334c3f07f9694d569a53c52e0)

Author SHA1 Message Date
ThomasV 15bfd980bb
Refresh LN status in GUI using network callback. 7 years ago
Janus 385782761f
ln: test fix: our commit fee is implicit from outputs 7 years ago
SomberNight b3f46609ed
lnwatcher: sweep to_remote and to_local outputs if they close 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 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 b3f78b6022
ln: store HTLCStateMachine in lnworker.channels 7 years ago
Janus 48d7aba4d5
ln: trim dust htlc outputs 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
Janus 65df59c12f
ln: add was_announced in test_lnhtlc 7 years ago
Janus 6034fac2a6
ln: don't break channel when failing htlc 7 years ago
Janus 1235cd04d6
ln: fix reestablishing channel with no mined funding tx 7 years ago
Janus 5f8db0d459
ln: avoid code duplication 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
ThomasV 12d231eb90
do not block GUI with open_channel 7 years ago
Janus 4253e7fac0
ln: htlc state machine (not used yet) 7 years ago
ThomasV eb4d151324
fix channel_reestablish 7 years ago
Janus c9ac5d1376
ln: restore functionality 7 years ago
SomberNight 5379c36e70
split lnrouter from lnbase 7 years ago
ThomasV 2ae488df18
lightning: move lnworker code to its own module 7 years ago
Janus b889c9fd29
lnbase: mSAT hygiene, multiple multi-hop payments can be received 7 years ago
Janus c2956948cd
lightning: remove hub based approach, port qt gui to lnbase 7 years ago
Janus bba33d46db
lnbase: use small buffer when reading, support new_channel without payment in online test, send channel_reserve_satoshis 7 years ago
Janus 30506ec243
lnbase: use correct cltv_expiry calculation (use invoice) 7 years ago
Janus 1998665a02
lnbase: try multi-hop onion package, type safety 7 years ago
SomberNight 9de5ead368
bolt-04: decryption of errors 7 years ago
Janus 9ef9bfa469
lnbase online test: use random node key when making new channel, save node key, multiple actions per invocation 7 years ago
Janus adc7dd92e3
lnbase: fix pay(), save htlc_id's, generate onion packet correctly 7 years ago
Janus 27dc309d2a
lnbase/online_test: save short_channel_id to wallet and build onion packet with it 7 years ago
Janus 7ad08acc59
lnbase: initial 'payment to remote' attempt 7 years ago
Janus a617cdc71c
lnbase: verify commitment tx'es again 7 years ago
Janus 7b335d9e45
lnbase: two payments working, temporarily disable sig check 7 years ago
Janus d98446bbf5
lnbase: store remote revocation store, don't store all remote revocation points, verify ctn numbers in reestablish 7 years ago
Janus 54ad895a2e
lnbase: add RevocationStore test, remove unnecessary lnd helper functions 7 years ago
Janus 3b23feec3c
lnbase: compact commitment secret storage 7 years ago
Janus 91d6a5af02
lnbase: receive repeated payments 7 years ago
Janus fe6075120c
tests: don't use default lightning_peers in online test 7 years ago
Janus e5f73120f6
lnbase: channel reestablishment working 7 years ago
SomberNight 9ce58ddb2e
bolt-04: implement processing of onion packets 7 years ago
SomberNight 5ee8ab4bb5
implement bolt-04 onion packet construction 7 years ago
Janus ef477d8a0e
lnbase: save channel details in wallet, enable running online test with reestablishment_mode 7 years ago
Janus 4783eeba68
lnbase: move waiting for funding_locked to new function, make function for signing and sig conversion 7 years ago
Janus 55e1c8942e
lnbase: fix custom local to_self_delay, use node privkey derived from timestamp in online test 7 years ago
Janus 9bc6fe2f07
test_lnbase_online: pass password=None to channel_establishment_flow 7 years ago