129 Commits (38d2899fbba115f659e1a27c3684d75730e102b4)

Author SHA1 Message Date
darosior 3775a32659 Pylightning: allow to specify the option type at its creation 5 years ago
darosior 78326a8d90 Pylightning: Allow a plugin to set the category of the RPC commands it creates 5 years ago
Michael Schmoock 0efd72d882 test: pylightning to_approx_str 6 years ago
Michael Schmoock d8599e5f67 pylightning: adds msat.to_approx_str() method 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
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
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
Billy Garrison 99adea5988 pylightning: update getroute() docstring 6 years ago
Billy Garrison 132028bd7f pylightning: update getroute() parameters 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
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
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 a1ebfc9e5e pylightning: help() accepts an argument. 6 years ago
Christian Decker 1c8b980985 pylightning: Handle empty log lines correctly 6 years ago
arowser c029f2fb0f remove unused local var 6 years ago
Rusty Russell 0a8b4f8935 pay: remove inbuilt command in favor of plugin. 6 years ago
Rusty Russell 40637d0017 contrib/pylightning: temporarily convert to use plugin/pay for tests. 6 years ago