gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated (8e4d2c0 -> a913984)


From: gnunet
Subject: [taler-docs] branch master updated (8e4d2c0 -> a913984)
Date: Sun, 28 Nov 2021 10:26:57 +0100

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

ttn pushed a change to branch master
in repository docs.

    from 8e4d2c0  avoid apostrophe in Makefile ‘error’ message
     new 73c0d52  fix warning
     new a913984  fix miscellaneous warnings

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-common.rst                    |  7 +++++++
 core/api-exchange.rst                  | 24 ++++++++++++++++++------
 design-documents/018-contract-json.rst |  2 +-
 3 files changed, 26 insertions(+), 7 deletions(-)

diff --git a/core/api-common.rst b/core/api-common.rst
index 3c65e5c..6b0f792 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -555,36 +555,43 @@ uses 512-bit hash codes (64 bytes).
    };
 
 .. sourcecode:: c
+
    struct TALER_DenominationHash {
      struct GNUNET_HashCode hash;
    };
 
 .. sourcecode:: c
+
    struct TALER_PrivateContractHash {
      struct GNUNET_HashCode hash;
    };
 
 .. sourcecode:: c
+
    struct TALER_ExtensionContractHash {
      struct GNUNET_HashCode hash;
    };
 
 .. sourcecode:: c
+
    struct TALER_MerchantWireHash {
      struct GNUNET_HashCode hash;
    };
 
 .. sourcecode:: c
+
    struct TALER_PaytoHash {
      struct GNUNET_HashCode hash;
    };
 
 .. sourcecode:: c
+
    struct TALER_BlindedCoinHash {
      struct GNUNET_HashCode hash;
    };
 
 .. sourcecode:: c
+
    struct TALER_CoinPubHash {
      struct GNUNET_HashCode hash;
    };
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 3edd531..17f29ec 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -283,7 +283,9 @@ possibly by using HTTPS.
       | RsaDenominationKey
       | CSDenominationKey;
 
-  .. ts:def:: RsaDenominationKey {
+  .. ts:def:: RsaDenominationKey
+
+    interface RsaDenominationKey {
       cipher: "RSA";
 
       // 32-bit age mask.
@@ -293,7 +295,9 @@ possibly by using HTTPS.
       rsa_public_key: RsaPublicKey;
     }
 
-  .. ts:def:: CSDenominationKey {
+  .. ts:def:: CSDenominationKey
+
+    interface CSDenominationKey {
       cipher: "CS";
 
       // 32-bit age mask.
@@ -1525,14 +1529,18 @@ exchange.
       | RsaBlindedDenominationSignature
       | CSBlindedDenominationSignature;
 
-  .. ts:def:: RsaBlindedDenominationSignature {
+  .. ts:def:: RsaBlindedDenominationSignature
+
+    interface RsaBlindedDenominationSignature {
       cipher: "RSA";
 
       // (blinded) RSA signature
       blinded_rsa_signature: BlindedRsaSignature;
     }
 
-  .. ts:def:: CSBlindedDenominationSignature {
+  .. ts:def:: CSBlindedDenominationSignature
+
+    interface CSBlindedDenominationSignature {
       type: "CS";
 
       // FIXME: tbd
@@ -1733,14 +1741,18 @@ denomination.
       | RsaDenominationSignature
       | CSDenominationSignature;
 
-  .. ts:def:: RsaDenominationSignature {
+  .. ts:def:: RsaDenominationSignature
+
+    interface RsaDenominationSignature {
       cipher: "RSA";
 
       // RSA signature
       rsa_signature: RsaSignature;
     }
 
-  .. ts:def:: CSBDenominationSignature {
+  .. ts:def:: CSBDenominationSignature
+
+    interface CSBDenominationSignature {
       type: "CS";
 
       // FIXME: tbd
diff --git a/design-documents/018-contract-json.rst 
b/design-documents/018-contract-json.rst
index d7f7825..d50f28c 100644
--- a/design-documents/018-contract-json.rst
+++ b/design-documents/018-contract-json.rst
@@ -92,7 +92,7 @@ scrubbed and canonicalized value is put into the special 
``$forgotten$``
 member of the parent object.
 
 
-.. code-block:: json
+.. code-block:: javascript
 
    {
     ...props,

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