This commit is contained in:
Özgür Kesim 2022-10-30 18:09:05 +01:00
parent 326eaf8113
commit f986daa40b

View File

@ -358,7 +358,7 @@ In addition,
{document 24} at \url{https://docs.taler.net/design-documents} also lays out {document 24} at \url{https://docs.taler.net/design-documents} also lays out
the design. The implementation is distributed across multiple repositories: the design. The implementation is distributed across multiple repositories:
{ \small {
\begin{description} \begin{description}
\item[Exchange:] The following REST endpoint handlers and their \item[Exchange:] The following REST endpoint handlers and their
accompanying helper functions in accompanying helper functions in
@ -375,6 +375,7 @@ the design. The implementation is distributed across multiple repositories:
\href{https://git.taler.net/exchange.git/tree/src/exchangedb/common.sql}{common.sql}, \href{https://git.taler.net/exchange.git/tree/src/exchangedb/common.sql}{common.sql},
\href{https://git.taler.net/exchange.git/tree/src/exchangedb/exchange-0001.sql}{exchange-0001.sql}, \href{https://git.taler.net/exchange.git/tree/src/exchangedb/exchange-0001.sql}{exchange-0001.sql},
\href{https://git.taler.net/exchange.git/tree/src/exchangedb/plugin\_exchangedb\_postgres.c}{plugin\_exchangedb\_postgres.c}. \href{https://git.taler.net/exchange.git/tree/src/exchangedb/plugin\_exchangedb\_postgres.c}{plugin\_exchangedb\_postgres.c}.
\item[Merchant:] \item[Merchant:]
Under \url{https://git.taler.net/merchant.git/tree/src/}, Under \url{https://git.taler.net/merchant.git/tree/src/},
\begin{itemize} \begin{itemize}
@ -608,9 +609,9 @@ particular, we implemented the following parts:
\item[Transcript replay:] An external program to replay a transcript \item[Transcript replay:] An external program to replay a transcript
has been implemented as part of \texttt{libbrandt}. It has been implemented as part of \texttt{libbrandt}. It
consumes transcript of an auction in JSON-encoding, generates consumes a transcript of an auction in JSON-encoding, generates
an Brandt-Vickrey-auction and replays all provided messages. a Brandt-Vickrey-auction and replays all provided messages. On
On success, it returns the winning bidder(s) and price(s) success, it returns the winning bidder(s) and price(s)
according the transcript. according the transcript.
\item[Policy extension for auctions:] A policy extension for GNU Taler \item[Policy extension for auctions:] A policy extension for GNU Taler