This commit is contained in:
parent
836b9ff64a
commit
a5651cfd57
1 changed files with 11 additions and 0 deletions
|
|
@ -22,6 +22,9 @@ offline_tool sign \
|
||||||
offline_tool upload --input $b --url $url"/management/keys"
|
offline_tool upload --input $b --url $url"/management/keys"
|
||||||
echo "[OK] /management/keys"
|
echo "[OK] /management/keys"
|
||||||
|
|
||||||
|
# todo test revoke denom
|
||||||
|
# todo test revoke signkey
|
||||||
|
|
||||||
offline_tool enable-auditor \
|
offline_tool enable-auditor \
|
||||||
--master_key $master_key \
|
--master_key $master_key \
|
||||||
--output $b \
|
--output $b \
|
||||||
|
|
@ -32,6 +35,8 @@ offline_tool enable-auditor \
|
||||||
offline_tool upload --input $b --url $url"/management/auditors"
|
offline_tool upload --input $b --url $url"/management/auditors"
|
||||||
echo "[OK] /management/auditors"
|
echo "[OK] /management/auditors"
|
||||||
|
|
||||||
|
# todo test disable auditor
|
||||||
|
|
||||||
offline_tool wire-fee \
|
offline_tool wire-fee \
|
||||||
--master_key $master_key \
|
--master_key $master_key \
|
||||||
--output $b \
|
--output $b \
|
||||||
|
|
@ -56,3 +61,9 @@ offline_tool global-fees \
|
||||||
--purse_timeout 9999999
|
--purse_timeout 9999999
|
||||||
offline_tool upload --input $b --url $url"/management/global-fees"
|
offline_tool upload --input $b --url $url"/management/global-fees"
|
||||||
echo "[OK] /management/global-fees"
|
echo "[OK] /management/global-fees"
|
||||||
|
|
||||||
|
# todo test enable wire
|
||||||
|
# todo test disable wire
|
||||||
|
# todo test drain
|
||||||
|
# todo test aml-officer
|
||||||
|
# todo test partners
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue