2852 Commits (dfc1c53a928abf669453e7c43e1858ddf708d353)

Author SHA1 Message Date
Rusty Russell 778b756369 channel: support HTLC forwarding. 8 years ago
Rusty Russell 8016dbbc91 lightningd: check amt_to_forward and outgoing_cltv_value 8 years ago
Rusty Russell d35bf90009 lightningd/pay: Set outgoing_cltv_value for onion. 8 years ago
Rusty Russell 961987b046 lightningd: partial BOLT update. 8 years ago
Christian Decker b4beab6537 gossip: Make the broadcast interval configurable 8 years ago
Christian Decker 4bc6ee1088 gossip: Fix two bugs in the forwarding of gossip 8 years ago
Rusty Russell f61da7eb64 tests/test_lightningd.py: incorporate everything from old test-basic shell test. 8 years ago
Rusty Russell 056f93e2d2 ping: move test to python. 8 years ago
Christian Decker bc0039e8c0 sphinx: Onion reply wrapping and unwrapping 8 years ago
Christian Decker 09b31624f0 sphinx: Creating copy of sphinx for new daemon 8 years ago
Rusty Russell 6d55a17642 lightningd/dev_ping: expand to cover gossipd. 8 years ago
Rusty Russell 8f358b7a91 lightningd: add dev_ping command for channeld. 8 years ago
Rusty Russell d5be8d26f2 lightningd/ping: ping support. 8 years ago
Rusty Russell a436fa77fc lightningd/msg_queue: add msg_wake helper. 8 years ago
Rusty Russell d967c2ba64 lightningd/gossip: interleave local and gossip messages. 8 years ago
Rusty Russell 4f0f2c0f4e lightningd/gossip: use msg_queue instead of open-coded queue. 8 years ago
Rusty Russell 52ee36c595 tests: run valgrind on children. 8 years ago
Rusty Russell ba12e316f1 lightningd: fix minimum depth. 8 years ago
Rusty Russell d27a5d3212 lightningd/lightningd: shutdown subdaemons on exit. 8 years ago
Rusty Russell 3c5a70910a lightningd/hsm: shutdown when master conn is freed. 8 years ago
Rusty Russell 3509f10e30 lightningd/gossip: shut down daemon when status fd closed. 8 years ago
Rusty Russell 15519e5ddf lightningd/channel: set signatures to zero before sending to HSM. 8 years ago
Rusty Russell d06303c8a2 lightningd/channel: derive local channel_id. 8 years ago
Christian Decker f4cf485f00 channeld: Added tracing of incoming and outgoing messages 8 years ago
Christian Decker 8e98e438e9 channeld: Collect signatures before sending announcements 8 years ago
Rusty Russell 041accb114 channeld: Passing channel_update to HSM for signing, hand to gossipd. 8 years ago
Rusty Russell 21449650b0 lightningd/hsm: update_signature support. 8 years ago
Christian Decker 9c07376dcf channeld: Use local secret to generate bitcoin signature 8 years ago
Rusty Russell 20716ad29b channeld: Ask HSM for channel announcement signature 8 years ago
Christian Decker 30934eb2fb hsm: Creating signatures for incoming channel announcement sig reqs 8 years ago
Christian Decker b41c8e240a hsm: Added channel announcement sig request and reply 8 years ago
Rusty Russell fc98d797d2 hsm: new fd type for channeld. 8 years ago
Christian Decker b18eaf8e1c pay: Makefile was missing a header file 8 years ago
Rusty Russell 018c1d932d lightning/pay: fix missing include. 8 years ago
Rusty Russell 798c4b73c4 lightningd/htlc_end: fix key for stricter compiler. 8 years ago
Rusty Russell e75309873b lightningd/derive_basepoints.h: one place for 2^48 shachain constant. 8 years ago
Rusty Russell e2dc10f98d lightningd: pay support. 8 years ago
Rusty Russell f3dbc75eb3 lightningd: send message on HTLC failure, relay to peer. 8 years ago
Rusty Russell 1c0b43f04d channel: tell master about the HTLC fulfillment. 8 years ago
Rusty Russell 826fb0c2dc lightningd: track HTLC ends. 8 years ago
Rusty Russell 86da7c3a4d lightningd/channel: send and receive htlc_fulfilled messages. 8 years ago
Rusty Russell 2d635a381b lightningd/channel: pass owner, not sender to channel_fulfill_htlc / channel_fail_htlc 8 years ago
Rusty Russell 85fd8218e2 lightningd: track channel balance. 8 years ago
Rusty Russell be4af38d0c channel: unwrap and send incoming HTLCs to master. 8 years ago
Rusty Russell fed25cc540 lightningd/subd: add a context to requests. 8 years ago
Rusty Russell a815500653 lightningd: hand HSM fd to channeld. 8 years ago
Rusty Russell e36a65a189 lightningd/subd: msgcb return -1 to close channel. 8 years ago
Rusty Russell eb61446ec8 daemon/invoice: wean off dstate (a little), link into new daemon. 8 years ago
Rusty Russell d3cbde4b46 lightningd/channel: send and receive revoke_and_ack packets. 8 years ago
Rusty Russell 2ddc0b696c lightningd/channel: keep old commit points. 8 years ago