148 Commits (a134062f9848662aec02209ad66b173a07a104a6)

Author SHA1 Message Date
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` 6 years ago
Christian Decker 356dcbba97 pylightning: Don't attempt to deserialize after every read 6 years ago
Bertrand Marlier 760b053d7b pylightning: fix incorrect description for disconnect() method 6 years ago
gallizoltan 1220a4eb1d pylightning: add missing arguments to getroute 6 years ago
Christian Decker 582ea1a33b jsonrpc: Remove `dev-blockheight` in favor of `getinfo` 6 years ago
Christian Decker 6c82d1b8b0 pylightning: Subclass ValueError to access to the returned error 6 years ago
Rusty Russell c633cbe2ee tests: add dev-query-scids 6 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
Rusty Russell 88bb38f63b daemon/lightningd: remove building, and main files 7 years ago
Rusty Russell be3b5f11e8 contrib/pylightning: allow getpeer with log level. 8 years ago
Christian Decker 4e0be7a48f pytest: Added dynamic RPC call dispatch 8 years ago
Christian Decker 225f29abf4 pylightning: RPC returns a failure if the connection is lost 8 years ago
Christian Decker 9c7c2a3f2f pytest: Added simple pytest for the new JSON-RPC 8 years ago
Christian Decker 5f61b3a272 pytest: Separating new lightningd and legacy lightningd RPC client 8 years ago
Christian Decker cd9bb9b014 contrib: Implemented python RPC client 8 years ago