10882 Commits (0bf8685e0f4ff8dd9a5d3f8370c0313fe482aaea)
 

Author SHA1 Message Date
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
ThomasV b6e73fa94f
revert the introduction of add_invoice_coroutine in a612c2b09 7 years ago
ThomasV 1206dc9419
do not pass channel list to update_rows signal, as it is sent to all windows 7 years ago
SomberNight 0a77bac351
wait for peer.initialized in channel_establishment_flow 7 years ago
ThomasV 4169ea3d49
follow up 0b3a882e7d57c8a42be48c491a46dc814eab6acb 7 years ago
ThomasV a912890a56
simplify funding_locked 7 years ago
ThomasV d7770ff38a
Display channel status in the GUI. 7 years ago
ThomasV c7ae9a4ba0
integrate channels_list with existing framework 7 years ago
ThomasV 824ec0d9ae
qt: fix unit of lnaddr.amount 7 years ago
ThomasV c5d13bca4b
follow-up a612c2b0983ab4c6798156aebf1cd550fb3e0447 7 years ago
Janus 4253e7fac0
ln: htlc state machine (not used yet) 7 years ago
Janus 26fb975d78
ln: save channels in dict, warn on invoice exceeding max_htlc amount 7 years ago
ThomasV cad1916589
lightning: connect send button 7 years ago
ThomasV 320957af3e
lightning GUI: use existing receive and send tabs with lightning invoices 7 years ago
Janus 97dfce6c52
ln: don't make invoice if peer can't possibly pay, append _sat to sat 7 years ago
ThomasV 9dc91f2c9c
lnworker: generate and save private key 7 years ago
ThomasV 90d5dd2df4
lnworker: separate invoice creation from payment flow 7 years ago
Janus 44ccc39fc4
ln: restore channels correctly after restart 7 years ago
ThomasV eb4d151324
fix channel_reestablish 7 years ago
ThomasV 951047b3d8
lnbase: fix read_message 7 years ago
Janus c9ac5d1376
ln: restore functionality 7 years ago
Janus 9466080c25
ln: save remote node_id in channel 7 years ago
SomberNight 5379c36e70
split lnrouter from lnbase 7 years ago
SomberNight 03f9da4f22
remove function H256 7 years ago
ThomasV 94cc40624b
fix amount in open_channel, add listchannels command 7 years ago
ThomasV a9f87e3466
move on_funding_locked to lnworker 7 years ago
ThomasV 753d6e104b
lightning: add payment methods to lnworker 7 years ago
ThomasV 2ae488df18
lightning: move lnworker code to its own module 7 years ago
ThomasV 723b9ae151
fix lnaddr.py following rebase 7 years ago
ThomasV 1cb4a0e2b1
update lnbase after crypto refactoring 7 years ago
Janus a9d9ec91e0
lnbase: remove lnbase stub 7 years ago
ThomasV f82249f47d
lnbase: pass password to mktx 7 years ago
ThomasV ae66b88a02
qt: fix password passed to open_channel, cleanup 7 years ago
Janus b889c9fd29
lnbase: mSAT hygiene, multiple multi-hop payments can be received 7 years ago
Janus d290e62e9c
kivy: port lightning ui to lnbase 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 d4708980b9
lnbase: fix multi-hop payments 7 years ago
Janus d17a5a1a3a
lnbase: fix onion-hop payload construction again (cltv currently broken) 7 years ago