gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis-gtk] branch master updated: create setup without fees


From: gnunet
Subject: [taler-anastasis-gtk] branch master updated: create setup without fees
Date: Sun, 28 Mar 2021 21:30:18 +0200

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

grothoff pushed a commit to branch master
in repository anastasis-gtk.

The following commit(s) were added to refs/heads/master by this push:
     new 29f1731  create setup without fees
29f1731 is described below

commit 29f1731a121126e99853afad4e4b5047d0da0bb3
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Mar 28 21:30:16 2021 +0200

    create setup without fees
---
 src/testing/Makefile.am                        | 1 +
 src/testing/test_anastasis_reducer_4_free.conf | 8 ++++++++
 src/testing/test_prepare.sh                    | 5 ++++-
 src/testing/test_reducer.conf                  | 9 ---------
 4 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index 8644693..1d91895 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -4,5 +4,6 @@ EXTRA_DIST = \
   test_anastasis_reducer_2.conf \
   test_anastasis_reducer_3.conf \
   test_anastasis_reducer_4.conf \
+  test_anastasis_reducer_4_free.conf \
   test_prepare.sh \
   test_reducer.conf
diff --git a/src/testing/test_anastasis_reducer_4_free.conf 
b/src/testing/test_anastasis_reducer_4_free.conf
new file mode 100644
index 0000000..5e987a6
--- /dev/null
+++ b/src/testing/test_anastasis_reducer_4_free.conf
@@ -0,0 +1,8 @@
+@INLINE@ test_anastasis_reducer_4.conf
+
+[anastasis]
+ANNUAL_FEE = TESTKUDOS:0.0
+TRUTH_UPLOAD_FEE = TESTKUDOS:0.0
+
+[authorization-email]
+COST = TESTKUDOS:0.0
diff --git a/src/testing/test_prepare.sh b/src/testing/test_prepare.sh
index e51e3d9..ca6680b 100755
--- a/src/testing/test_prepare.sh
+++ b/src/testing/test_prepare.sh
@@ -33,7 +33,10 @@ CONF_1="test_anastasis_reducer_1.conf"
 CONF_2="test_anastasis_reducer_2.conf"
 CONF_3="test_anastasis_reducer_3.conf"
 CONF_4="test_anastasis_reducer_4.conf"
-
+if test $1 = 'free'
+then
+    CONF_4="test_anastasis_reducer_4_free.conf"
+fi
 
 # Exchange configuration file will be edited, so we create one
 # from the template.
diff --git a/src/testing/test_reducer.conf b/src/testing/test_reducer.conf
index eba6f7a..1729754 100644
--- a/src/testing/test_reducer.conf
+++ b/src/testing/test_reducer.conf
@@ -99,15 +99,6 @@ PASSWORD = x
 EXCHANGE_BASE_URL = http://localhost:8081/
 CURRENCY = TESTKUDOS
 
-[payments-generator]
-currency = TESTKUDOS
-instance = default
-bank = http://localhost:8082/
-merchant = http://localhost:9966/
-exchange_admin = http://localhost:18080/
-exchange-admin = http://localhost:18080/
-exchange = http://localhost:8081/
-
 [coin_kudos_ct_1]
 value = TESTKUDOS:0.01
 duration_withdraw = 7 days

-- 
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]