gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-api] branch master updated: update API: auditor need


From: gnunet
Subject: [GNUnet-SVN] [taler-api] branch master updated: update API: auditor needs a few more fields
Date: Sat, 27 Oct 2018 19:25:50 +0200

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

grothoff pushed a commit to branch master
in repository api.

The following commit(s) were added to refs/heads/master by this push:
     new c631c1a  update API: auditor needs a few more fields
c631c1a is described below

commit c631c1a653020d3f32b394773a8fe95d18c250e3
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Oct 27 19:25:48 2018 +0200

    update API: auditor needs a few more fields
---
 api-auditor.rst | 23 +++++++++++++++++++----
 1 file changed, 19 insertions(+), 4 deletions(-)

diff --git a/api-auditor.rst b/api-auditor.rst
index 72c2ac3..fcc4df8 100644
--- a/api-auditor.rst
+++ b/api-auditor.rst
@@ -63,6 +63,12 @@ know-your-customer (KYC) registration before issuing 
contracts.
       auditor_public_key: EddsaPublicKey;
     }
 
+  .. note::
+
+    This API is still experimental (and is not yet implemented at the
+    time of this writing).
+
+
 .. _exchange-list:
 
 -----------------------
@@ -186,12 +192,21 @@ paid out first.
       // Public signing key from the exchange matching @e exchange_sig.
       exchange_pub: EddsaPublicKey;
 
-      // Exchange master signature over @e exchange_sig.
-      master_sig: EddsaSignature;
-
       // Master public key of the exchange corresponding to @e master_sig.
       // Identifies the exchange this is about.
-      master_public_key: EddsaPublicKey;
+      master_pub: EddsaPublicKey;
+
+      // When does the validity of the exchange_pub end?
+      ep_start: Timestamp;
+
+      // When will the exchange stop using the signing key?
+      ep_expire: Timestamp;
+
+      // When does the validity of the exchange_pub end?
+      ep_end: Timestamp;
+
+      // Exchange master signature over @e exchange_sig.
+      master_sig: EddsaSignature;
     }
 
   .. note::

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]