6384 Commits (d0027b1036ee0e1111a3c10bd9f7233892d0582d)
 

Author SHA1 Message Date
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
Rusty Russell 6a2a118467 travis: upgrade to bionic 5 years ago
Rusty Russell 641876a20a ccan: update to latest. 5 years ago
trueptolemy 5c153de81e CHANGELOG: Add the record for `forward_event` 5 years ago
trueptolemy 7b59431a6c doc: Add the description for 'forward_event' notification 5 years ago
trueptolemy 31e2e70f17 invoice: a cleanup for the json of struct sha256 5 years ago
trueptolemy 5ac02907bb pytest: Add the test for 'forward_event' in test_plugin 5 years ago
trueptolemy d2423c6f9a pytest: Add a simple plugin to test 'forward_event' 5 years ago
trueptolemy 294f05dc98 Call notification 'forward_event' when forward payment status changes 5 years ago
trueptolemy e75d8e061b Plugin: New notification type, forward_event 5 years ago
trueptolemy a449a91ae2 JSON: Warp the process of forward payment json object 5 years ago
trueptolemy bcec6bb6cc API: 'listforwards' now include 'payment_hash' field 5 years ago
trueptolemy ab60bcab7c wallet: Set the fee to 0 when forward doesn't have out channel with LOCAL_FAILED status 5 years ago
Rusty Russell 2255dd4dda
lightningd: avoid thundering herd on restart. 5 years ago
Rusty Russell cc70b9c4ec wire: use common/bigsize routines 5 years ago