gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: -add global fees


From: gnunet
Subject: [taler-deployment] branch master updated: -add global fees
Date: Wed, 07 Sep 2022 10:12:40 +0200

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 4794555  -add global fees
4794555 is described below

commit 479455508a41a75f4fd8d4137b9021d86cc17083
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Sep 7 10:12:38 2022 +0200

    -add global fees
---
 bin/taler-gv | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/bin/taler-gv b/bin/taler-gv
index 569e311..baf7ffa 100755
--- a/bin/taler-gv
+++ b/bin/taler-gv
@@ -1376,6 +1376,26 @@ def prepare(postgres_db_name):
             ],
             custom_name="set-wire-fee"
         ).run()
+    print_nn("Setting global fees for the next 5 years...")
+    for year in range(YEAR, YEAR+5):
+        Command(
+            [
+                f"{TALER_PREFIX}/bin/taler-exchange-offline",
+                "-c", CFG_OUTDIR / "taler.conf",
+                "global-fee",
+                str(year),
+                CURRENCY + ":0.00",
+                CURRENCY + ":0.00",
+                CURRENCY + ":0.00",
+                CURRENCY + ":0.00",
+                "3000s",
+                "30000s",
+                "300000s",
+                "0",
+                "upload"
+            ],
+            custom_name="set-wire-fee"
+        ).run()
     print(" OK")
     print_nn("Reset and init auditor DB..")
     Command([

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