Rusty Russell
|
a3e3f83d9f
|
daemon: dev-mocktime command
Useful for precise timing control for testing.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
2016-01-22 06:45:28 +10:30 |
|
Rusty Russell
|
2346f6bf14
|
daemon: routefail command.
This should be renamed: it's actually any kind of after-the-fact failure.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
2016-01-22 06:45:28 +10:30 |
|
Rusty Russell
|
1e82799852
|
daemon: fulfillhtlc command
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
2016-01-22 06:45:28 +10:30 |
|
Rusty Russell
|
6bdaa5d1ca
|
daemon: newhtlc command.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
2016-01-22 06:45:27 +10:30 |
|
Rusty Russell
|
fc49e3fd74
|
daemon: rename 'state' to 'dstate' everywhere.
This is the daemon state, not the state machine state.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
2016-01-22 06:41:49 +10:30 |
|
Rusty Russell
|
08ccb4b6f0
|
getpeers: new command.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
2016-01-22 06:41:48 +10:30 |
|
Rusty Russell
|
d68ae0b612
|
jsonrpc: adapt it to be async.
This allows for JSON commands which aren't instantaneous.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
2016-01-22 06:41:48 +10:30 |
|
Rusty Russell
|
2df28021ac
|
daemon: command to connect
Now we can connect two daemons to each other. Who both say Hello! and
close.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
2016-01-22 06:41:48 +10:30 |
|
Rusty Russell
|
9ccb51c93f
|
daemon: UNIX domain socket for JSON-based control.
Also taken from pettycoin.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
2016-01-22 06:41:48 +10:30 |
|