1970 Commits (ec63c0d10b8d33642c3741a1bcfa889ccc3a5f9e)
 

Author SHA1 Message Date
Rusty Russell ec63c0d10b lightningd: give option to crash if a subdaemon fails. 7 years ago
Rusty Russell 64a26b06e7 tests/test_lightningd.py: fail on crash.log. 7 years ago
Rusty Russell ef28b6112c status: use common status codes for all the failures. 7 years ago
Rusty Russell f219955dc6 wallet: fix spending of change. 7 years ago
Rusty Russell be90364f7f log: remove struct helpers. 7 years ago
Rusty Russell afabbe0cb0 log: add ltmp convenience context. 7 years ago
Rusty Russell dfa062b06a Makefile: make default correctly build $(ALL_PROGRAMS) and $(ALL_TEST_PROGRAMS). 7 years ago
Rusty Russell 4f5e7a4d92 lightningd/Makefile: clean up. 7 years ago
Rusty Russell 4f6ae3209b common/test/test_sphinx: build fixes. 7 years ago
Christian Decker 47a7fac29f make: Add cli/lightning-cli to default make target 7 years ago
Christian Decker fa13190595 wallet: Hook into the hsm_funding_sig to extract change outputs 7 years ago
Christian Decker d14c9d30cd moveonly: Move make wallet_extract_owned available publicly 7 years ago
Christian Decker 006d664b59 channeld: Make sure status_setup_sync is called before status_failed 7 years ago
Christian Decker 48b876e401 doc: cli is no longer in the daemon subdirectory 7 years ago
Rusty Russell cc34f572ca channeld: fix sync write to master. 7 years ago
Rusty Russell 5acbc04ec8 channeld: assert we're not somehow nonblocking in init_channel. 7 years ago
Christian Decker 6d1bcc2c32 Removing the --ignore-dbversion option 7 years ago
Christian Decker a9f02a8985 sphinx: Remove annoying warning when MACs do not match 7 years ago
Christian Decker f2d67f88c0 pytest: Run sendpay in a future so it doesn't complain about failing 7 years ago
Christian Decker 641a3b64cf channel: Use min_cltv_expiry in the channel announcements 7 years ago
Christian Decker a44f893838 sphinx: Switch to version 0x00 like the spec says 7 years ago
Christian Decker d75733f7fb fix: Make sure peer->owner is always set 7 years ago
Christian Decker 0137aea7fc test: Don't assume size_t == u64 in tests 7 years ago
Christian Decker 058600bee6 travis: Added 32bit variant 7 years ago
Christian Decker e56ca11624 docker: Added 32bit travis builder dockerfile 7 years ago
Rusty Russell 80c6db865b openingd: set channel_id on failure messages. 7 years ago
Rusty Russell b19a4516d4 lightningd: fix crash when old openingd still around. 7 years ago
Rusty Russell 5889ad5fc4 dev-disconnect: add blackhole option. 7 years ago
Rusty Russell e8dadbc0fb lightningd: fix reconnect while openingd still live. 7 years ago
Christian Decker 71618d07e6 jsonrpc: Add listfunds RPC command 7 years ago
Christian Decker 4b59c4f857 fix: Do not assume size_t == u64 7 years ago
Christian Decker b0c0e28a43 gossip: Simplify announce_signature exchange 7 years ago
Rusty Russell 56d89b02c7 chainparams: fix order of chain hashes. 7 years ago
Rusty Russell 4e81d2431b channeld: fix corruption when dealing with queued packets. 7 years ago
Rusty Russell c92dd56dd5 ccan: update for better tal debugging checks. 7 years ago
Christian Decker 1047e891b7 cleanup: Remove IRC flags from default options 7 years ago
Rusty Russell 40fc95921d Cleanup: remove unused IRC flag. 7 years ago
Rusty Russell ee9e300da0 gossip: fix address descriptor handling. 7 years ago
Rusty Russell 6933db04b5 gossipd/routing: remove/static unused functions. 7 years ago
Rusty Russell 4be7e94e0b gossip: make rpc responses correct. 7 years ago
Rusty Russell 28553308e2 gossip: make channel_announce-set fields unset until channel announce. 7 years ago
Rusty Russell 9c35603275 gossipd/routing: free everything at end of tests. 7 years ago
Rusty Russell ffaab09043 gossipd/test: fix flaky test. 7 years ago
Rusty Russell c8aa50a382 gossipd: fix routing issue. 7 years ago
Rusty Russell 8a829ba9cb update-mocks: move mock generation into tools/, fix and generalize. 7 years ago
Rusty Russell 7e13e9e457 channeld: don't allow NULL htlcmap for full_channel 7 years ago
Rusty Russell 66a07461d3 gossipd: don't ignore first update if timestamp == 0 7 years ago
Rusty Russell 5a5e23c011 test_lightning.py: use NO_VALGRIND instead of NOVALGRIND. 7 years ago
Rusty Russell 1cf33eefe2 lightningd: handle case where channeld fails locally-generated HTLC. 7 years ago
Rusty Russell 52db7fd27b channeld: correctly send failure message on local HTLC failure. 7 years ago