exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 57bb8d536af02d03ef0170841067f200deefc927
parent 0c35f616b4edde931d161ae7088057bd2c121fbd
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Wed, 15 Jul 2026 23:33:21 +0200

get tests to pass

Diffstat:
Msrc/bank-lib/test_bank.sh | 10+++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/src/bank-lib/test_bank.sh b/src/bank-lib/test_bank.sh @@ -58,6 +58,8 @@ echo -n "Making wire transfer to exchange ..." taler-exchange-wire-gateway-client \ -b http://localhost:8899/accounts/exchange/taler-wire-gateway/ \ + -u notneeded \ + -p noauth \ -S 0ZSX8SH0M30KHX8K3Y1DAMVGDQV82XEF9DG1HC4QMQ3QWYT4AF00 \ -D payto://x-taler-bank/localhost:8899/user?receiver-name=user \ -a TESTKUDOS:4 > /dev/null @@ -67,6 +69,8 @@ echo -n "Requesting exchange incoming transaction list ..." taler-exchange-wire-gateway-client \ -b http://localhost:8899/accounts/exchange/taler-wire-gateway/ \ + -u notneeded \ + -p noauth \ -i \ | grep TESTKUDOS:4 \ > /dev/null @@ -77,10 +81,12 @@ echo -n "Making wire transfer from exchange..." taler-exchange-wire-gateway-client \ -b http://localhost:8899/accounts/exchange/taler-wire-gateway/ \ + -u notneeded \ + -p noauth \ -S 0ZSX8SH0M30KHX8K3Y1DAMVGDQV82XEF9DG1HC4QMQ3QWYT4AF00 \ -C payto://x-taler-bank/localhost:8899/merchant?receiver-name=merchant \ -a TESTKUDOS:2 \ - -L DEBUG > /dev/null + -L INFO > /dev/null echo " OK" @@ -88,6 +94,8 @@ echo -n "Requesting exchange's outgoing transaction list..." taler-exchange-wire-gateway-client \ -b http://localhost:8899/accounts/exchange/taler-wire-gateway/ \ + -u notneeded \ + -p noauth \ -o \ | grep TESTKUDOS:2 \ > /dev/null