4890 Commits (a046af4416371a150dd293215ad96c8791e7687e)
 

Author SHA1 Message Date
Rusty Russell a046af4416 lightningd/test: move some tests to common/ and channeld/ 6 years ago
Rusty Russell aee2197a66 jsonrpc: make sure even errors are valid json. 6 years ago
Mark Beckwith 164c76454c test: add json_tok_remove unit tests 6 years ago
Mark Beckwith 70707bf767 rpc: add check command 6 years ago
Mark Beckwith 542f529ed1 param: add support for unused parameters 6 years ago
Mark Beckwith 7cd6d39276 json: add print, copy, and remove functions 6 years ago
Christian Decker f5a3f1f0a2 plugin: Add a test for timeout and broken manifest 6 years ago
Christian Decker bd6ce102e6 plugin: Better cleanup when a plugin fails 6 years ago
Christian Decker b23a33ec7a jsonrpc: Use tal_arr_remove instead of leaving NULL in the commands 6 years ago
Christian Decker 230730eca4 plugin: Migrate request creation to json_stream 6 years ago
Christian Decker dc4fb650dc plugin: Add a timeout to the `getmanifest` call 6 years ago
Christian Decker 9ce3e960ec common: Add tal_arr_remove helper 6 years ago
Christian Decker 906bfef4fd changelog: Add plugin JSON-RPC passthrough 6 years ago
Christian Decker 83ecb61890 plugin: Ignore directories in the plugin-directory 6 years ago
Michael Hawkins 561a66354b Man page for lightning-disconnect created 6 years ago
Rusty Russell 111d6df442 plugins: make log prefix the basename. 6 years ago
Rusty Russell aa4284a35e docs: document plugin options. 6 years ago
Rusty Russell eb03b33655 plugins: add and install built-in plugin dir, add clear and disable options. 6 years ago
Rusty Russell ac5002a79e pytest: add hack to force options into a given order. 6 years ago
Rusty Russell a4287f99fd lightningd: add --plugin-dir option to load directory full of plugins. 6 years ago
Rusty Russell 31830ea6bb doc: Use subsections for option types. 6 years ago
Christian Decker d7e94a9386 plugin: Iterate over the options from a plugin using the tok->size 6 years ago
Christian Decker b8a1445317 plugin: Make plugin_kill a printf-like function 6 years ago
Christian Decker 82393036e3 plugin: Update documentation of the rpcmethods 6 years ago
Christian Decker 1d75a70995 pytest: Add a test for the JSON-RPC passthrough 6 years ago
Christian Decker e625fd7e82 plugin: Map results back to the incoming JSON-RPC request 6 years ago
Christian Decker 7c93cf00bb plugin: Dispatch incoming RPC calls to appropriate plugin 6 years ago
Christian Decker a0f6a82a0b plugin: Make memleak happy 6 years ago
Christian Decker bf89d86ba8 plugin: Plugins need a list of methods they registered 6 years ago
Christian Decker a71208b2a0 plugin: Remove added JSON-RPC methods if a plugin gets killed 6 years ago
Christian Decker 7de4c40b77 plugin: Add plugin rpcmethods to the JSON-RPC interface 6 years ago
Christian Decker 3e1138951b plugin: Add pointer to jsonrpc so we can add new methods 6 years ago
Christian Decker 83775e7cea jsonrpc: Split the jsonrpc object creation from starting to listen 6 years ago
Christian Decker 01c7bc5884 jsonrpc: Make an explicit jsonrpc struct 6 years ago
Christian Decker 0f72e0bce8 plugin: The example plugin can now return errors 6 years ago
Christian Decker 1e139e412b plugin: Allow both array as well as object params in example plugin 6 years ago
Christian Decker a4ded47d34 plugin: Fix memory leak when requests are done 6 years ago
arowser 3ba751797b add needed include file 6 years ago
Christian Decker 4d95bb0539 pytest: Mark test_reserve_enforcement as flaky 6 years ago
Christian Decker 522c3039ec pytest: Pretty print the memleak output in tests 6 years ago
Christian Decker 45e1f09714 tools: Added .clang-format for formatting 6 years ago
Christian Decker 685a76e714 pytest: test_closing_different_fees no longer requires DEVELOPER=1 6 years ago
Christian Decker cc7a523cab git: Add codeowners file to automatically request code reviews 6 years ago
Christian Decker da465f0fdd plugin: Exit if we fail to start a plugin 6 years ago
Christian Decker 879f9b7986 plugin: Make a common directory of plugins in contrib 6 years ago
Christian Decker e27b2ea69b pytest: Add a test for the plugin option passthrough 6 years ago
Christian Decker c3d2caafa2 pytest: Use the pytest-timeout plugin to kill tasks 6 years ago
Christian Decker f520052b95 pytest: Add two more dependencies 6 years ago
Christian Decker bef1812b9b changelog: Add missing Changelog entry from PR #2075 6 years ago
Christian Decker 0040673e90 docker: Update pytest dependencies in the builder image 6 years ago