gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] 02/02: merge


From: gnunet
Subject: [taler-docs] 02/02: merge
Date: Sun, 12 Jul 2020 10:51:51 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository docs.

commit 5b41c8882c6cc7a531566c4160165c497deef829
Merge: 746bdde 6036cea
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jul 12 10:51:45 2020 +0200

    merge

 Makefile                                           |    1 +
 README                                             |    4 +
 _exts/httpdomain/httpdomain.py                     |    1 +
 _exts/typescriptdomain.py                          |    1 +
 anastasis-db.png                                   |  Bin 51727 -> 58761 bytes
 anastasis.rst                                      |   59 +-
 conf.py                                            |   22 +-
 core/api-common.rst                                |   93 +-
 core/api-exchange.rst                              |  222 +-
 core/api-merchant.rst                              | 2617 ++++++++++++++------
 core/api-sync.rst                                  |   20 +-
 core/api-wire.rst                                  |   14 +-
 core/taler-uri.rst                                 |   88 +-
 design-documents/000-template.rst                  |   25 +
 design-documents/001-new-browser-integration.rst   |  214 ++
 .../002-wallet-exchange-management.rst             |  365 +++
 design-documents/003-tos-rendering.rst             |  105 +
 design-documents/004-wallet-withdrawal-flow.rst    |  144 ++
 design-documents/005-wallet-backup-sync.rst        |  331 +++
 design-documents/006-anastasis-ux.rst              |  180 ++
 design-documents/index.rst                         |   18 +
 developers-manual.rst                              |  190 +-
 fdl-1.3.rst                                        |   26 +-
 genindex.rst                                       |    2 +
 index.rst                                          |    2 +
 libeufin/api-nexus.rst                             |  567 ++++-
 libeufin/api-sandbox.rst                           |  261 +-
 libeufin/architecture.rst                          |   58 -
 libeufin/bank-transport-ebics.rst                  |   55 +
 libeufin/banking-protocols.rst                     |  125 +
 libeufin/concepts.rst                              |  160 ++
 libeufin/index.rst                                 |   10 +-
 libeufin/iso20022.rst                              |  215 +-
 libeufin/sepa.rst                                  |   24 +
 libeufin/transaction-identification.rst            |   85 +
 manpages/taler-auditor-dbinit.1.rst                |    2 +-
 manpages/taler-auditor-exchange.1.rst              |    4 +-
 manpages/taler-auditor-sign.1.rst                  |    2 +-
 manpages/taler-auditor.1.rst                       |    2 +-
 manpages/taler-bank-transfer.1.rst                 |    2 +-
 manpages/taler-config-generate.1.rst               |    2 +-
 manpages/taler-exchange-aggregator.1.rst           |    2 +-
 manpages/taler-exchange-benchmark.1.rst            |    2 +-
 manpages/taler-exchange-closer.1.rst               |    2 +-
 manpages/taler-exchange-dbinit.1.rst               |    2 +-
 manpages/taler-exchange-httpd.1.rst                |    2 +-
 manpages/taler-exchange-keycheck.1.rst             |    2 +-
 manpages/taler-exchange-keyup.1.rst                |    2 +-
 manpages/taler-exchange-transfer.1.rst             |    2 +-
 manpages/taler-exchange-wire.1.rst                 |    2 +-
 manpages/taler-exchange-wirewatch.1.rst            |    2 +-
 manpages/taler-merchant-benchmark.1.rst            |    2 +-
 manpages/taler-merchant-httpd.1.rst                |    2 +-
 manpages/taler-merchant-setup-reserve.1.rst        |   76 +
 manpages/taler-wallet-cli.1.rst                    |    2 +-
 manpages/taler.conf.5.rst                          |  366 ++-
 merchant-db.png                                    |  Bin 0 -> 459305 bytes
 taler-auditor-manual.rst                           |   60 +-
 taler-exchange-manual.rst                          |   19 +-
 taler-merchant-api-tutorial.rst                    |   88 +-
 taler-merchant-manual.rst                          | 1467 ++++++-----
 taler-nfc-guide.rst                                |   13 +-
 taler-wallet.rst                                   |  656 +++--
 63 files changed, 6879 insertions(+), 2210 deletions(-)

diff --cc taler-auditor-manual.rst
index bff9691,97ba2a5..1d84d45
--- a/taler-auditor-manual.rst
+++ b/taler-auditor-manual.rst
@@@ -482,33 -486,8 +486,33 @@@ interactions with the bank (which may n
  anymore), this is not recommended in a production setup.
  
  
 +Reading the report
 +------------------
 +
 +The auditor's report needs to be read carefully, as it includes
 +several categories of failures of different severity:
 +
 +  - Delayed operations, where an operation was expected to have
 +    happened, but did not happen yet, possibly because of a
 +    disagreement in system time or overloading of the system.
 +    These failures only require action if the delays are
 +    significant.
 +
 +  - Inconsistencies in the data that have no clear financial
 +    impact.
 +
 +  - Inconsistencies in the data that show that the exchange
 +    made an unexpected loss (such as accepting a coin for
 +    deposit with an invalid signature).
 +
 +  - Inconsistencies in the data that show that the exchange
 +    caused some other party to make a loss (such as not wiring
 +    the correct amount to a merchant).
 +
 +  - Configuration issues (such was wire fees unavailable)
 +    
  
- .. _Database-upgrades:
+ .. _AuditorDatabaseUpgrades:
  
  Database upgrades
  -----------------
@@@ -538,10 -508,12 +542,10 @@@ historic transactions.  Hence this shou
  
  
  
- .. _Revocations:
 -
 -
+ .. _AuditorRevocations:
  
  Revocations
- ~~~~~~~~~~~
+ -----------
  
  When an auditor detects that the private key of a denomination key pair has
  been compromised, one important step is to revoke the denomination key.  The

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]