1972 Commits (dba27188b75ea4267974a3cbf8f1630b51e468ea)
 

Author SHA1 Message Date
Rusty Russell d1fcc434c8 subd: use array of fd pointers, not fds, and use take(). 8 years ago
Rusty Russell f504f0be47 gossip: handle release race. 8 years ago
Rusty Russell b3a2a0623c lightningd: set up reconnect timer if we don't want to forget peer. 8 years ago
Rusty Russell 58bf67c310 dns: expose multiaddress connect code. 8 years ago
Rusty Russell f4722e93a0 peer_fail: handle incoming reconnections. 8 years ago
Rusty Russell 3126eed4de patch peer_control-keep-init-information.patch 8 years ago
Rusty Russell 05875d7f35 opening: handle gossip. 8 years ago
Rusty Russell 43ec37b865 openingd: fundee: don't send watch command to master. 8 years ago
Rusty Russell c2cfc3dd69 opening: funder: don't ask master for TXID, calculate it ourselves. 8 years ago
Rusty Russell 4220362692 derive_basepoints: make arguments optional. 8 years ago
Rusty Russell 7bfd282319 lightningd/utxo: helpers to translate from utxo * <-> utxo ** 8 years ago
Rusty Russell 805228b939 lightningd/funding_tx: fix no-change-needed case. 8 years ago
Rusty Russell 3ab3281a4c lightningd/opening: rename functions and wire messages for clarity. 8 years ago
Rusty Russell 1e36a19164 lightningd/peer_control: keep cryptostate. 8 years ago
Rusty Russell ccad93edb3 gossipd: add fail_peer. 8 years ago
Rusty Russell 5fb1f20898 gossip: make connection own peer. 8 years ago
Rusty Russell aef745e37d peer_control: simplify code flow in depth callback. 8 years ago
Rusty Russell 780b3870ad lightningd: peer state cleanup. 8 years ago
Rusty Russell 662dfef436 lightningd/gossip: Move INIT message handling to handshake daemon. 8 years ago
Rusty Russell 0c8b24cf97 daemon/dns: hand netaddr we connected to through to callback. 8 years ago
Rusty Russell f6495d3310 lightningd/peer_control: don't create peer struct until we've connected. 8 years ago
Rusty Russell 61a2ed97e1 lightningd/peer_control: start of reconnect logic. 8 years ago
Rusty Russell fe1ff33419 lightningd/subd: don't take ownership of peer. 8 years ago
Rusty Russell 34e6e56471 lightningd: introduce peer_state enum. 8 years ago
Rusty Russell 93849b1e02 lightningd/peer_control: save funder side in struct peer. 8 years ago
Rusty Russell be9bb5f9cb lightningd: peer_fail helper to fail/reconnect peer. 8 years ago
Christian Decker 744d657860 doc: Updating README and related documentation 8 years ago
Christian Decker 05e951d748 wire: Correct the short channel id serialization to use 3+3+2 8 years ago
Christian Decker b8ba8f003c logging: Removed automatic subprocess logging for bitcoind 8 years ago
Christian Decker 80bf908922 script: Consolidate pubkey comparison 8 years ago
Christian Decker 3f4e43081c bitcoind: Respect testnet for bitcoin-cli 8 years ago
Christian Decker 80486a6669 pytest: Do not check for valgrind errors if disabled 8 years ago
Christian Decker 6154020f67 fix: Header include order 8 years ago
Rusty Russell f4d92813a0 lightningd: handle bad failure message. 8 years ago
Rusty Russell 55510ea27a io_write_wire: always make a copy (or steal if take). 8 years ago
Rusty Russell 3d2f166364 test_lightningd.py: don't fail if valgrind turned off. 8 years ago
Rusty Russell 811e14ff66 Update .gitignore files. 8 years ago
Rusty Russell 6e0e1c7067 Update to latest BOLT (hyphens changed to underscores). 8 years ago
Rusty Russell e97046f797 BOLT update: temporary_channel_failure with update. 8 years ago
Christian Decker f6d60b9076 pytest: Fail tests that produce valgrind errors 8 years ago
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