gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-grid5k] branch master updated: remove wad fee, kyc fee and kyc-ti


From: gnunet
Subject: [taler-grid5k] branch master updated: remove wad fee, kyc fee and kyc-timeout
Date: Tue, 01 Nov 2022 16:45:15 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository grid5k.

The following commit(s) were added to refs/heads/master by this push:
     new 561a68c  remove wad fee, kyc fee and kyc-timeout
561a68c is described below

commit 561a68c7de56113e4a7287402aee1951de5b1f0d
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Nov 1 16:45:13 2022 +0100

    remove wad fee, kyc fee and kyc-timeout
---
 experiment/scripts/exchange.sh                      | 14 +++++++-------
 experiment/scripts/postgres-cluster/exch-cluster.sh |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/experiment/scripts/exchange.sh b/experiment/scripts/exchange.sh
index 38d46e9..080aba6 100755
--- a/experiment/scripts/exchange.sh
+++ b/experiment/scripts/exchange.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 INFO_MSG="
 Setup the Exchange node
-Start taler-exchange-httpd 
+Start taler-exchange-httpd
 
 Each exchange-http daemon, will get its own port starting from 10000
 Detects it there are seperate nodes for aggregator and co., if not
@@ -27,7 +27,7 @@ stop NUM:
 add-auditor AUDITOR_PUB_KEY AUDITOR_API_URL AUDITOR_NAME:
   Register an auditor to the exchange
   Best called from the auditor node.
-  
+
 "
 
 set -eux
@@ -43,7 +43,7 @@ function setup_primary_config() {
   setup_exchange_config_without_master_key 
"http://${NODE_NAME}.${DNS_ZONE}:10000/";
 
   MASTER_KEY=$(sudo -u taler-exchange-offline taler-exchange-offline setup)
-  
+
   sed -i -e "s/<MASTER_KEY_HERE>/${MASTER_KEY}/g" \
        /etc/taler/conf.d/exchange-business.conf
 
@@ -82,17 +82,17 @@ function setup_primary_exchange() {
   wait_for_keys "${PRIMARY_EXCHANGE}:10000/management"
 
   sleep 5
-  
+
   taler-exchange-offline download > sig-req.json
   taler-exchange-offline sign < sig-req.json > sig-res.json
   taler-exchange-offline enable-account 
"payto://x-taler-bank/bank.${DNS_ZONE}/exchange?receiver-name=exchange" > 
acct-res.json
-  taler-exchange-offline wire-fee $(date +%Y) x-taler-bank KUDOS:0 KUDOS:0 
KUDOS:0 > fee-res.json
+  taler-exchange-offline wire-fee $(date +%Y) x-taler-bank KUDOS:0 KUDOS:0 > 
fee-res.json
   taler-exchange-offline upload < sig-res.json
   taler-exchange-offline upload < acct-res.json
   taler-exchange-offline upload < fee-res.json
 }
 
-# Initialize all stuff needed 
+# Initialize all stuff needed
 # logs, configs, exchanges
 # For the primary node which is responsible for key creation
 function init_primary_exchange() {
@@ -125,7 +125,7 @@ function start_exchanges() {
   done
 }
 
-# Stop N exchange daemons 
+# Stop N exchange daemons
 # $1: N -- number of exchanges to stop
 function stop_exchanges() {
   stop_numbered_services "taler-exchange-httpd" $1
diff --git a/experiment/scripts/postgres-cluster/exch-cluster.sh 
b/experiment/scripts/postgres-cluster/exch-cluster.sh
index fbd2176..87d1658 100755
--- a/experiment/scripts/postgres-cluster/exch-cluster.sh
+++ b/experiment/scripts/postgres-cluster/exch-cluster.sh
@@ -47,7 +47,7 @@ sleep 5
 taler-exchange-offline download > sig-req.json
 taler-exchange-offline sign < sig-req.json > sig-res.json
 taler-exchange-offline enable-account 
"payto://x-taler-bank/bank.${DNS_ZONE}/exchange?receiver-name=exchange" > 
acct-res.json
-taler-exchange-offline wire-fee $(date +%Y) x-taler-bank KUDOS:0 KUDOS:0 
KUDOS:0 > fee-res.json
+taler-exchange-offline wire-fee $(date +%Y) x-taler-bank KUDOS:0 KUDOS:0 > 
fee-res.json
 taler-exchange-offline upload < sig-res.json
 taler-exchange-offline upload < acct-res.json
 taler-exchange-offline upload < fee-res.json

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]