summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2022-10-06 14:44:21 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2022-10-06 14:44:21 +0200
commit87c7bcbbba06e09c42ca27dab2bc63a8deb02e25 (patch)
treef3a38d79c4949a4e52b4a7718f116acecd20829e
parentc17313a9e478d0aa072853dce41b291a56409e58 (diff)
downloaddocs-87c7bcbbba06e09c42ca27dab2bc63a8deb02e25.tar.gz
docs-87c7bcbbba06e09c42ca27dab2bc63a8deb02e25.tar.bz2
docs-87c7bcbbba06e09c42ca27dab2bc63a8deb02e25.zip
-rename file; rename field
-rw-r--r--core/api-exchange.rst2
-rw-r--r--design-documents/032-brandt-vickrey-auctions.rst (renamed from design-documents/032-auctions.rst)3
-rw-r--r--design-documents/index.rst2
3 files changed, 5 insertions, 2 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index dac703d2..af49ad0f 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -2265,7 +2265,7 @@ proof to the seller for the escrow of sufficient fund.
// winning price. This field is not relevant for the replay of a
// transcript, as the transcript must be provided by the seller who sees
// the winner(s) and winning price of the auction.
- public: boolean;
+ is_public: boolean;
// The public key of the seller.
pubkey: EddsaPublicKey;
diff --git a/design-documents/032-auctions.rst b/design-documents/032-brandt-vickrey-auctions.rst
index 109b18f1..f7c161d0 100644
--- a/design-documents/032-auctions.rst
+++ b/design-documents/032-brandt-vickrey-auctions.rst
@@ -9,6 +9,9 @@ funds held in escrow by a Taler exchange. It is taking major inspiration from
Markus Teich's Master's thesis on "Implementing Privacy Preserving Auction
Protocols".
+The support for these types of auctions will be in the form of an extension for
+a deposit policy.
+
Motivation
==========
diff --git a/design-documents/index.rst b/design-documents/index.rst
index 1ed8ffff..493fbfb5 100644
--- a/design-documents/index.rst
+++ b/design-documents/index.rst
@@ -40,5 +40,5 @@ and protocol.
029-mobile-ui
030-offline-payments
031-invoicing
- 032-auctions
+ 032-brandt-vickrey-auctions
999-template