275 Commits (42601c29d7cd44c7b4e825f52efca833f84ee0b7)

Author SHA1 Message Date
Christian Decker 126839886a routing: Use a pointer to a shared_secret htlc_end 8 years ago
Christian Decker 870b83f67f sphinx: Incrementally wrap replies in new onion layers 8 years ago
Christian Decker 9820abda7c sphinx: Store shared secrets on the origin node 8 years ago
Christian Decker 79f848145c sphinx: Passing shared secret of the HTLC up to the master 8 years ago
Christian Decker 79582ea415 sphinx: Update the HMAC in onionreply to full length 8 years ago
Rusty Russell 162dac1271 peer_control: don't complete fundchannel command until broadcast. 8 years ago
Rusty Russell a12a670d85 opening: don't die if we get a gossip packet. 8 years ago
Rusty Russell cd90c8408c lightningd/gossip: clean up channel resolve failure handling. 8 years ago
Rusty Russell 103ac79c34 lightningd: expose channel in getpeers. 8 years ago
Rusty Russell 09e489030c channeld: implement malformed HTLC message. 8 years ago
Christian Decker 39115717f6 channeld: Passing additional info to channeld 8 years ago
Christian Decker 25f1cba3cf routing: Ask gossipd to resolve channel_id and forward HTLCs 8 years ago
Christian Decker b9dcb909b8 routing: Simplify code to read the route back in 8 years ago
Christian Decker c32c17701a sphinx: Switching to new onion packet format 8 years ago
Christian Decker f700662a56 routing: Reading the channel_id from routes passed in from JSONRPC 8 years ago
Christian Decker d87ca4121d routing: Returning channel_id to getroute requests 8 years ago
Christian Decker f24aab1916 sphinx: Updating daemon to new sphinx implementation 8 years ago
Christian Decker b3af8d50a7 sphinx: Integrating with the new daemon 8 years ago
Christian Decker 4a468af378 sphinx: Parameterizing the HMAC size 8 years ago
Christian Decker 652d999dbd sphinx: Moving HMAC to the end of the packet 8 years ago
Christian Decker 157c2da778 sphinx: Removing old nexthop based on public keys 8 years ago
Christian Decker 83e89f0fe5 sphinx: Using hop_data to serialize per-hop information into onion 8 years ago
Christian Decker 752f884c23 sphinx: Removed per-hop payloads, will be replaced by hop_data 8 years ago
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