4988 Commits (93bf7c4839d6c7199cdc93f57166aeb06ec3dc61)
 

Author SHA1 Message Date
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
Rusty Russell 9b9f9e4837 openingd: I can't believe we have even more typo fixes. 6 years ago
Rusty Russell 2c3a53b88e openingd: even more typo fixes. 6 years ago
Rusty Russell 6a04d2ced3 openingd: comment typo fixes 6 years ago
Rusty Russell 9d95eba6f2 openingd: document this in semi-literate style. 6 years ago
Rusty Russell 338e4bab45 openingd: don't create trivial single-use is_all_channel_error function. 6 years ago
Rusty Russell 1259e10761 openingd: plug UTXO leak on failed opening. 6 years ago
Rusty Russell b50c670f08 openingd: plug a funding msg leak. 6 years ago
Rusty Russell fc92ae515b openingd: don't send opening_funder_failed twice funder gets a general error. 6 years ago
Rusty Russell bc4a62d349 openingd: subtract *both* reserves for our "effective capacity" calculation. 6 years ago
Rusty Russell 6d717d73a4 openingd: call it first_per_commitment_point not next_per_commit, as per BOLT 2. 6 years ago
Mark Beckwith 1ae4cb1e20 param: add NULL sentinel attr 6 years ago
Mark Beckwith a6ca57c79a doc: speling typo 6 years ago
Mark Beckwith e5469c051f add wythe to codeowners 6 years ago
Mark Beckwith 33359e4a82 doc: discourage use of json_tok_tok 6 years ago
Rusty Russell 6aa511fa7a channeld: only enable option_data_loss_protect if EXPERIMENTAL_FEATURES. 6 years ago