5253 Commits (948ca470ad99cc6470d08a84e0db9f041e30b481)
 

Author SHA1 Message Date
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
arowser c9e7b4fc6a git: ignore .tmp.lightningrfc 6 years ago
arowser e059233aec git: ignore tools/headerversions 6 years ago
Saibato c60725ef3e allow --bind-addr (not announce) to work with tor autoservice 6 years ago
Christian Decker 4c9e07eca5 opts: Fix crossed wires in autocleaninvoice options 6 years ago
Rusty Russell 8e7c8a18df ccan: update to latest version, which includes more take() checks. 6 years ago
Rusty Russell c4ffec57b4 log: play back prior log entries when opening log. 6 years ago
Rusty Russell a3a5ba5f21 options: set log-level and log-prefix early. 6 years ago
arowser 65fa1c4f39 only static link sqlite/gmp/zlib 6 years ago
arowser 64677dcbe5 support static link 6 years ago
Christian Decker 2c53572798 plugin: Add missing context to tal_fmt call on error message 6 years ago
Christian Decker 05dc095ebc mocks: Fix the mocks generation fix 6 years ago
Christian Decker 42d8e07d70 pylightning: Merge option_values into options 6 years ago
Christian Decker 1eb23d6b29 pylightning: Split log messages on newlines 6 years ago
Christian Decker 643480cfd8 pylightning: Migrate the test plugin to use the new wrapper 6 years ago
Christian Decker d88228280e pylightning: Add option handling to the plugin library 6 years ago
Christian Decker ada69e7943 pylightning: Added a tiny library for python plugins 6 years ago
Christian Decker 968aeac908 plugin: Set LIGHTNINGD_PLUGIN env var inform plugins 6 years ago
Rusty Russell 72b68845ca commit_tx: make fee msat vs sat explicit. 6 years ago
Rusty Russell a8e0e1709a channeld: fix fee calculation. 6 years ago
Christian Decker c5d77c391a mocks: Drop invalid __sentinel__ value in generated mocks 6 years ago
Rusty Russell 31a375af53 lightningd: add runtime checking for all system-provided libs. 6 years ago
Rusty Russell 2a90325e80 Makefile: add dependency on external header versions. 6 years ago
Christian Decker a304db9be2 plugin: Handle log notifications from plugins 6 years ago
Christian Decker dc25c43945 plugin: Split the parsing from the request handling in the plugin 6 years ago