This commit is contained in:
swrup 2026-03-03 01:55:28 +01:00
parent 5b4b963db1
commit 80fe6fed2d
2 changed files with 7 additions and 2 deletions

View file

@ -110,3 +110,8 @@ offline_tool drain \
--amount $zero_kudos --amount $zero_kudos
offline_tool upload --input $b --url $url"/management/drain" offline_tool upload --input $b --url $url"/management/drain"
echo "[OK] /management/drain" echo "[OK] /management/drain"
demo_keys="test/keys.demo.taler.net.v31_0_9.json"
dune exec test/validate_response.exe -- keys --input $demo_keys
offline_tool download --output $a --url $url"/keys"
dune exec test/validate_response.exe -- keys --input $a

View file

@ -77,7 +77,7 @@ let keys content =
|> list_iter |> list_iter
(Denomination.verify_denomination_key_validity ~key:v.master_public_key) (Denomination.verify_denomination_key_validity ~key:v.master_public_key)
in in
Fmt.pr "OK denominations@."; (*Fmt.pr "OK denominations@.";*)
let* () = let* () =
(* TODO O(n^2) *) (* TODO O(n^2) *)
@ -115,7 +115,7 @@ let keys content =
denom_hash= dn.h_pub; denom_hash= dn.h_pub;
}) })
in in
Fmt.pr "OK auditors@."; (*Fmt.pr "OK auditors@.";*)
Ok () Ok ()