5027 Commits (7e01efbd1fdbe086164260245205c0199f6a9bf4)
 

Author SHA1 Message Date
Rusty Russell 7e01efbd1f lightningd: clean up htlc_in->shared_secret to be optional. 6 years ago
Rusty Russell 90cdc47256 Makefile: add COMPAT_V062 flag. 6 years ago
Rusty Russell 5b6c82384a pytest: test that we get a correct result when peer says onion is bad. 6 years ago
Christian Decker e0621fa8f7 pylightning: Better inject arguments in plugin method calls 6 years ago
lisa neigut efa38875b2 listpeers: include `private` field in `channels` output 6 years ago
Christian Decker 36e060aa60 init: Reap tested subdaemon processes to release OS resources 6 years ago
nicolas.dorier 6f027a24a0 Add dockerfile for cross compiling arm32v7 image 6 years ago
arowser 38ceb9a736 update the raspiberry build process 6 years ago
Rusty Russell 3006844f92 lightningd: don't allow zero cltv HTLCs. (#2214) 6 years ago
Rene Pickhardt 0321d79540 [plugin] Improved the example code to encourage usage of optional arguments (#2212) 6 years ago
lucash-dev 3aecede214 Removed duplicate error message when running make without running configure first. 6 years ago
Rusty Russell e6c68b606d lightningd: add comment on why we have "useless" initialization. 6 years ago
William Casarin 0fa209c64d lightningd: fix compile error in peer_control 6 years ago
William Casarin 4d9190aa47 lightningd: fix compile error on unused variable 6 years ago
Christian Decker 4f16044404 fixup! pylightning: Added a tiny library for python plugins 6 years ago
Christian Decker 25ca49c444 pytest: Add a test for the event subscription and notification 6 years ago
Christian Decker 5338d3115f pylightning: Add notification subscription handlers 6 years ago
Christian Decker 69953bcb2a plugin: Document JSON-RPC passthrough and notifications 6 years ago
Christian Decker 26f17e87a3 plugin: Add connect and disconnect notifications 6 years ago
Christian Decker 5813567856 plugin: Dispatch notifications to subscribed plugins 6 years ago
Christian Decker 37b2f907d4 plugin: Make plugin_send a more generic function 6 years ago
Christian Decker dd2696a88b json: Add function to duplicate a json_stream 6 years ago
Christian Decker 7355e62964 plugin: Add subscriptions when processing the plugin manifest 6 years ago
Christian Decker 9ad2f57e46 jsonrpc: Create a struct for notifications that we send 6 years ago
Wladimir J. van der Laan c57e63b31d tools: Add missing unistd.h header 6 years ago
Nicolas Dorier f9f4ed8e11 [Docker] Make sure lightningd receive SIGTERM 6 years ago
Rusty Russell b155dbb316 openingd: make sure we take utxos on success. 6 years ago
Christian Decker 7314c71695 pylightning: Increase buffer size for big JSON-RPC responses 6 years ago
lisa neigut b2ee53fd89 lightning-cli: add jsonrpc version to cmd json packet 6 years ago
Mark Beckwith bcde9675e4 Handle SIGINT and SIGTERM for PID 1 6 years ago
Richard Bondi 9ca07728ad fix crash on check with plugin command 6 years ago
Rusty Russell 7b7a1b7040 test/run-param: fix malformed JSON. 6 years ago
Rusty Russell add822a072 jsonrpc: don't be coy with details for command_its_complicated(). 6 years ago
Rusty Russell 26484b8aa5 memdump: rearrange order to avoid command_its_complicated(). 6 years ago
Rusty Russell e5c61fcb0c jsonrpc: plumb through dispatch result to avoid command_its_complicated(). 6 years ago
Rusty Russell 819078fe18 param: make command_fail/command_success WARN_UNUSED_RESULT. 6 years ago
Rusty Russell 68bb36b210 json-rpc: make commands return 'struct command_result *'. 6 years ago
Rusty Russell 1ede7bc55b wallet_tx: make wtx_select_utxos return command_result. 6 years ago
Rusty Russell bc41ab2cb9 param: make json_tok_ handlers all return command_result, rename to param_ 6 years ago
Rusty Russell 93bf7c4839 param: make command sinks (fail/success) return a special type. 6 years ago
Rusty Russell 12731c4a60 json_tok_len, json_tok_contents: rename to json_tok_full_len and json_tok_full 6 years ago
Rusty Russell 465d5d5649 json: add json_to_bool() helper. 6 years ago
Rusty Russell 024b1a8d54 json: json_to_int helper. 6 years ago
Rusty Russell 22ca896b54 json: add and use a json_strdup() helper. 6 years ago
Rusty Russell adf08f8914 common/json: restore json_delve() for simple plugin parsing. 6 years ago
Rusty Russell 3773251d4e jsonrpc: mark all JSONRPC connections as notleak. 6 years ago
Rusty Russell db58d089e2 jsonrpc: use tal_arr_remove(). 6 years ago
Rusty Russell 0a3b38fb20 jsonrpc: fix leak. 6 years ago
arowser c99aa0a21d update pytest check 6 years ago
arowser 7b043503e2 hide pytest check message 6 years ago