57 Commits (82393036e31ab4a7d36ce822b96f4f85d247396a)

Author SHA1 Message Date
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
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
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 71575b2115 ping: no longer a dev_ command. 6 years ago
Rusty Russell 60b95d4764 pylightning: add method and payload as proper fields. 6 years ago
Christian Decker 1738107598 json-rpc: Add description argument to `sendpay` 7 years ago
Christian Decker 356dcbba97 pylightning: Don't attempt to deserialize after every read 7 years ago
Bertrand Marlier 760b053d7b pylightning: fix incorrect description for disconnect() method 7 years ago
gallizoltan 1220a4eb1d pylightning: add missing arguments to getroute 7 years ago
Christian Decker 582ea1a33b jsonrpc: Remove `dev-blockheight` in favor of `getinfo` 7 years ago
Christian Decker 6c82d1b8b0 pylightning: Subclass ValueError to access to the returned error 7 years ago
Rusty Russell c633cbe2ee tests: add dev-query-scids 7 years ago
ZmnSCPxj eb42804fcc invoice: Support providing preimage when making invoice. 7 years ago
ZmnSCPxj 2cee1ab20f peer_control: Make close wait for complete closure, with timeout. 7 years ago
Rusty Russell 09c4203767 bolt11: allow multiple fallback addresses. 7 years ago
Zhen Zhang d1010673b5 contrib: Rewrite contrib/lightning-pay in Python, support bolt11 7 years ago
ZmnSCPxj a4a5d6002c pylightning: Add new waitsendpay command 7 years ago
John Barboza 9a2950628d test: disconnect command 7 years ago
ZmnSCPxj 8e8d7c2aba pay/sendpay: Use spec names for rhash and r. 7 years ago
Douglas Schilling Landgraf ef34efa93f pylightning: label is required for waitinvoice() 7 years ago
John Barboza b028a0a439 invoice: add fallback address to invoice command 7 years ago
Anton Astafiev 8787766d44 Pylightning (#1003) 7 years ago
Douglas Schilling Landgraf cb1a4a5180 pylightning: make flake8 happy 7 years ago
Christian Decker e48a97ffd4 pylightning: Filter out None arguments in JSON-RPC calls 7 years ago
Christian Decker 0e40b9b08c pylightning: Switch to dict-based params instead of positional 7 years ago
Christian Decker ed2fee8977 pylightning: Added explicit logger to log to 7 years ago
Christian Decker b2cec18a81 contrib: Add the addrtype argument to newaddr 7 years ago
gdassori 7101db060b add mutually exclusive bolt11 & payment_hash to listpayments method 7 years ago
gdassori b9b0b7ebe0 fix LightningRpc signatures according to tests 7 years ago
gdassori bdcf38442b add port argument in connect, add getpeer method for test convenience 7 years ago
gdassori 67dbe71dfa update pylightning readme installation informations 7 years ago
gdassori 825ccb33a6 version bump 7 years ago
gdassori 51a491ef74 same methods of lightning-cli in pylightning 7 years ago
alaniz 5421e9f6f2 pylightning: Add and move example to README 7 years ago
Rusty Russell cf54f23947 JSONRPC: add id argument to listpeers. 7 years ago
Rusty Russell 5698a133c2 JSONRPC: rename getpeers to listpeers. 7 years ago
Rusty Russell 66885163c9 JSON: Rename rhash to payment_hash in delinvoice, invoice, listinvoice, waitinvoice, waitanyinvoice. 7 years ago
Christian Decker 00e75d3d81 pylightning: Bumped version to 0.0.2 7 years ago
practicalswift f9b8a007d5 Remove unused imports 7 years ago
practicalswift 0353ec0983 Remove trailing whitespace 7 years ago
Konstantin Nick 62ca15d6aa Fix python-api example 7 years ago