Konstantin Nick
62ca15d6aa
Fix python-api example
2017-11-06 10:24:09 +01:00
Rusty Russell
88bb38f63b
daemon/lightningd: remove building, and main files
...
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-08-29 17:54:14 +02:00
Rusty Russell
be3b5f11e8
contrib/pylightning: allow getpeer with log level.
...
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-04-29 10:30:10 +02:00
Christian Decker
4e0be7a48f
pytest: Added dynamic RPC call dispatch
...
Instead of having to define every single method we can now just call
any method, it'll fail upstream if it does not exist.
2017-04-24 05:18:11 +00:00
Christian Decker
225f29abf4
pylightning: RPC returns a failure if the connection is lost
2017-03-20 11:18:00 +10:30
Christian Decker
9c7c2a3f2f
pytest: Added simple pytest for the new JSON-RPC
2017-03-20 11:18:00 +10:30
Christian Decker
5f61b3a272
pytest: Separating new lightningd and legacy lightningd RPC client
...
We intend to ultimately no longer use the legacy `daemon/lightningd`
and instead use `lightningd/lightningd`, so I grouped the new RPC and
the legacy RPC and implemented stubs for the new daemon.
2017-01-23 10:37:34 +01:00
Christian Decker
cd9bb9b014
contrib: Implemented python RPC client
2017-01-23 10:45:36 +10:30