summaryrefslogtreecommitdiff
path: root/src/auditor/test-auditor.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-03-24 14:48:48 +0100
committerChristian Grothoff <christian@grothoff.org>2024-03-24 14:48:48 +0100
commitc19e2666aa496957b13c438480b6d8ceaefba460 (patch)
tree2db30ab816740cf40c7171a760f53ad7a1f09841 /src/auditor/test-auditor.sh
parent6509a8270149c57e04f569714b02e8fdcd1389cf (diff)
downloadexchange-c19e2666aa496957b13c438480b6d8ceaefba460.tar.gz
exchange-c19e2666aa496957b13c438480b6d8ceaefba460.tar.bz2
exchange-c19e2666aa496957b13c438480b6d8ceaefba460.zip
clean up nexus mess not needed in auditor anymore
Diffstat (limited to 'src/auditor/test-auditor.sh')
-rwxr-xr-xsrc/auditor/test-auditor.sh34
1 files changed, 0 insertions, 34 deletions
diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh
index 80a59282a..c9fa475a6 100755
--- a/src/auditor/test-auditor.sh
+++ b/src/auditor/test-auditor.sh
@@ -163,13 +163,6 @@ function pre_audit () {
2> "${MY_TMP_DIR}/transfer.log" \
|| exit_fail "FAIL"
echo " DONE"
- echo -n "Running Nexus payment submitter ..."
- nexus_submit_to_sandbox
- echo " DONE"
- # Make outgoing transactions appear in the TWG:
- echo -n "Download bank transactions ..."
- nexus_fetch_transactions
- echo " DONE"
fi
}
@@ -369,33 +362,6 @@ function run_audit () {
2> "${MY_TMP_DIR}/drain-transfer.log" \
|| exit_fail "FAIL"
echo " DONE"
-
- export LIBEUFIN_NEXUS_USERNAME="exchange"
- export LIBEUFIN_NEXUS_PASSWORD="x"
- export LIBEUFIN_NEXUS_URL="http://localhost:8082/"
-
- #PAIN_UUID=$(libeufin-cli accounts list-payments exchange-nexus | jq .initiatedPayments[] | jq 'select(.submitted==false)' | jq -r .paymentInitiationId)
-# if test -z "${PAIN_UUID}"
-# then
-# echo -n "Payment likely already submitted, running submit-payments without UUID anyway ..."
-# libeufin-cli accounts \
-# submit-payments \
-# exchange-nexus
-# else
-# echo -n "Running payment submission for transaction ${PAIN_UUID} ..."
-# libeufin-cli accounts \
-# submit-payments \
-# --payment-uuid "${PAIN_UUID}" \
-# exchange-nexus
-# fi
-# echo " DONE"
-# echo -n "Import outgoing transactions..."
-# libeufin-cli accounts \
-# fetch-transactions \
-# --range-type since-last \
-# --level report \
-# exchange-nexus
- echo " DONE"
fi
audit_only
post_audit