5775 Commits (a57fdf203307f1ad6b04b644f568d9be5731d212)
 

Author SHA1 Message Date
Christian Decker a57fdf2033 plugin: Added CHANGELOG entry and docs for the htlc_accepted hook 5 years ago
Christian Decker 2db4f190b3 plugin: Cleanup the htlc_accepted_hook_deserialize interface 5 years ago
Christian Decker dd26a01c54 pytest: Add a test for htlc_accepted hook replay on startup 6 years ago
Christian Decker 6db1e76156 startup: Tell peer_accepted_htlc whether we are replaying 6 years ago
Christian Decker 909913c265 htlc: Replay unprocessed HTLCs loaded from the DB 6 years ago
Christian Decker f7bfe166a8 startup: Reorder HTLC wiring on startup after the topology init 6 years ago
Christian Decker adb984dd45 hooks: Add the raw payload to the htlc_accepted call 6 years ago
Christian Decker 1561ffaea0 hooks: Add cltv_expiry_delta to the htlc_accepted hook 6 years ago
Christian Decker 9fd8be6463 pytest: Add tests for htlc_accepted_hook 6 years ago
Christian Decker 2b81e02a2e plugin: Parse response for htlc_accepted hook 6 years ago
Christian Decker bf53821f1a plugin: Populate the request for the htlc_accepted hook 6 years ago
Christian Decker b54577041a pytest: Add a simple test for the hooks 6 years ago
Christian Decker 7499f7ddd4 plugin: Add the htlc_accepted hook 6 years ago
Christian Decker 9a4cf7dda7 pytest: Mark test_option_upfront_shutdown_script as flaky 6 years ago
Christian Decker 80b3d8aef3 json: Add some more methods to add integers of various size to json 5 years ago
Rusty Russell 763697eb4c gossipd: fix gossip_store calling delete. 5 years ago
Rusty Russell 21fe518513 gossip_store: fix 'bad node_announcement' by allowing node_announcement on un-updated channel. 5 years ago
Rusty Russell 048a650a6b pytest: more comprehensive tests for test_gossip_store_compact. 5 years ago
Rusty Russell 1147e65602 pytest: make test_gossip_notices_close more reliable. 5 years ago
Rusty Russell a40fe40ad2 pytest: catch more gossip-related errors. 5 years ago
Michael Schmoock 45645e3a85 test: fix flakyness test_no_fee_estimate 5 years ago
Michael Schmoock 107381aca2 test: fix flakyness of funding_reorg_private openchannel_hook 5 years ago
Rusty Russell 7961a815aa travis: add compilation to SOURCE_CHECK_ONLY. 5 years ago
Rusty Russell 7092d215fa configure: detect modern gcc, and only suppress necessary errors. 5 years ago
Rusty Russell ed08ca6df3 configure: handle --reconfigure better. 5 years ago
Rusty Russell 5b7776cf13 wire/test: remove unused padding code. 5 years ago
Rusty Russell c233fc5063 gossipd: fix spurious unused error with gcc-9 -O3. 5 years ago
Rusty Russell 9820d0664b connectd: handle IPv6 correctly. 5 years ago
Rusty Russell c091a4ee40 gossipd: fix spurious gcc warning. 5 years ago
Rusty Russell fae593c448 lightningd: fix uninitialized variable in DEVELOPER path 5 years ago
William Casarin 6f635b46fd gossipstore: fix uninitialized input fd 5 years ago
William Casarin 3f035cb3cc gossipd: fix uninitialized free on short_route in goto path 5 years ago
darosior 4640d18ef0 Plugins: allow to specify plugin option type in libplugin.c, then specify it to autoclean options 5 years ago
darosior 3775a32659 Pylightning: allow to specify the option type at its creation 5 years ago
darosior a6753fd812 Plugins: accept options of different types 5 years ago
darosior fba050e891 CHANGELOG: Add some informations about the new category field in commands 5 years ago
darosior 78326a8d90 Pylightning: Allow a plugin to set the category of the RPC commands it creates 5 years ago
darosior b1bbafb19c cli: Sort human_readable output by categories 5 years ago
darosior 9d34121ec5 libplugin.c: Handle command categories then set them in pay and autoclean 5 years ago
darosior 5b0bf0ba1f jsonrpc: allow to set the command category plugin side 5 years ago
darosior 323adb467a jsonrpc: Add a category field to commands. 5 years ago
Rusty Russell 0c189fe3a7 devtools/decode-iolog: tool to decode hexstrings from io logging. 5 years ago
Rusty Russell 695bec531c plugin: fix printing of bad plugin responses. 5 years ago
Rusty Russell 8f9c48254b plugins: do I/O logging. 5 years ago
ZmnSCPxj 48df6c8566 lightningd/io_loop_with_timers.c: Move mainloop to its own source file, have chaintopology use it. 5 years ago
Christian Decker 883d4b4e6e pytest: Add a test that reproduces #2687 5 years ago
ZmnSCPxj 3466261b20 lightningd/channel.c: Transfer peer to connectd only if connectd alive. 5 years ago
ZmnSCPxj 37440e9447 lightningd/subd.c: Return NULL from subd_shutdown. 5 years ago
trueptolemy 11412435ce Channeld: init channel with remote announcement info when restart 6 years ago
trueptolemy d93f61407a Channeld: Add new wire type:channel_got_announcement 6 years ago