gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated (2bbfb25 -> 47df0f2)


From: gnunet
Subject: [taler-docs] branch master updated (2bbfb25 -> 47df0f2)
Date: Wed, 22 Jun 2022 18:23:22 +0200

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

oec pushed a change to branch master
in repository docs.

    from 2bbfb25  typo fixed
     new 7f8661c  added section for extensions
     new 47df0f2  typos fixed

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 core/api-exchange.rst                 |  6 +++---
 manpages/taler-exchange-offline.1.rst | 19 +++++++++++++++++++
 2 files changed, 22 insertions(+), 3 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 7acef55..59f6cce 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -252,7 +252,7 @@ possibly by using HTTPS.
       cipher: "RSA";
 
       denoms: ({
-        rsa_pub: string;
+        rsa_pub: RsaPublicKey;
       } & DenomCommon)[];
     }
 
@@ -273,7 +273,7 @@ possibly by using HTTPS.
       age_mask: string;
 
       denoms: ({
-        rsa_pub: string;
+        rsa_pub: RsaPublicKey;
       } & DenomCommon)[];
     }
 
@@ -307,7 +307,7 @@ possibly by using HTTPS.
       // Fee charged by the exchange for refunding a coin of this denomination.
       fee_refund: Amount;
 
-      // Hash of all denominations in this group.
+      // Hash of all denominations' public keys in this group.
       hash: HashCode;
     }
 
diff --git a/manpages/taler-exchange-offline.1.rst 
b/manpages/taler-exchange-offline.1.rst
index 265324e..10ab398 100644
--- a/manpages/taler-exchange-offline.1.rst
+++ b/manpages/taler-exchange-offline.1.rst
@@ -142,6 +142,25 @@ It outputs the signatures over *all* denomination and 
signing keys
 present in the input, in a format suitable for the ``upload`` subcommand.
 
 
+extensions
+----------
+
+This subcommand is responsible for the management of available extensions in
+the exchange.
+
+It consumes the output of the ``download`` subcommand, either from ``stdin`` or
+directly.
+
+It provides the sub-subcommand ``extensions show`` to show the configuration
+for extensions and the ``extensions sign`` command to sign the current
+configuration of extensions, in a format suitable for the ``upload``
+subcommand.
+
+Note that an extension on the exchange will only become activated at runtime
+*after* the extension's configurations has been signed by the offline tool with
+the signing key and the signed configuration been uploaded to the exchange.
+
+
 revoke-denomination
 -------------------
 

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