1560 Commits (2641ecaafafc086fcad023c39113b969dd75094f)
 

Author SHA1 Message Date
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 b6fea5b429 pytest: Check that channels are announced and activated correctly 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
Christian Decker a215cb47f1 gossip: Verify channel_update signatures 8 years ago
Christian Decker 58196b5a32 gossipd: Verify signatures for incoming channel_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 218a59d64b Merge pull request #145 from inbitcoin/master 8 years ago
Marco Amadori 3d90176503 INSTALL.md: Add 'install' to apt command examples. 8 years ago
Christian Decker d934e730c3 Merge pull request #143 from rustyrussell/travis 8 years ago
Rusty Russell c2d093a6dc INSTALL: add python requirements for tests, move asciidoc to devel. 8 years ago
Rusty Russell 6f9a7f7aa1 Travis support. 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 49d97a2fd6 Update wire from spec ed107e4ef019f33a88aa5567adca7fbb944e93af 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 dc562f0533 Makefiles: fix from-scratch parallel build. 8 years ago
Rusty Russell be4af38d0c channel: unwrap and send incoming HTLCs to master. 8 years ago
Rusty Russell 8a84e961ed daemon/sphinx: support modern v0 hop payload. 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 8146b838e8 daemon/sphinx: split handling. 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
Rusty Russell 27764b65f9 lightningd: fix shachain to be 48-bits, with hack for legacy. 8 years ago
Rusty Russell dd15361935 lightningd/derive_basepoints: helper to increment our per_commit_point. 8 years ago
Rusty Russell 8f2c4348a9 lightningd/channel.c: tell if we're still awaiting revoke_and_ack. 8 years ago
Rusty Russell 3041cd5915 lightningd/channel.c: clearer functions names, better return values. 8 years ago
Rusty Russell f83c04fdbe lightningd/channel.c: make callbacks clearly generic 8 years ago
Rusty Russell ada1eb5106 lightningd/channel.c: add callbacks for when HTLCs fully committed/removed. 8 years ago
Rusty Russell 82a467f131 lightningd/channel: send and receive update_commit 8 years ago
Rusty Russell 0197353bd9 lightningd/Makefile: put timeout into OLD_LIB_SRC for all daemons. 8 years ago