gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: added policy_hash_codes to auction t


From: gnunet
Subject: [taler-docs] branch master updated: added policy_hash_codes to auction transcript
Date: Sun, 16 Oct 2022 15:58:16 +0200

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

oec pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 447708b  added policy_hash_codes to auction transcript
447708b is described below

commit 447708b1262fbbbdcd9257751bbf86372a5ae7d9
Author: Özgür Kesim <oec-taler@kesim.org>
AuthorDate: Sun Oct 16 15:58:11 2022 +0200

    added policy_hash_codes to auction transcript
---
 design-documents/032-brandt-vickrey-auctions.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/design-documents/032-brandt-vickrey-auctions.rst 
b/design-documents/032-brandt-vickrey-auctions.rst
index f7c161d..52a46cc 100644
--- a/design-documents/032-brandt-vickrey-auctions.rst
+++ b/design-documents/032-brandt-vickrey-auctions.rst
@@ -198,6 +198,12 @@ type `BrandtVickreyAuctionTranscript`.
       // One signature per bidder.
       signatures: EddsaSignature[];
 
+      // List of policy hash codes that identify policy details associated with
+      // each bidder.  Those codes were generated by the policy extension
+      // policy_brandt_vickrey_auction during the deposit of coins for this
+      // auction.
+      policy_hash_codes: HashCode[];
+
       // The transcript of all messages received by the seller.
       transcript: BrandtVickreyAuctionMessage[];
 

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