mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-04 20:24:25 -08:00
misc test, api, readme updates
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user