gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: update API for protocolv9


From: gnunet
Subject: [taler-docs] branch master updated: update API for protocolv9
Date: Sat, 06 Nov 2021 20:01:59 +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 290dec8  update API for protocolv9
290dec8 is described below

commit 290dec84dc1a07356c69e7c76e9a306882215edb
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Nov 6 20:01:57 2021 +0100

    update API for protocolv9
---
 core/api-auditor.rst | 6 ++++++
 core/api-common.rst  | 1 +
 2 files changed, 7 insertions(+)

diff --git a/core/api-auditor.rst b/core/api-auditor.rst
index cd0071e..321d203 100644
--- a/core/api-auditor.rst
+++ b/core/api-auditor.rst
@@ -162,6 +162,9 @@ paid out first.
       // Hash over the contract for which this deposit is made.
       h_contract_terms: HashCode;
 
+      // Hash over the extensions.
+      h_extensions: HashCode;
+
       // Hash over the wiring information of the merchant.
       h_wire: HashCode;
 
@@ -172,6 +175,9 @@ paid out first.
       // request?  Zero if refunds are not allowed.
       refund_deadline: Timestamp;
 
+      // By what time does the exchange have to wire the funds?
+      wire_deadline: Timestamp;
+
       // Amount to be deposited, excluding fee.  Calculated from the
       // amount with fee and the fee from the deposit request.
       amount_without_fee: Amount;
diff --git a/core/api-common.rst b/core/api-common.rst
index b6bd02a..51a1fab 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -796,6 +796,7 @@ within the
     struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
     struct TALER_PrivateContractHash h_contract_terms;
     struct TALER_MerchantWireHash h_wire;
+    struct TALER_ExtensionContractHash h_extensions;
     struct GNUNET_TIME_AbsoluteNBO timestamp;
     struct GNUNET_TIME_AbsoluteNBO refund_deadline;
     struct TALER_AmountNBO amount_without_fee;

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