diff --git a/m3/ngi-ap3-m3-report.tex b/m3/ngi-ap3-m3-report.tex index 9e6d031..8c6eb34 100644 --- a/m3/ngi-ap3-m3-report.tex +++ b/m3/ngi-ap3-m3-report.tex @@ -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