Browse Source
Move final helpers out of test-cli/ Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>ppa-0.6.1
10 changed files with 7 additions and 49 deletions
@ -1,24 +0,0 @@ |
|||||
open-channel |
|
||||
open-anchor-scriptsigs |
|
||||
leak-anchor-sigs |
|
||||
open-commit-sig |
|
||||
check-commit-sig |
|
||||
check-anchor-scriptsigs |
|
||||
get-anchor-depth |
|
||||
create-steal-tx |
|
||||
create-commit-spend-tx |
|
||||
close-channel |
|
||||
create-close-tx |
|
||||
update-channel |
|
||||
update-channel-accept |
|
||||
update-channel-signature |
|
||||
update-channel-complete |
|
||||
create-commit-tx |
|
||||
open-anchor |
|
||||
txid-of |
|
||||
create-anchor-tx |
|
||||
update-channel-htlc |
|
||||
update-channel-htlc-complete |
|
||||
update-channel-htlc-remove |
|
||||
create-htlc-spend-tx |
|
||||
|
|
@ -1,18 +0,0 @@ |
|||||
You can see my example test scripts `test-cli/scripts/setup.sh` and |
|
||||
`test-cli/scripts/test.sh`. They are designed to be run from the `test-cli` |
|
||||
directory. |
|
||||
|
|
||||
These are set up for Elements alpha; if you want to use bitcoind (and |
|
||||
thus NOPs instead of OP_CHECKLOCKTIMEVERIFY and |
|
||||
OP_CHECKSEQUENCEVERIFY, as well as being vulnerable to malleability) |
|
||||
you can change the "FEATURES :=" line in `Makefile` (and `make clean`) |
|
||||
|
|
||||
You can see other settings in `test-cli/scripts/vars.sh`. |
|
||||
|
|
||||
As the utilities un test-cli don't keep any state, and don't talk to |
|
||||
bitcoind/alphad, the commandlines get ugly fast (and don't handle all |
|
||||
cases). They're only for testing. |
|
||||
|
|
||||
Good luck! |
|
||||
|
|
||||
Rusty. |
|
Loading…
Reference in new issue