gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: update release notes


From: gnunet
Subject: [taler-anastasis] branch master updated: update release notes
Date: Mon, 26 Sep 2022 14:56:18 +0200

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

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 6426edd  update release notes
6426edd is described below

commit 6426edd206dc675f3c5c7b94be0c70d40f7add81
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Sep 26 14:56:16 2022 +0200

    update release notes
---
 ChangeLog                    |  9 ++++++++
 README                       | 50 ++++++++++++++++++++++++++++++++++++++++++++
 contrib/provider-list.json   | 22 +------------------
 contrib/redux.countries.json |  6 ------
 4 files changed, 60 insertions(+), 27 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 66b6c39..e9407a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Mon 26 Sep 2022 02:48:38 PM CEST
+       Multiple providers operational.
+       WebUI operational at https://webui.anastasis.lu/.
+       Various UI/UX improvements.
+       Releasing Anastasis v0.3.0. -CG
+
+Thu 30 Sep 2021 03:48:38 PM CEST
+       Releasing Anastasis v0.2.0. -CG
+
 Tue 24 Aug 2021 10:30:23 PM CEST
        IBAN authentication support working.
        Releasing Anastasis v0.1.0. -CG
diff --git a/README b/README
index db5dcf0..a753c3b 100644
--- a/README
+++ b/README
@@ -48,3 +48,53 @@ src/cli/ includes a reducer-based command-line interface
 contrib/ contains resource files, like what identity attributes to ask for
 doc/ contains documentation files, like TeXinfo
 po/ internationalization via GNU gettext
+
+
+Development note
+================
+
+To test against a local development service, add
+
+       {
+           "code" : "xx",
+           "name" : "Testland",
+           "continent" : "Demoworld",
+           "call_code" : "+00"
+       }
+
+to contrib/redux.countries.json, and also append something like
+
+       {
+            "url" : "http://localhost:8086/";,
+            "restricted" : "xx"
+       },
+       {
+            "url" : "http://localhost:8087/";,
+            "restricted" : "xx"
+       },
+       {
+            "url" : "http://localhost:8088/";,
+            "restricted" : "xx"
+       },
+       {
+            "url" : "http://localhost:8089/";,
+            "restricted" : "xx"
+       }
+
+to contrib/provider-list.json. Then the reducer will use these
+providers on loopback for the "testland" country.
+
+
+Experimental providers
+======================
+
+We hope to have another provider running soon. Once it is operational,
+we should add
+
+        {
+            "url" : "https://v1.anastasis.openw3b.org/";,
+            "name" : "Openw3b Foundation, India"
+        },
+
+to the contrib/provider-list.json.
+
diff --git a/contrib/provider-list.json b/contrib/provider-list.json
index ccac44d..47e67eb 100644
--- a/contrib/provider-list.json
+++ b/contrib/provider-list.json
@@ -10,29 +10,9 @@
             "url" : "https://v1.anastasis.codeblau.de/";,
             "name" : "Codeblau GmbH, Germany"
         },
-        {
-            "url" : "https://v1.anastasis.openw3b.org/";,
-            "name" : "Openw3b Foundation, India"
-        },
         {
             "url" : "https://v1.anastasis.lu/";,
             "name" : "Anastasis SARL, Luxembourg"
-        },
-       {
-            "url" : "http://localhost:8086/";,
-            "restricted" : "xx"
-       },
-       {
-            "url" : "http://localhost:8087/";,
-            "restricted" : "xx"
-       },
-       {
-            "url" : "http://localhost:8088/";,
-            "restricted" : "xx"
-       },
-       {
-            "url" : "http://localhost:8089/";,
-            "restricted" : "xx"
-       }
+        }
     ]
 }
diff --git a/contrib/redux.countries.json b/contrib/redux.countries.json
index cbccb0a..03eaeb5 100644
--- a/contrib/redux.countries.json
+++ b/contrib/redux.countries.json
@@ -85,12 +85,6 @@
            "name" : "United States of America (USA)",
            "continent" : "North America",
            "call_code" : "+1"
-       },
-       {
-           "code" : "xx",
-           "name" : "Testland",
-           "continent" : "Demoworld",
-           "call_code" : "+00"
        }
     ]
 }

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