6198 Commits (202ab912348573b57502547948d902d052e1b966)
 

Author SHA1 Message Date
Rusty Russell 202ab91234 doc: fix up documentation about when we move into lightning-dir. 5 years ago
Rusty Russell 118150227e cli: restore 0.7.0-style whitespace printing. 5 years ago
Rusty Russell 2f30cdc731 contrib: simple script to bootstrap node. 5 years ago
Rusty Russell b73a85a75e lightningd: don't say 'killing channel' when HTLC times out. 5 years ago
darosior cd91c06ce9 lightningd/notification: Add missing includes for 'forward_event' 5 years ago
Christian Decker a85d3dc220 pytest: Make test_funding_cancel_race SLOW_MACHINE compatible 5 years ago
darosior 5fbb15bd59 Document the 'dev' command 5 years ago
darosior ed63496152 Pylightning: update to use the 'dev' multiplex command 5 years ago
darosior f3f33dceb1 lightningd/jsonrpc: Remove unused dev-rhash command code 5 years ago
Christian Decker 820b52207e lightningd: Defer creating the PID until we actually want to start 5 years ago
Christian Decker e2f9a410f4 pytest: Run plugin --help tests in the test directory 5 years ago
darosior a2c00d42f2 Remove the 'signal_startup' member of the plugin struct 5 years ago
Rusty Russell 596972366d wire: always ignore unknown odd messages. 5 years ago
Rusty Russell e78a80495b log: make --log-file an early arg (since we move to dir early now). 5 years ago
Christian Decker 9d4148ce68 pylightning: Warn users of plugins that may break due to extra args 5 years ago
Rusty Russell e808aaa1bb lightningd: clean up pidfile test, crashlog. 5 years ago
Rusty Russell 979fbeb3b0 lightningd: simplify --daemon. 5 years ago
Rusty Russell fc024f81d6 pytest: check that --daemon still means we recognize our own children. 5 years ago
Christian Decker 8ed77753ef json-rpc: Add size and cumulative size to dev-memdump 5 years ago
darosior 0cd3823c98 libplugin: pass configuration to plugin's 'init' callback 5 years ago
darosior 017ee7c916 libplugin: Add 'getmanifest' 'dynamic' field 5 years ago
Rusty Russell f57f068592 gossipd: don't use O_APPEND on the gossip_store. 5 years ago
Rusty Russell 4c9bfa351a lightningd: handle --version before trying to move to lightning-dir. 5 years ago
Rusty Russell b460590278 plugins: detect and fixup old relative paths. 5 years ago
Rusty Russell fd63b8bf53 lightningd: chdir as soon as we know lightning dir. 5 years ago
Rusty Russell 4fcd94a091 pytest: use absolute paths for plugin arguments. 5 years ago
Rusty Russell c24573b0d2 Makefile: set PYTHONPATH to be absolute when running tests. 5 years ago
lisa neigut c7f3fa34b2 funding tx: include segwit marker + flag in fee calculation 5 years ago
lisa neigut b0b6ddb66f devtools: rm repetitive field (it's included in remotesecrets) 5 years ago
lisa neigut abcde461df devtools: print witnesses along with signatures for mkfunding 5 years ago
Rusty Russell 913a1a9b59 bolt: update to 8b2cf0054660bece9e1004f42a500c6a1a77efd3 5 years ago
Rusty Russell 8774070a31 bolt: Update to latest bolt, including TLV onion format. 5 years ago
Rusty Russell fafd5ed4b0 wire/test/run-tlvstream.c: use generated defs for test vectors. 5 years ago
Rusty Russell 4b5cd5ff84 tools/generate-wire.py: only use 'struct node_id' in announcements. 5 years ago
Rusty Russell 00ca52ea07 bolt: update to aa33af0c4d7ae0180c04ef98e61af49c1f876a36 5 years ago
Rusty Russell b17b4c3eb6 wire: include definition of struct node_id. 5 years ago
Rusty Russell b10e0e08bb tools/generate-wire.py: add option to expose tlv_record_type 5 years ago
Rusty Russell 9b88fd4c60 bolt: update to 950b2f5481c2a4b57ef1102e2374543e81c4aa88 5 years ago
Rusty Russell 2b3003f25b channeld: delay sending channel_announcement by 60 seconds. 5 years ago
ZmnSCPxj 3e74ca4b86 gossipd/routing.c: Correctly handle a duplicated entry in `exclude` of `getroute`. 5 years ago
ZmnSCPxj a5fb37298c tests/test_gossip.py: Add test to check that duplicated exclusions in `getroute` have no lasting effect. 5 years ago
Rusty Russell 359433f374 lightningd: convert the compiler-wanted-init FIXME. 5 years ago
Rusty Russell 79345cc0b9 CCAN: update to suppress path_readlink warning. 5 years ago
Rusty Russell 4f89d9be86 cppcheck: catch json_list_for_each 5 years ago
Rusty Russell 1510ea5717 wallet/walletrpc.c: fix uninitialized warning. 5 years ago
Rusty Russell 296cfe8d1b wire/tlvstream: suppress gcc -O3 warning about prev_type. 5 years ago
Rusty Russell 02609773c0 lightningd: suppress gcc-7.4.0 error 5 years ago
Rusty Russell 7835a25121 common: helper to suppress 'may be used uninitialized' warnings. 5 years ago
Rusty Russell df298ba7e3 configure: suppress "maybe uninitialized" warnings altogether unless -O3. 5 years ago
Rusty Russell 5a3ba1ce99 travis: don't run full testsuite with gcc-4.8 5 years ago