125 Commits (0d5f0d79da08e1e2bd17db2aa2ca8addd4150993)

Author SHA1 Message Date
Rene Pickhardt 6b5db38774 pylightning: Made rpc a public member of Plugin and sorted imports 6 years ago
Christian Decker e0621fa8f7 pylightning: Better inject arguments in plugin method calls 6 years ago
nicolas.dorier 6f027a24a0 Add dockerfile for cross compiling arm32v7 image 6 years ago
Rene Pickhardt 0321d79540 [plugin] Improved the example code to encourage usage of optional arguments (#2212) 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 7314c71695 pylightning: Increase buffer size for big JSON-RPC responses 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 a304db9be2 plugin: Handle log notifications from plugins 6 years ago
Rusty Russell 19ecf8c6fb disconnect: add force option to disconnect even with a live channel. 6 years ago
William Casarin db9e250df8 python: fix check-python errors in plugins 6 years ago
Conor Scott 6470630db9 [doc] Add lightning-pay script as example for using pylightning library 6 years ago
lisa neigut a39c97c960 channeld: support private channel creation, fixes #2125 6 years ago
Christian Decker be7674ed6c plugin: Added .params.configuration to init call 6 years ago
Christian Decker 5b6bb7c571 pylightning: Bump version number to 0.0.6 to make Pypi work again 6 years ago
Christian Decker bd6e3bfe6a pylightning: Add a compatibility mode for pre-\n\n versions 6 years ago
Christian Decker a50529bcb0 pylightning: Allow both kwargs as well as positional args 6 years ago
Christian Decker f5a3f1f0a2 plugin: Add a test for timeout and broken manifest 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 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 0040673e90 docker: Update pytest dependencies in the builder image 6 years ago
Rusty Russell b9b7411d88 lightning.py: use double-\n as marker for RPC parsing. 6 years ago
Rusty Russell 0c3f85d931 lightning.py: parse multiple JSON RPC commands accurately. 6 years ago
Conor Scott 9a0f3a764c [pylightning] Fix lightning-pay script 6 years ago
Christian Decker 6c649ce775 docs: Mention that msatoshi on pay is not optional, but ignored 6 years ago
Christian Decker 2b3059be0c plugin: Have the helloworld plugin accept a configure message 6 years ago
Christian Decker 55d6d6b0e7 plugin: Register plugin cli options 6 years ago
Christian Decker d0de6e59c6 plugin: Start each plugin and setup the connection to it 6 years ago
Christian Decker f7116c3a43 plugins: Add simple helloworld plugin to test against 6 years ago
Rusty Russell f3329d6013 pylightning: add msatoshi optional sendpay param. 6 years ago
Christian Decker 6b7546b94d json-rpc: Rename `getroutestats` and move stats to getinfo 6 years ago
Christian Decker facd7d16aa json-rpc: Add `listforwardings` command 6 years ago
Christian Decker e904fcc00c docker: Update docker images and docs to non-CVE-2018-17144 bitcoind 6 years ago
Christian Decker 0a5c45e8b1 docker: Prepare builder to include flask and cherrypy 6 years ago
Christian Decker b861e44f36 docker: Add missing dependencies to builder for `a2x` 6 years ago
Rusty Russell e0952ceff2 feerate: use suffix, not separate argument. 6 years ago
Rusty Russell 14dc1c37ab fundchannel / withdraw: allow explicit feerate setting. 6 years ago
Rene Pickhardt 5848a5c718 channel_id unknown at funding time. Needs to be node_id 6 years ago
Rusty Russell c7c5affa3f feerates: new command to inject/query fee estimates. 6 years ago
Rusty Russell d93be58bd0 pytest: remove use dev-override-feerates. 6 years ago
Rusty Russell 2314a4aa5d contrib/short_channel_id-to-txid.sh: simple mapping util. 6 years ago
Douglas Schilling Landgraf 0a5dc713f0 contrib: add init file for systemd 6 years ago
Rusty Russell 71575b2115 ping: no longer a dev_ command. 6 years ago