gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-docs] branch master updated: Modified db schema


From: gnunet
Subject: [GNUnet-SVN] [taler-docs] branch master updated: Modified db schema
Date: Thu, 17 Oct 2019 16:10:28 +0200

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

dennis-neufeld pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 949ade0  Modified db schema
949ade0 is described below

commit 949ade04cabd4b76c37061dec05945a3c0ee95ee
Author: Dennis Neufeld <address@hidden>
AuthorDate: Thu Oct 17 16:09:13 2019 +0200

    Modified db schema
---
 anastasis-db.png | Bin 34685 -> 33117 bytes
 anastasis.rst    |   6 ++++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/anastasis-db.png b/anastasis-db.png
index 5afa96b..71a298e 100644
Binary files a/anastasis-db.png and b/anastasis-db.png differ
diff --git a/anastasis.rst b/anastasis.rst
index a3728ba..c645f86 100644
--- a/anastasis.rst
+++ b/anastasis.rst
@@ -454,6 +454,9 @@ Operations by the client are identified and authorized by 
$ACCOUNT_PUB, which
 should be kept secret from third parties. $ACCOUNT_PUB should be an account
 public key using the Crockford base32-encoding.
 
+In the following, UUID is always defined and used according to `RFC 4122`_.
+
+.. _`RFC 4122`: https://tools.ietf.org/html/rfc4122
 
 .. http:get:: /policy/$ACCOUNT_PUB[?version=$NUMBER]
 
@@ -636,12 +639,11 @@ public key using the Crockford base32-encoding.
       // escrow methods identified by UUID.
       encrypted_master_key: [32]; //bytearray
 
-      // List of escrow methods identified by their uuid
+      // List of escrow methods identified by their uuid.
       uuid: string[];
 
     }
 
-
 .. _manage-truth:
 
 

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



reply via email to

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