1582 Commits (2d76b066c22dddd538e1dd867951b451b2c0d2b1)
 

Author SHA1 Message Date
Christian Decker 2d76b066c2 routing: Cleaning up old hostname and port handling 8 years ago
Christian Decker e972b208c7 routing: Passing back all addresses on getnodes 8 years ago
Christian Decker 26892e79bb routing: Reading multiple addresses from node_announcements 8 years ago
Christian Decker ed9668339d routing: Add command line option to specify external IP address 8 years ago
Christian Decker daf8866eb5 gossip: Implement the basic node_announcement 8 years ago
Rusty Russell b99c5620ef struct secret: use everywhere. 8 years ago
Rusty Russell 42601c29d7 test_lightning.py: run valgrind on child daemons too 8 years ago
Sankalp Ghatpande 8c73f37869 Added another faucet, removed redundent dependency installation instructions 8 years ago
Christian Decker 1e2f4dcf63 travis: Passing through some env variables 8 years ago
Christian Decker 6d06303789 pytest: Remove obsolete test and fix two flaky tests 8 years ago
Christian Decker 23da30a2a4 pytest: Better dealing with env variables to configure tests 8 years ago
Christian Decker db84525b67 travis: Docker pull separate to avoid output 8 years ago
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
Ben Gorlick a75838030a Update INSTALL.md to fix broken pip3 install 8 years ago
Rusty Russell 162dac1271 peer_control: don't complete fundchannel command until broadcast. 8 years ago
Rusty Russell 6dcd7f9d6d tests: dump more information when we fail to find something in logs. 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 2641ecaafa test_lightningd.py: dump logs on error. 8 years ago
Rusty Russell 39fb7d82fb test_lightningd.py: re-enable and fix forwarding test. 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 c44836ee2f sphinx: Use test vector hop_data 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 aa01b7d120 test_lightningd.py: helper to sync blockheight. 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 dc7b832e83 pytest: Added gossip test for new daemon 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 be3b5f11e8 contrib/pylightning: allow getpeer with log level. 8 years ago