misc test, api, readme updates

This commit is contained in:
2022-09-14 05:43:17 +00:00
parent 78945f2bc0
commit edba09b124
4 changed files with 26 additions and 2 deletions

View File

@@ -7,6 +7,15 @@
HERE=$(cd $(dirname $BASH_SOURCE) && pwd)
source $HERE/testutil.sh
colineard tx colinearcore unlock-all-funds -y --from alice \
| swallow "Unlock all funds before proceeding"
colineard tx colinearcore lock-funds 550000000 -y --from alice \
| expect_success "Re-lock funds (Alice)"
colineard tx colinearcore lock-funds 550000000 -y --from bob \
| expect_success "Re-lock funds (Bob)"
colineard tx colinearcore new-auction asdf asdf 200 uusdc $(now + 3700) \
$ALICE \
-y --from bob \