gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: add new kyc_enabled flag to /keys


From: gnunet
Subject: [taler-docs] branch master updated: add new kyc_enabled flag to /keys
Date: Sun, 22 Dec 2024 12:05:01 +0100

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

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 0c7f73af add new kyc_enabled flag to /keys
0c7f73af is described below

commit 0c7f73afabd7d7ecbb9bae55916b9f66d1fd8849
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Dec 22 12:04:53 2024 +0100

    add new kyc_enabled flag to /keys
---
 conf.py               | 7 -------
 core/api-exchange.rst | 7 ++++++-
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/conf.py b/conf.py
index f9e8c90f..0da1085e 100644
--- a/conf.py
+++ b/conf.py
@@ -405,13 +405,6 @@ man_pages = [
         "GNU Taler contributors",
         1,
     ),
-    (
-        "manpages/taler-auditor.1",
-        "taler-auditor",
-        "audit exchange",
-        "GNU Taler contributors",
-        1,
-    ),
     (
         "manpages/taler-exchange-aggregator.1",
         "taler-exchange-aggregator",
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index a734c36e..4e7f28f4 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -59,7 +59,7 @@ possibly by using HTTPS.
   as well as the list of possible KYC requirements.  This endpoint is largely
   for the SPA for AML officers. Merchants should use ``/keys`` which also
   contains the protocol version and currency.
-  This specification corresponds to ``current`` protocol being **v23**.
+  This specification corresponds to ``current`` protocol being **v24**.
 
   **Response:**
 
@@ -214,6 +214,11 @@ possibly by using HTTPS.
       // @deprecated in protocol **v18**.
       rewards_allowed: false;
 
+      // Set to true if this exchange has KYC enabled and thus
+      // requires KYC auth wire transfers prior to a first deposit.
+      // @since in protocol **v24**.
+      kyc_enabled: boolean;
+
       // EdDSA master public key of the exchange, used to sign entries
       // in ``denoms`` and ``signkeys``.
       master_public_key: EddsaPublicKey;

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