16 Commits (ef477d8a0ecfa3f2c44d6d5df803b25279a3234a)

Author SHA1 Message Date
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
ThomasV dbf958ca47
lnbase: derive keys from wallet keystore 7 years ago
Janus a277271b1b
lnbase: organize channel data 7 years ago
Janus e7eab898a0
lnbase: receiving invoice payment works 7 years ago
Janus 99d8a863da
lnbase: commitment_signed, revoke_and_ack now accepted without errors 7 years ago
Janus f4b02ff3c5
lnbase: attempt at making htlc_signature to send (currently remote fails due to wrong num_htlcs in commitment_signed) 7 years ago
Janus 12108a0923
lnbase: derive next keys when making updated local commitment transaction 7 years ago
Janus f0f3a47b2f
lnbase: try to receive payment, work on commitment tx with htlcs 7 years ago
Janus 957972dea5
lnbase: handle commitment transaction update (receive funds, not working yet) 7 years ago
Janus 9a027cd97c
simnet/testnet support in bolt11, set max-htlc-value-in-flight 7 years ago
Janus fa88c484d2
lnbase: avoid race while waiting for funding_locked, wait for un-reversed hash 7 years ago
SomberNight 94b3233ee7
channel_establishment_flow: wait for confirmations of funding txn 7 years ago
ThomasV e933065a9a
lightning: separate testing from main code 7 years ago