5320 Commits (66efcfa85570d0cd306742b11d19c27f135d188d)
 

Author SHA1 Message Date
Christian Decker ff0ddee56e json: Add utility to add a null-member 6 years ago
Christian Decker b5085a9c17 hooks: Serialize the peer that connected as hook call payload 6 years ago
Christian Decker 828d088d60 moveonly: Move the channel details into json_add_channel 6 years ago
Christian Decker bccb8db974 wire: derive_channel_id should accept const struct *bitcoin_txid 6 years ago
Christian Decker ca3db290ba plugin: Add `connected` hook 6 years ago
Rusty Russell 5f0b065622 channeld: handle funding_locked message before reestablish. 6 years ago
Conor Scott 3b68e29bbd Ignore generated python and pylightning files 6 years ago
Rusty Russell 7a1d13a77e pytest: make test_pay_direct more robust. 6 years ago
Rusty Russell cb6a97152e pytest: fix race in test_pay_direct. 6 years ago
Rusty Russell 41be796e0e pytest: add simple test for --daemon. 6 years ago
Rusty Russell 8c22b91a70 lightningd: activate crashlog before forking off as daemon. 6 years ago
Christian Decker a405c22fc9 daemon: Fix issue 2348, db->filenam not being correctly initialized 6 years ago
Michael Schmoock 3db534580c doc: add configure --enable-dev in testing chapter 6 years ago
Christian Decker a77e9b2a05 docs: Fix two permanent redirects 6 years ago
Christian Decker 0e34b9ac0e readme: Add a readthedocs badge to show that we have nice docs :-) 6 years ago
Christian Decker e11ddfc992 docs: Add configuration for the sphinx documentation generator 6 years ago
Christian Decker 886700454d docs: Consolidating header hierarchy slightly 6 years ago
Christian Decker ac6d9b34cc pylightning: Correctly return the remainder of a message back 6 years ago
Michael Schmoock 302a78f4eb fix: add inline exception for recent cppcheck false positive 6 years ago
Michael Schmoock 5c0d658b30 fix: change type of config->fee_per_satoshi to uint32 6 years ago
Alekos Filini 21afe1c0f4 doc: fix the command to cross-compile libgmp 6 years ago
Christian Decker 59fa47bf64 pytest: Mark the worst gossip offenders as developer-only tests 6 years ago
Simon Vrouwe 201dd3ce0c doc: improve explanation of getroute command 6 years ago
Simon Vrouwe 4fe60ee769 doc: fundchannel command, clarify optional `feerate` 6 years ago
Simon Vrouwe 872c0c90b9 remove trailing space in logline and small coding style fix 6 years ago
Simon Vrouwe 34e40b9383 lightningd/json_dev_forget_channel: clarify message when both peer_id and scid are given 6 years ago
Simon Vrouwe b66d6a0d55 lightningd/json_fundchannel: use json_add_string to add hex_tx to response, similar as in json_withdraw 6 years ago
Richard Bondi 503360143a fix crash with lightning charge and plugin opts (#2358) 6 years ago
Mark Beckwith 3e4a3bafc3 doc: fix connect manpage parameter names and... 6 years ago
Rusty Russell b99293fbb6 short_channel_id: don't accept :-separated in JSON if --allow-deprecated-apis=false 6 years ago
Rusty Russell d413fc7e9b configure: use system libbase58 if available. 6 years ago
Rusty Russell 21fd8f7eaa configure: use system libsodium if available and modern. 6 years ago
Rusty Russell 2db84d6653 tools/check-setup_locale.sh: don't get caught by main in non-C files. 6 years ago
Rusty Russell e857229de4 tools: make build-release more friendly. 6 years ago
Christian Decker b7222531fe pytest: Stabilize the test_pay_direct test 6 years ago
Conor Scott 960664337f pylightning: handle method introspection more generally. 6 years ago
Rusty Russell 53c0a21d2c plugins: get usage from plugins (required unless deprecated_apis == True). 6 years ago
Rusty Russell a8d1588154 libplugin: provide usage in getmanifest. 6 years ago
Rusty Russell c58a4b9b42 libplugin: put method name into command struct. 6 years ago
Conor Scott 6e4eae372d [pylightning] add args list to getmanifest 6 years ago
Rusty Russell 0c89fc5d70 pylightning: use different decoration for init msg. 6 years ago
Rusty Russell 5770e0c700 jsonrpc: probe sites for usage information once, at start. 6 years ago
Rusty Russell e5c80f63d7 lightningd: add code to search strmaps for memleak detection. 6 years ago
Rusty Russell c506d42679 plugins: don't keep redundant jsonrpc pointer. 6 years ago
Rusty Russell dabdefefae jsonrpc: populate ld->jsonrpc ourselves, so we can use it. 6 years ago
Rusty Russell cc76416447 jsonrpc: use tal destructor to remove json commands when required. 6 years ago
Rusty Russell da355284de jsonrpc: help, even for a single item, should be in an array. 6 years ago
Rusty Russell a1ebfc9e5e pylightning: help() accepts an argument. 6 years ago
Rusty Russell 0361f43ec3 ccan: update 6 years ago
fanquake 132d8460fc doc: skip building bitcoin-qt on macOS 6 years ago