This commit is contained in:
Christian Grothoff 2019-12-07 14:18:02 +01:00
parent 711027f651
commit e153215f7e
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 15 additions and 23 deletions

View File

@ -74,27 +74,27 @@ In that time, the auditor processed the following table ranges:
\begin{tabular}{l|r|r}
Table & Start & End \\ \hline \hline
Reserves Incoming & {{ data.start_ppr_reserve_in_serial_id }}
& {{ data.ppr_reserve_in_serial_id }} \\ \hline
& {{ data.end_ppr_reserve_in_serial_id }} \\ \hline
Reserves Out (withdraw) & {{ data.start_ppr_reserve_out_serial_id }}
& {{ data.ppr_reserve_out_serial_id }} \\ \hline
& {{ data.end_ppr_reserve_out_serial_id }} \\ \hline
Reserves Payback & {{ data.start_ppr_reserve_payback_serial_id }}
& {{ data.ppr_reserve_payback_serial_id }} \\ \hline
& {{ data.end_ppr_reserve_payback_serial_id }} \\ \hline
Reserves Close & {{ data.start_ppr_reserve_close_serial_id }}
& {{ data.ppr_reserve_close_serial_id }} \\ \hline
& {{ data.end_ppr_reserve_close_serial_id }} \\ \hline
Aggregation & {{ data.start_ppa_wire_out_serial_id }}
& {{ data.ppa_wire_out_serial_id }} \\ \hline
& {{ data.end_ppa_wire_out_serial_id }} \\ \hline
Coin withdraw & {{ data.start_ppc_withdraw_serial_id }}
& {{ data.ppc_withdraw_serial_id }} \\ \hline
& {{ data.end_ppc_withdraw_serial_id }} \\ \hline
Coin deposit & {{ data.start_ppc_deposit_serial_id }}
& {{ data.ppc_deposit_serial_id }} \\ \hline
& {{ data.end_ppc_deposit_serial_id }} \\ \hline
Coin melt & {{ data.start_ppc_melt_serial_id }}
& {{ data.ppc_melt_serial_id }} \\ \hline
& {{ data.end_ppc_melt_serial_id }} \\ \hline
Coin refund & {{ data.start_ppc_refund_serial_id }}
& {{ data.ppc_refund_serial_id }} \\ \hline
& {{ data.end_ppc_refund_serial_id }} \\ \hline
Coin payback & {{ data.start_ppc_payback_serial_id }}
& {{ data.ppc_payback_serial_id }} \\ \hline
& {{ data.end_ppc_payback_serial_id }} \\ \hline
Coin payback refresh & {{ data.start_ppc_payback_refresh_serial_id }}
& {{ data.ppc_payback_refresh_serial_id }} \\
& {{ data.end_ppc_payback_refresh_serial_id }} \\
\end{tabular}
\caption{Serial number ranges of the tables processed by the audit.}
\label{table:auditor_range}

View File

@ -1884,7 +1884,7 @@ enum TALER_ErrorCode
TALER_EC_SYNC_ACCOUNT_UNKNOWN = 6002,
/**
* The Etag provided in the If-None-Match header is
* The SHA-512 hash provided in the If-None-Match header is
* malformed.
* This response is provided with HTTP status code
* MHD_HTTP_BAD_REQUEST.
@ -1892,8 +1892,8 @@ enum TALER_ErrorCode
TALER_EC_SYNC_BAD_IF_NONE_MATCH = 6003,
/**
* The Etag provided in the If-Match header is
* malformed.
* The SHA-512 hash provided in the If-Match header is
* malformed or missing.
* This response is provided with HTTP status code
* MHD_HTTP_BAD_REQUEST.
*/
@ -1901,20 +1901,12 @@ enum TALER_ErrorCode
/**
* The signature provided in the "Sync-Signature" header is
* malformed.
* malformed or missing.
* This response is provided with HTTP status code
* MHD_HTTP_BAD_REQUEST.
*/
TALER_EC_SYNC_BAD_SYNC_SIGNATURE = 6005,
/**
* The Etag provided in the "Etag" header is
* malformed.
* This response is provided with HTTP status code
* MHD_HTTP_BAD_REQUEST.
*/
TALER_EC_SYNC_BAD_ETAG = 6006,
/**
* The signature provided in the "Sync-Signature" header
* does not match the account, old or new Etags.