290 Commits (3f3a48dae92626765ebc12208353962c9f7873de)

Author SHA1 Message Date
darosior 862ae87389 Fix bash completion 6 years ago
darosior 67d20ae842 Add 'paystatus' method 6 years ago
darosior a7ef7b47c8 Pylightning: add 'listconfigs' and 'listsendpays' RPC methods, correct 'invoice' docstring 6 years ago
Sjors Provoost b95e10c354 systemd: wait until network is up 6 years ago
darosior 12f703eb82 pylightning: Add missing RPC command as LightningRpc methods 6 years ago
darosior efecd64bf3 pylightning: Reorder LightningRpc methods alphabetically 6 years ago
darosior b7279e9130 Add 'delexpiredinvoice' to pylightning 6 years ago
Christian Decker ff5dfb1cc4 pylightning: Clean up the argument binding 6 years ago
Michael Schmoock 1e0aa9329d fix: pylightning to_btc_str precision 6 years ago
Christian Decker eeecfc983c plugin: Remove autopatch argument from helloworld plugin 6 years ago
Michael Schmoock f99c461fed fix: pylightning msat round multiply and division 6 years ago
Hampus Sjöberg 3028964687 pylightning: Fixing incompatibility issue with Python 2.7 6 years ago
Gálli Zoltán 7f8e4de522 pylightning: millisatoshis type is int 6 years ago
lisa neigut 9d20e95155 contrib-script: encapsulate more things 6 years ago
lisa neigut eb8336331f contrib-script: make it so that you can source everywhere 6 years ago
lisa neigut 1d5475197e contrib script: add instructions for use 6 years ago
lisa neigut 99f20d8dd1 contrib: short script to startup two nodes to test locally 6 years ago
Douglas Schilling Landgraf 3852704c5c contrib: Dockerfile.builder.fedora bump fedora release 6 years ago
nicolas.dorier 3e215287cd Use tini as docker entrypoint 6 years ago
Billy Garrison 99adea5988 pylightning: update getroute() docstring 6 years ago
Billy Garrison 132028bd7f pylightning: update getroute() parameters 6 years ago
wailo e843e138fe Fix installing plugins in dockerfile (#2451) 6 years ago
Rusty Russell 1facf626d5 pylightning: allow version querying from within modules. 6 years ago
Rusty Russell cc342fda83 pylightning: make sure UTF-8 gets passed intact. 6 years ago
Christian Decker 61f95be0e9 pylightning: Bump version so pypi includes plugin infra 6 years ago
nicolas.dorier 063149079e Installing the Pay plugin in Dockerfile for arm32v7 6 years ago
Rusty Russell 6e63d79159 pylightning: translate msat input to class Millisatoshi 6 years ago
Rusty Russell 690064f7e0 pylightning: don't compare v with inspect._empty. 6 years ago
Rusty Russell 6ace13ba22 pylightning: make plugins use Millisatoshi-converting encoder. 6 years ago
Rusty Russell 5a7d038e6e pylightning: provide a class for Lightning JSONDecoder. 6 years ago
Rusty Russell 464858883b pylightning: reduce scope for deadlock in plugins. 6 years ago
Rusty Russell 1982c73ebc pylightning: support functions with type annotations. 6 years ago
Rusty Russell 1ec959752b plugin/pay: rename 'description' to 'label', deprecate 'description'. 6 years ago
Christian Decker e79fbb6812 pylightning: Fix missing encode if first pass fails 6 years ago
Christian Decker 04ffa5a413 pylightning: Add some more documentation for the python lib 6 years ago
Christian Decker 683b601dc7 pylightning: Expose minconf in fundchannel and withdraw 6 years ago
Christian Decker f622ffb087 pylightning: Add plugin dispatch tests to check-python and fix them 6 years ago
Christian Decker 7f11b4854e pylightning: Split @method and @async_method decorators 6 years ago
Christian Decker d9c3f5ec4b pylightning: Rename peer_id to node_id in getroute 6 years ago
Christian Decker cc4fbfca43 pylightning: Add the `background` keyword to hooks and methods 6 years ago
Christian Decker 9670b4382f pylightning: Don't always use request ID 0 6 years ago
Christian Decker f452d00b77 pylightning: Add support for *args and **kwargs in plugin dispatch 6 years ago
Christian Decker 8de1a85ac0 pylightning: Exception if we have unfulfilled positional arguments 6 years ago
Christian Decker 81fa247d07 pylightning: Wrap request in an object 6 years ago
Christian Decker 71795d4d6a pylightning: Wrap the plugin methods in a class 6 years ago
Conor Scott d96564ce3e pylightning: raise Error when missing rpc parameter 6 years ago
Rusty Russell cc95a56544 pylightning: handle msat fields in JSON more appropriately. 6 years ago
Rusty Russell 1c542bcd08 pylightning: prepare plugin for parameters to getmanifest. 6 years ago
Christian Decker ac6d9b34cc pylightning: Correctly return the remainder of a message back 6 years ago
Conor Scott 960664337f pylightning: handle method introspection more generally. 6 years ago