This commit is contained in:
Özgür Kesim 2022-10-17 19:11:08 +02:00
parent 8d7a5cb182
commit da324a2ac0

View File

@ -270,7 +270,7 @@ Brandt-Vickrey auction. In particular, we implemented the following handlers:
\item[\href{https://git.kesim.org/taler/exchange/src/branch/auction\_brandt/src/extensions/policy\_brandt\_vickrey\_auction/policy\_brandt\_vickrey\_auction.c\#L694-L764}{\ttfamily auction\_policy\_post\_handler}]
This implements the {\ttfamily policy\_post\_handler} function
of teh policy extension interface. The POST-handler receives
of the policy extension interface. The POST-handler receives
the transcript and the list of policy-details of former
deposit-operations. It parses the transcript and calls the
external program (sec.~\ref{replay}) to replay the auction and
@ -297,14 +297,14 @@ in the following areas:
For future work we plan to refactor libbrandt to use libsodium
and the current version of GNUnet.
\item[Brandt-Vickrey-Auction continuation] The current code is a
\item[Brandt-Vickrey-auction continuation] The current code is a
proof-of-concept. The following known problem exist:
\begin{itemize}
\item Signature verification of the transcript and its messages
is missing
\item Unit- and Integrationtests with the exchange are missing
\item Unit- and integrationtests with the exchange are missing
\item A fully featured auction(er) system, including billboard
and client softare, is missing.
and client software, is missing.
\end{itemize}
We will address at least the first two issues and plan to
@ -429,7 +429,7 @@ WebExtension UI stuff related to peer-to-peer is in repository {
\addcontentsline{toc}{part}{Appendix}
\appendix
\section{Definition of a Transcript of Brandt-Vickrey-Auctions}
\section{Definition of a Transcript of Brandt-Vickrey-auctions}
\label{transcript}
The following definition is provided in TypeScript and taken from