This commit is contained in:
Özgür Kesim 2022-10-17 19:25:20 +02:00
parent da324a2ac0
commit 28132781ce

View File

@ -105,7 +105,7 @@ document 28} and is still work-in-progress.
\label{extension} \label{extension}
The policy-based approach to deposit of coins allows GNU Taler to offer a The policy-based approach to deposit of coins allows GNU Taler to offer a
variety of condidtional payment types, including: Merchant refunds, escrowed variety of conditional payment types, including: Merchant refunds, escrowed
payments and Brandt-Vickrey auctions. payments and Brandt-Vickrey auctions.
In Brandt-Vickrey auctions, bidders put coins into escrow with the exchange in In Brandt-Vickrey auctions, bidders put coins into escrow with the exchange in
@ -286,7 +286,7 @@ in the following areas:
\begin{description} \begin{description}
\item[libbrandt upgrade] The code base of this library is from 2017 and doesn't \item[libbrandt upgrade] The code base of this library is from 2017 and doesn't
compile with the lates version of compile with the latest version of
\href{https://git.gnunet.org/gnunet.git}{GNUnet}. It also \href{https://git.gnunet.org/gnunet.git}{GNUnet}. It also
uses \href{https://gnupg.org/software/libgcrypt/index.html}% uses \href{https://gnupg.org/software/libgcrypt/index.html}%
{\ttfamily libgcrypt} as cryptographic library, which is quite {\ttfamily libgcrypt} as cryptographic library, which is quite
@ -302,7 +302,7 @@ in the following areas:
\begin{itemize} \begin{itemize}
\item Signature verification of the transcript and its messages \item Signature verification of the transcript and its messages
is missing is missing
\item Unit- and integrationtests with the exchange are missing \item Unit- and integration-tests with the exchange are missing
\item A fully featured auction(er) system, including billboard \item A fully featured auction(er) system, including billboard
and client software, is missing. and client software, is missing.
\end{itemize} \end{itemize}
@ -383,8 +383,8 @@ in particular:
\includegraphics[width=0.24\linewidth]{pics/photo_2022-10-17_11-52-32.jpg} \includegraphics[width=0.24\linewidth]{pics/photo_2022-10-17_11-52-32.jpg}
\includegraphics[width=0.24\linewidth]{pics/photo_2022-10-17_11-52-33.jpg} \includegraphics[width=0.24\linewidth]{pics/photo_2022-10-17_11-52-33.jpg}
\includegraphics[width=0.24\linewidth]{pics/photo_2022-10-17_11-52-34.jpg} \includegraphics[width=0.24\linewidth]{pics/photo_2022-10-17_11-52-34.jpg}
\caption{Screenshots of the UI for P2P payments in the the Android \caption{Screenshots of the UI for P2P payments in the Android version
version of the GNU Taler wallet} of the GNU Taler wallet}
\label{android} \label{android}
\end{figure} \end{figure}
@ -522,8 +522,4 @@ interface BrandtVickreyAuctionMessage {
} }
\end{lstlisting} \end{lstlisting}
\newpage
%\includepdf[pagecommand=\section{Age restriction and Legal Issues}\label{legal},frame=true,pages=1,scale=.9]{Age_restriction_and_legal_issues.pdf}
%\includepdf[pages=2-,scale=.9,frame=true]{Age_restriction_and_legal_issues.pdf}
\end{document} \end{document}