summaryrefslogtreecommitdiff
path: root/texinfo/taler-developer-manual.texi
diff options
context:
space:
mode:
Diffstat (limited to 'texinfo/taler-developer-manual.texi')
-rw-r--r--texinfo/taler-developer-manual.texi701
1 files changed, 340 insertions, 361 deletions
diff --git a/texinfo/taler-developer-manual.texi b/texinfo/taler-developer-manual.texi
index 6ee92df6..75d19865 100644
--- a/texinfo/taler-developer-manual.texi
+++ b/texinfo/taler-developer-manual.texi
@@ -19,7 +19,7 @@
@copying
@quotation
-GNU Taler 0.9.0, Jan 06, 2024
+GNU Taler 0.9.0, Feb 10, 2024
GNU Taler team
@@ -111,15 +111,15 @@ overview:
exchange: core payment processing logic with a REST API, plus various
helper processes for interaction with banks and cryptographic
computations. Also includes the logic for the auditor and an
-in-memory "bank" API implementation for testing.
+in-memory “bank” API implementation for testing.
@item
-libeufin: implementation of the "bank" API using the EBICS protocol
+libeufin: implementation of the “bank” API using the EBICS protocol
used by banks in the EU. Allows an exchange to interact with
European banks.
@item
-deploymerization: implementation of the "bank" API on top of
+deploymerization: implementation of the “bank” API on top of
blockchains, specifically Bitcoin and Ethereum. Allows an exchange
to interact with crypto-currencies.
@@ -178,8 +178,7 @@ sending invoices or payments to other wallets.
@item
taler-merchant-demos: various demonstration services operated at
-'demo.taler.net', including a simple shop, donation page and a
-survey with reward functionality.
+‘demo.taler.net’, including a simple shop and a donation page.
@end itemize
@end quotation
@@ -352,7 +351,7 @@ A complete list of all the existing repositories is currently found at
Before you can obtain Git write access, you must sign the copyright
agreement. As we collaborate closely with GNUnet, we use their
-copyright agreement -- with the understanding that your contributions
+copyright agreement – with the understanding that your contributions
to GNU Taler are included in the assignment. You can find the
agreement on the GNUnet site@footnote{https://gnunet.org/en/copyright.html}.
Please sign and mail it to Christian Grothoff as he currently collects
@@ -625,7 +624,7 @@ $ curl -fsSL https://get.docker.com/rootless | sh
Upgrading the @code{demo} environment should be done with care, and ideally be
coordinated on the mailing list before. It is our goal for @code{demo} to always
-run a "working version" that is compatible with various published wallets.
+run a “working version” that is compatible with various published wallets.
Please use the demo upgrade checklist to make
sure everything is working.
Nginx is already configured to reach the services as exported by
@@ -692,7 +691,6 @@ SS = serial
* Blog demo::
* Donation demo::
* Merchant SPA::
-* Survey/Rewards::
* P2P payments::
* Shutdown::
@@ -728,7 +726,7 @@ taler-wallet-cli api 'runIntegrationTestV2' '@{"exchangeBaseUrl":"https://exchan
@subsection Wallets
-We consider the following published wallets to be "production wallets":
+We consider the following published wallets to be “production wallets”:
@itemize *
@@ -936,7 +934,7 @@ that the payment is requested again, instead of showing the previous
fulfillment page.
@end itemize
-@node Merchant SPA,Survey/Rewards,Donation demo,GNU Taler Demo Upgrade Checklist
+@node Merchant SPA,P2P payments,Donation demo,GNU Taler Demo Upgrade Checklist
@anchor{taler-developer-manual merchant-spa}@anchor{1f}
@subsection Merchant SPA
@@ -978,7 +976,7 @@ fulfillment page.
add product with 1 in stock and preview image
@item
- add "advanced" order with inventory product and a 2 minute wire delay
+ add “advanced” order with inventory product and a 2 minute wire delay
@item
claim order, check available stock goes down in inventory
@@ -1017,9 +1015,6 @@ fulfillment page.
check displayed TOTP code matches TOTP app
@item
- create reserve for rewards
-
-@item
do manual wire transfer in bank to establish reserve funding
@item
@@ -1047,24 +1042,8 @@ fulfillment page.
check that orders are marked as completed
@end itemize
-@node Survey/Rewards,P2P payments,Merchant SPA,GNU Taler Demo Upgrade Checklist
-@anchor{taler-developer-manual survey-rewards}@anchor{20}
-@subsection Survey/Rewards
-
-
-
-@itemize -
-
-@item
- Visit @indicateurl{https://survey.demo.taler.net/} and receive a reward.
-
-@item
- Verify that the survey stats page (@indicateurl{https://survey.demo.taler.net/survey-stats}) is working,
-and that the survey reserve has sufficient funds.
-@end itemize
-
-@node P2P payments,Shutdown,Survey/Rewards,GNU Taler Demo Upgrade Checklist
-@anchor{taler-developer-manual p2p-payments}@anchor{21}
+@node P2P payments,Shutdown,Merchant SPA,GNU Taler Demo Upgrade Checklist
+@anchor{taler-developer-manual p2p-payments}@anchor{20}
@subsection P2P payments
@@ -1094,7 +1073,7 @@ and that the survey reserve has sufficient funds.
@end itemize
@node Shutdown,,P2P payments,GNU Taler Demo Upgrade Checklist
-@anchor{taler-developer-manual shutdown}@anchor{22}
+@anchor{taler-developer-manual shutdown}@anchor{21}
@subsection Shutdown
@@ -1130,7 +1109,7 @@ and that the survey reserve has sufficient funds.
@end itemize
@node Environments and Builders on taler net,Releases,Demo Upgrade Procedure,Top
-@anchor{taler-developer-manual environments-and-builders-on-taler-net}@anchor{23}
+@anchor{taler-developer-manual environments-and-builders-on-taler-net}@anchor{22}
@chapter Environments and Builders on taler.net
@@ -1147,7 +1126,7 @@ and that the survey reserve has sufficient funds.
@end menu
@node Buildbot implementation,Test builder,,Environments and Builders on taler net
-@anchor{taler-developer-manual buildbot-implementation}@anchor{24}
+@anchor{taler-developer-manual buildbot-implementation}@anchor{23}
@section Buildbot implementation
@@ -1165,7 +1144,7 @@ The WORKER is the config that that lives on a shell account on a localhost (tale
The WORKER running buildbot-worker receives these commands by authenticating and communicating with the buildbot server using parameters that were specified when the worker was created in that shell account with the @code{buildbot-worker} command.
@item
-The buildbot server's master.cfg file contains FACTORY declarations which specify the commands that the WORKER will run on localhost.
+The buildbot server’s master.cfg file contains FACTORY declarations which specify the commands that the WORKER will run on localhost.
@item
The FACTORY is tied to the WORKER in master.cfg by a BUILDER.
@@ -1183,7 +1162,7 @@ Best Practices:
@itemize -
@item
-When creating a new WORKER in the @code{master.cfg} file, leave a comment specifying the server and user account that this WORKER is called from. (At this time, taler.net is the only server used by this implementation, but it's still good practice.)
+When creating a new WORKER in the @code{master.cfg} file, leave a comment specifying the server and user account that this WORKER is called from. (At this time, taler.net is the only server used by this implementation, but it’s still good practice.)
@item
Create a worker from a shell account with this command: @code{buildbot-worker create-worker <workername> localhost <username> <password>}
@@ -1192,7 +1171,7 @@ Create a worker from a shell account with this command: @code{buildbot-worker cr
Then make sure there is a WORKER defined in master.cfg like: @code{worker.Worker("<username>", "<password>")}
@node Test builder,Wallet builder,Buildbot implementation,Environments and Builders on taler net
-@anchor{taler-developer-manual test-builder}@anchor{25}
+@anchor{taler-developer-manual test-builder}@anchor{24}
@section Test builder
@@ -1214,7 +1193,7 @@ the mentioned unit file can be found at @code{deployment.git/systemd-services/}
@end cartouche
@node Wallet builder,Documentation Builder,Test builder,Environments and Builders on taler net
-@anchor{taler-developer-manual wallet-builder}@anchor{26}
+@anchor{taler-developer-manual wallet-builder}@anchor{25}
@section Wallet builder
@@ -1236,7 +1215,7 @@ the mentioned unit file can be found at @code{deployment.git/systemd-services/}
@end cartouche
@node Documentation Builder,Website Builder,Wallet builder,Environments and Builders on taler net
-@anchor{taler-developer-manual documentation-builder}@anchor{27}
+@anchor{taler-developer-manual documentation-builder}@anchor{26}
@section Documentation Builder
@@ -1258,7 +1237,7 @@ $ buildbot-worker start worker/
@end example
@node Website Builder,Code coverage,Documentation Builder,Environments and Builders on taler net
-@anchor{taler-developer-manual website-builder}@anchor{28}
+@anchor{taler-developer-manual website-builder}@anchor{27}
@section Website Builder
@@ -1280,7 +1259,7 @@ $ buildbot-worker start worker/
@end example
@node Code coverage,Producing auditor reports,Website Builder,Environments and Builders on taler net
-@anchor{taler-developer-manual code-coverage}@anchor{29}
+@anchor{taler-developer-manual code-coverage}@anchor{28}
@section Code coverage
@@ -1303,11 +1282,11 @@ $ buildbot-worker start worker/
The results are then published at @code{https://lcov.taler.net/}.
@node Producing auditor reports,Database schema versioning,Code coverage,Environments and Builders on taler net
-@anchor{taler-developer-manual producing-auditor-reports}@anchor{2a}
+@anchor{taler-developer-manual producing-auditor-reports}@anchor{29}
@section Producing auditor reports
-Both 'test' and 'demo' setups get their auditor reports compiled
+Both ‘test’ and ‘demo’ setups get their auditor reports compiled
by a Buildbot worker. The following steps get the reports compiler
prepared.
@@ -1324,7 +1303,7 @@ $ buildbot-worker start worker/
@end example
@node Database schema versioning,,Producing auditor reports,Environments and Builders on taler net
-@anchor{taler-developer-manual database-schema-versioning}@anchor{2b}@anchor{taler-developer-manual databaseversioning}@anchor{5}
+@anchor{taler-developer-manual database-schema-versioning}@anchor{2a}@anchor{taler-developer-manual databaseversioning}@anchor{5}
@section Database schema versioning
@@ -1340,7 +1319,7 @@ Developers and operators MUST NOT make changes to database schema
outside of this versioning. All tables of a GNU Taler component should live in their own schema.
@node Releases,Continuous integration,Environments and Builders on taler net,Top
-@anchor{taler-developer-manual releases}@anchor{2c}
+@anchor{taler-developer-manual releases}@anchor{2b}
@chapter Releases
@@ -1357,7 +1336,7 @@ outside of this versioning. All tables of a GNU Taler component should live in
@end menu
@node GNU Taler Release Checklist,Release Process,,Releases
-@anchor{taler-developer-manual gnu-taler-release-checklist}@anchor{2d}
+@anchor{taler-developer-manual gnu-taler-release-checklist}@anchor{2c}
@section GNU Taler Release Checklist
@@ -1367,10 +1346,10 @@ For exchange:
@itemize -
@item
- no compiler warnings at "-Wall" with gcc
+ no compiler warnings at “-Wall” with gcc
@item
- no compiler warnings at "-Wall" with clang
+ no compiler warnings at “-Wall” with clang
@item
ensure Coverity static analysis passes
@@ -1379,7 +1358,7 @@ For exchange:
make check.
@item
- make dist, make check on result of 'make dist'.
+ make dist, make check on result of ‘make dist’.
@item
Change version number in configure.ac.
@@ -1394,7 +1373,7 @@ For exchange:
verify dist builds from source
@item
- upgrade 'demo.taler.net'
+ upgrade ‘demo.taler.net’
@item
run demo upgrade checklist
@@ -1403,13 +1382,13 @@ For exchange:
tag repo.
@item
- use 'deployment.git/packaging/*-docker/' to build Debian and Ubuntu packages
+ use ‘deployment.git/packaging/*-docker/’ to build Debian and Ubuntu packages
@item
- upload packages to 'deb.taler.net' (note: only Florian/Christian can sign)
+ upload packages to ‘deb.taler.net’ (note: only Florian/Christian can sign)
@item
- change 'demo.taler.net' deployment to use new tag.
+ change ‘demo.taler.net’ deployment to use new tag.
@item
Upload triplet to ftp-upload.gnu.org/incoming/ftp or /incoming/alpha
@@ -1421,10 +1400,10 @@ For merchant (C backend):
@itemize -
@item
- no compiler warnings at "-Wall" with gcc
+ no compiler warnings at “-Wall” with gcc
@item
- no compiler warnings at "-Wall" with clang
+ no compiler warnings at “-Wall” with clang
@item
ensure Coverity static analysis passes
@@ -1433,7 +1412,7 @@ For merchant (C backend):
make check.
@item
- make dist, make check on result of 'make dist'.
+ make dist, make check on result of ‘make dist’.
@item
update SPA (prebuilt branch)
@@ -1448,7 +1427,7 @@ For merchant (C backend):
verify dist builds from source
@item
- upgrade 'demo.taler.net'
+ upgrade ‘demo.taler.net’
@item
run demo upgrade checklist
@@ -1457,13 +1436,13 @@ For merchant (C backend):
tag repo.
@item
- use 'deployment.git/packaging/*-docker/' to build Debian and Ubuntu packages
+ use ‘deployment.git/packaging/*-docker/’ to build Debian and Ubuntu packages
@item
- upload packages to 'deb.taler.net' (note: only Florian/Christian can sign)
+ upload packages to ‘deb.taler.net’ (note: only Florian/Christian can sign)
@item
- change 'demo.taler.net' deployment to use new tag.
+ change ‘demo.taler.net’ deployment to use new tag.
@item
Upload triplet to ftp-upload.gnu.org/incoming/ftp or /incoming/alpha
@@ -1475,10 +1454,10 @@ For sync:
@itemize -
@item
- no compiler warnings at "-Wall" with gcc
+ no compiler warnings at “-Wall” with gcc
@item
- no compiler warnings at "-Wall" with clang
+ no compiler warnings at “-Wall” with clang
@item
ensure Coverity static analysis passes
@@ -1487,7 +1466,7 @@ For sync:
make check.
@item
- make dist, make check on result of 'make dist'.
+ make dist, make check on result of ‘make dist’.
@item
Change version number in configure.ac.
@@ -1499,7 +1478,7 @@ For sync:
verify dist builds from source
@item
- upgrade 'demo.taler.net'
+ upgrade ‘demo.taler.net’
@item
run demo upgrade checklist
@@ -1508,13 +1487,13 @@ For sync:
tag repo.
@item
- use 'deployment.git/packaging/*-docker/' to build Debian and Ubuntu packages
+ use ‘deployment.git/packaging/*-docker/’ to build Debian and Ubuntu packages
@item
- upload packages to 'deb.taler.net' (note: only Florian/Christian can sign)
+ upload packages to ‘deb.taler.net’ (note: only Florian/Christian can sign)
@item
- change 'demo.taler.net' deployment to use new tag.
+ change ‘demo.taler.net’ deployment to use new tag.
@item
Upload triplet to ftp-upload.gnu.org/incoming/ftp or /incoming/alpha
@@ -1526,7 +1505,7 @@ For taler-mdb:
@itemize -
@item
- no compiler warnings at "-Wall" with gcc
+ no compiler warnings at “-Wall” with gcc
@item
ensure Coverity static analysis passes
@@ -1541,10 +1520,10 @@ For taler-mdb:
tag repo.
@item
- use 'deployment.git/packaging/*-docker/' to build Debian and Ubuntu packages
+ use ‘deployment.git/packaging/*-docker/’ to build Debian and Ubuntu packages
@item
- upload packages to 'deb.taler.net' (note: only Florian/Christian can sign)
+ upload packages to ‘deb.taler.net’ (note: only Florian/Christian can sign)
@item
Upload triplet to ftp-upload.gnu.org/incoming/ftp or /incoming/alpha
@@ -1556,10 +1535,10 @@ For taler-twister:
@itemize -
@item
- no compiler warnings at "-Wall" with gcc
+ no compiler warnings at “-Wall” with gcc
@item
- no compiler warnings at "-Wall" with clang
+ no compiler warnings at “-Wall” with clang
@item
ensure Coverity static analysis passes
@@ -1568,7 +1547,7 @@ For taler-twister:
make check.
@item
- make dist, make check on result of 'make dist'.
+ make dist, make check on result of ‘make dist’.
@item
Change version number in configure.ac.
@@ -1580,7 +1559,7 @@ For taler-twister:
verify dist builds from source
@item
- upgrade 'demo.taler.net'
+ upgrade ‘demo.taler.net’
@item
run demo upgrade checklist
@@ -1604,7 +1583,7 @@ For libeufin:
build libeufin
@item
- upgrade 'demo.taler.net'
+ upgrade ‘demo.taler.net’
@item
run demo upgrade checklist
@@ -1619,13 +1598,13 @@ For libeufin:
tag repo.
@item
- use 'deployment.git/packaging/*-docker/' to build Debian and Ubuntu packages
+ use ‘deployment.git/packaging/*-docker/’ to build Debian and Ubuntu packages
@item
- upload packages to 'deb.taler.net' (note: only Florian/Christian can sign)
+ upload packages to ‘deb.taler.net’ (note: only Florian/Christian can sign)
@item
- change 'demo.taler.net' deployment to use new tag.
+ change ‘demo.taler.net’ deployment to use new tag.
@item
Upload triplet to ftp-upload.gnu.org/incoming/ftp or /incoming/alpha
@@ -1637,13 +1616,13 @@ For Python merchant frontend:
@itemize -
@item
- upgrade 'demo.taler.net'
+ upgrade ‘demo.taler.net’
@item
run demo upgrade checklist
@item
- change 'demo.taler.net' deployment to use new tag.
+ change ‘demo.taler.net’ deployment to use new tag.
@end itemize
Wallet-core:
@@ -1667,13 +1646,13 @@ Wallet-core:
tag repo.
@item
- use 'deployment.git/packaging/*-docker/' to build Debian and Ubuntu packages
+ use ‘deployment.git/packaging/*-docker/’ to build Debian and Ubuntu packages
@item
- upload packages to 'deb.taler.net' (note: only Florian/Christian can sign)
+ upload packages to ‘deb.taler.net’ (note: only Florian/Christian can sign)
@item
- change 'demo.taler.net' deployment to use new tag.
+ change ‘demo.taler.net’ deployment to use new tag.
@item
Upload triplet to ftp-upload.gnu.org/incoming/ftp or /incoming/alpha
@@ -1734,7 +1713,7 @@ Release announcement:
@end itemize
@node Release Process,Tagging,GNU Taler Release Checklist,Releases
-@anchor{taler-developer-manual release-process}@anchor{2e}
+@anchor{taler-developer-manual release-process}@anchor{2d}
@section Release Process
@@ -1769,7 +1748,7 @@ wallet-core (wallet-core.git)
@end itemize
@node Tagging,Database for tests,Release Process,Releases
-@anchor{taler-developer-manual tagging}@anchor{2f}
+@anchor{taler-developer-manual tagging}@anchor{2e}
@section Tagging
@@ -1781,7 +1760,7 @@ $ git push origin v0.1.0
@end example
@node Database for tests,Exchange merchant,Tagging,Releases
-@anchor{taler-developer-manual database-for-tests}@anchor{30}
+@anchor{taler-developer-manual database-for-tests}@anchor{2f}
@section Database for tests
@@ -1798,7 +1777,7 @@ secured from unauthorized access.
@end cartouche
@node Exchange merchant,Wallet WebExtension,Database for tests,Releases
-@anchor{taler-developer-manual exchange-merchant}@anchor{31}
+@anchor{taler-developer-manual exchange-merchant}@anchor{30}
@section Exchange, merchant
@@ -1845,7 +1824,7 @@ For bootstrap, you will need to install
GNU Recutils@footnote{https://www.gnu.org/software/recutils/}.
For the exchange test cases to pass, @code{make install} must be run first.
-Without it, test cases will fail because plugins can't be located.
+Without it, test cases will fail because plugins can’t be located.
@example
$ ./bootstrap
@@ -1857,7 +1836,7 @@ $ make install check
@end example
@node Wallet WebExtension,Upload to GNU mirrors,Exchange merchant,Releases
-@anchor{taler-developer-manual wallet-webextension}@anchor{32}
+@anchor{taler-developer-manual wallet-webextension}@anchor{31}
@section Wallet WebExtension
@@ -1871,7 +1850,7 @@ $ make dist
@end example
@node Upload to GNU mirrors,Creating Debian packages,Wallet WebExtension,Releases
-@anchor{taler-developer-manual upload-to-gnu-mirrors}@anchor{33}
+@anchor{taler-developer-manual upload-to-gnu-mirrors}@anchor{32}
@section Upload to GNU mirrors
@@ -1889,7 +1868,7 @@ symlink: taler-exchange-0.1.0.tar.gz taler-exchange-latest.tar.gz
Upload the files in `binary mode' to the ftp servers.
@node Creating Debian packages,,Upload to GNU mirrors,Releases
-@anchor{taler-developer-manual creating-debian-packages}@anchor{34}
+@anchor{taler-developer-manual creating-debian-packages}@anchor{33}
@section Creating Debian packages
@@ -1928,7 +1907,7 @@ Finally, make sure to clean up @code{~/incoming/} (by deleting the
now imported @code{*.deb} files).
@node Continuous integration,Internationalization,Releases,Top
-@anchor{taler-developer-manual continuous-integration}@anchor{35}
+@anchor{taler-developer-manual continuous-integration}@anchor{34}
@chapter Continuous integration
@@ -1936,21 +1915,21 @@ CI is done with Buildbot (@indicateurl{https://buildbot.net/}), and builds are
triggered by the means of Git hooks. The results are published at
@indicateurl{https://buildbot.taler.net/} .
-In order to avoid downtimes, CI uses a "blue/green" deployment
+In order to avoid downtimes, CI uses a “blue/green” deployment
technique. In detail, there are two users building code on the system,
-the "green" and the "blue" user; and at any given time, one is running
+the “green” and the “blue” user; and at any given time, one is running
Taler services and the other one is either building the code or waiting
for that.
There is also the possibility to trigger builds manually, but this is
-only reserved to "admin" users.
+only reserved to “admin” users.
@node Internationalization,iOS Apps,Continuous integration,Top
-@anchor{taler-developer-manual internationalization}@anchor{36}
+@anchor{taler-developer-manual internationalization}@anchor{35}
@chapter Internationalization
-Internationalization (a.k.a "Translation") is handled with Weblate (@indicateurl{https://weblate.org}) via our instance at @indicateurl{https://weblate.taler.net/} .
+Internationalization (a.k.a “Translation”) is handled with Weblate (@indicateurl{https://weblate.org}) via our instance at @indicateurl{https://weblate.taler.net/} .
At this time, this system is still very new for Taler.net and this documentation may be incorrect and is certainly incomplete.
@@ -1967,14 +1946,14 @@ At this time, this system is still very new for Taler.net and this documentation
@end menu
@node Who can Register,About Privilege Levels,,Internationalization
-@anchor{taler-developer-manual who-can-register}@anchor{37}
+@anchor{taler-developer-manual who-can-register}@anchor{36}
@section Who can Register
At this time, anyone can register an account at @indicateurl{https://weblate.taler.net/} to create translations. Registered users default to the `Users' and `Viewers' privilege level.
@node About Privilege Levels,Upgrading Privileges,Who can Register,Internationalization
-@anchor{taler-developer-manual about-privilege-levels}@anchor{38}
+@anchor{taler-developer-manual about-privilege-levels}@anchor{37}
@section About Privilege Levels
@@ -1997,21 +1976,21 @@ This is the breakdown of privilege levels in Weblate:
@end itemize
@node Upgrading Privileges,How to Create a Project,About Privilege Levels,Internationalization
-@anchor{taler-developer-manual upgrading-privileges}@anchor{39}
+@anchor{taler-developer-manual upgrading-privileges}@anchor{38}
@section Upgrading Privileges
To upgrade from `Users'/`Viewers', a superuser must manually augment your privileges. At this time, superusers are Christian, Florian, and Buck.
@node How to Create a Project,How to Create a Component,Upgrading Privileges,Internationalization
-@anchor{taler-developer-manual how-to-create-a-project}@anchor{3a}
+@anchor{taler-developer-manual how-to-create-a-project}@anchor{39}
@section How to Create a Project
The `GNU Taler' project is probably the correct project for most Components and Translations falling under this guide. Please contact a superuser if you need another Project created.
@node How to Create a Component,How to Create a Translation,How to Create a Project,Internationalization
-@anchor{taler-developer-manual how-to-create-a-component}@anchor{3b}
+@anchor{taler-developer-manual how-to-create-a-component}@anchor{3a}
@section How to Create a Component
@@ -2038,7 +2017,7 @@ Under `https://weblate.taler.net/create/component/vcs/':
`Repository push URL' - This is generally @code{git+ssh://git@@git.taler.net/<reponame>`} Check with @code{git remote -v}.
@item
-`Repository browser' - This is the www URL of the Git repo's file browser. Example @code{https://git.taler.net/<repositoryname>.git/tree/@{@{filename@}@}?h=@{@{branch@}@}#n@{@{line@}@}} where @code{<repositoryname>} gets replaced but @code{@{@{filename@}@}} and other items in braces are actual variables in the string.
+`Repository browser' - This is the www URL of the Git repo’s file browser. Example @code{https://git.taler.net/<repositoryname>.git/tree/@{@{filename@}@}?h=@{@{branch@}@}#n@{@{line@}@}} where @code{<repositoryname>} gets replaced but @code{@{@{filename@}@}} and other items in braces are actual variables in the string.
@item
`Merge style' - `Rebase', in line with GNU Taler development procedures
@@ -2051,7 +2030,7 @@ Under `https://weblate.taler.net/create/component/vcs/':
@end itemize
@node How to Create a Translation,Translation Standards and Practices,How to Create a Component,Internationalization
-@anchor{taler-developer-manual how-to-create-a-translation}@anchor{3c}
+@anchor{taler-developer-manual how-to-create-a-translation}@anchor{3b}
@section How to Create a Translation
@@ -2063,34 +2042,34 @@ Under `https://weblate.taler.net/create/component/vcs/':
4 - Choose the `Component' you wish to contribute to.
-5 - Find the language you want to translate into. Click "Translate" on that line.
+5 - Find the language you want to translate into. Click “Translate” on that line.
6 - Find a phrase and translate it.
You may also wish to refer to @indicateurl{https://docs.weblate.org/} .
@node Translation Standards and Practices,GPG Signing of Translations,How to Create a Translation,Internationalization
-@anchor{taler-developer-manual translation-standards-and-practices}@anchor{3d}
+@anchor{taler-developer-manual translation-standards-and-practices}@anchor{3c}
@section Translation Standards and Practices
-By default, our Weblate instance is set to accept translations in English, French, German, Italian, Russian, Spanish, and Portuguese. If you want to contribute a translation in a different language, navigate to the `Component' you want to translate for, and click "Start new translation" to begin. If you require a privilege upgrade, please contact a superuser with your request.
+By default, our Weblate instance is set to accept translations in English, French, German, Italian, Russian, Spanish, and Portuguese. If you want to contribute a translation in a different language, navigate to the `Component' you want to translate for, and click “Start new translation” to begin. If you require a privilege upgrade, please contact a superuser with your request.
When asked, set the license to GPLv3 or later.
Set commit/push to manual only.
@node GPG Signing of Translations,,Translation Standards and Practices,Internationalization
-@anchor{taler-developer-manual gpg-signing-of-translations}@anchor{3e}
+@anchor{taler-developer-manual gpg-signing-of-translations}@anchor{3d}
@section GPG Signing of Translations
weblate.taler.net signs GPG commits with the GPG key CD33CE35801462FA5EB0B695F2664BF474BFE502, and the corresponding public key can be found at @indicateurl{https://weblate.taler.net/keys/}.
-This means that contributions made through weblate will not be signed with the individual contributor's key when they are checked into the Git repository, but with the weblate key.
+This means that contributions made through weblate will not be signed with the individual contributor’s key when they are checked into the Git repository, but with the weblate key.
@node iOS Apps,Android Apps,Internationalization,Top
-@anchor{taler-developer-manual ios-apps}@anchor{3f}
+@anchor{taler-developer-manual ios-apps}@anchor{3e}
@chapter iOS Apps
@@ -2100,7 +2079,7 @@ This means that contributions made through weblate will not be signed with the i
@end menu
@node Building Taler Wallet for iOS from source,,,iOS Apps
-@anchor{taler-developer-manual build-ios-from-source}@anchor{40}@anchor{taler-developer-manual building-taler-wallet-for-ios-from-source}@anchor{41}
+@anchor{taler-developer-manual build-ios-from-source}@anchor{3f}@anchor{taler-developer-manual building-taler-wallet-for-ios-from-source}@anchor{40}
@section Building Taler Wallet for iOS from source
@@ -2114,7 +2093,7 @@ the official Git repository@footnote{https://git.taler.net/taler-ios.git}.
@end menu
@node Compatibility,Building,,Building Taler Wallet for iOS from source
-@anchor{taler-developer-manual compatibility}@anchor{42}
+@anchor{taler-developer-manual compatibility}@anchor{41}
@subsection Compatibility
@@ -2122,7 +2101,7 @@ The minimum version of iOS supported is 15.0.
This app runs on all iPhone models at least as new as the iPhone 6S.
@node Building,,Compatibility,Building Taler Wallet for iOS from source
-@anchor{taler-developer-manual building}@anchor{43}
+@anchor{taler-developer-manual building}@anchor{42}
@subsection Building
@@ -2132,7 +2111,7 @@ and the
wallet-core repo@footnote{https://git.taler.net/wallet-core.git}.
Have all 3 local repos (wallet-core, quickjs-tart, and this one) adjacent at
-the same level (e.g. in a "GNU_Taler" folder)
+the same level (e.g. in a “GNU_Taler” folder)
Taler.xcworkspace expects the QuickJS framework sub-project to be at
@code{../quickjs-tart/QuickJS-rt.xcodeproj}.
@@ -2144,17 +2123,17 @@ $ make embedded
$ open packages/taler-wallet-embedded/dist
@end example
-then drag or move its product "taler-wallet-core-qjs.mjs"
+then drag or move its product “taler-wallet-core-qjs.mjs”
into your quickjs-tart folder right at the top level.
-Open Taler.xcworkspace, and set scheme / target to Taler_Wallet. Build&run...
+Open Taler.xcworkspace, and set scheme / target to Taler_Wallet. Build&run…
-Don't open QuickJS-rt.xcodeproj or TalerWallet.xcodeproj and build anything
+Don’t open QuickJS-rt.xcodeproj or TalerWallet.xcodeproj and build anything
there - all needed libraries and frameworks will be built automatically from
Taler.xcworkspace.
@node Android Apps,Code Coverage,iOS Apps,Top
-@anchor{taler-developer-manual android-apps}@anchor{44}
+@anchor{taler-developer-manual android-apps}@anchor{43}
@chapter Android Apps
@@ -2167,7 +2146,7 @@ Taler.xcworkspace.
@end menu
@node Android App Nightly Builds,Building apps from source,,Android Apps
-@anchor{taler-developer-manual android-app-nightly-builds}@anchor{45}
+@anchor{taler-developer-manual android-app-nightly-builds}@anchor{44}
@section Android App Nightly Builds
@@ -2192,7 +2171,7 @@ Cashier
Their git repositories are mirrored at Gitlab@footnote{https://gitlab.com/gnu-taler/taler-android}
to utilize their CI
-and F-Droid@footnote{https://f-droid.org}'s Gitlab integration
+and F-Droid@footnote{https://f-droid.org}’s Gitlab integration
to publish automatic nightly builds@footnote{https://f-droid.org/docs/Publishing_Nightly_Builds/}
for each change on the @code{master} branch.
@@ -2218,7 +2197,7 @@ Use at your own risk!
@end cartouche
@node Building apps from source,Update translations,Android App Nightly Builds,Android Apps
-@anchor{taler-developer-manual build-apps-from-source}@anchor{46}@anchor{taler-developer-manual building-apps-from-source}@anchor{47}
+@anchor{taler-developer-manual build-apps-from-source}@anchor{45}@anchor{taler-developer-manual building-apps-from-source}@anchor{46}
@section Building apps from source
@@ -2242,7 +2221,7 @@ git
unzip
@end itemize
-Then you can get the app's source code using git:
+Then you can get the app’s source code using git:
@example
# Start by cloning the Android git repository
@@ -2259,12 +2238,12 @@ The last command will return something like @code{compileSdkVersion 29}.
So visit the Android Rebuilds@footnote{http://android-rebuilds.beuc.net/} project
and look for that version of the Android SDK there.
If the SDK version is not yet available as a free rebuild,
-you can try to lower the @code{compileSdkVersion} in the app's @code{merchant-terminal/build.gradle} file.
+you can try to lower the @code{compileSdkVersion} in the app’s @code{merchant-terminal/build.gradle} file.
Note that this might break things
or require you to also lower other versions such as @code{targetSdkVersion}.
In our example, the version is @code{29} which is available,
-so download the "SDK Platform" package of "Android 10.0.0 (API 29)"
+so download the “SDK Platform” package of “Android 10.0.0 (API 29)”
and unpack it:
@example
@@ -2297,18 +2276,18 @@ build-tools;29.0.3 Android SDK Build-Tools 29.0.3
@end table
@end quotation
-you can try changing the @code{buildToolsVersion} in the app's @code{merchant-terminal/build.gradle} file
-to the latest "Android SDK build tools" version supported by the Android Rebuilds project.
+you can try changing the @code{buildToolsVersion} in the app’s @code{merchant-terminal/build.gradle} file
+to the latest “Android SDK build tools” version supported by the Android Rebuilds project.
After the build finished successfully,
you will find your APK in @code{merchant-terminal/build/outputs/apk/release/}.
@node Update translations,Release process,Building apps from source,Android Apps
-@anchor{taler-developer-manual update-translations}@anchor{48}
+@anchor{taler-developer-manual update-translations}@anchor{47}
@section Update translations
-Translations are managed with Taler's weblate instance:
+Translations are managed with Taler’s weblate instance:
@indicateurl{https://weblate.taler.net/projects/gnu-taler/}
To update translations, enter the taler-android git repository
@@ -2338,7 +2317,7 @@ Afterwards, build the entire project from source and test the UI
to ensure that no erroneous translations (missing placeholders) are breaking things.
@node Release process,,Update translations,Android Apps
-@anchor{taler-developer-manual id1}@anchor{49}
+@anchor{taler-developer-manual id1}@anchor{48}
@section Release process
@@ -2369,12 +2348,12 @@ $ git tag -s $APP-$VERSION
@end menu
@node F-Droid,Google Play,,Release process
-@anchor{taler-developer-manual id2}@anchor{4a}
+@anchor{taler-developer-manual id2}@anchor{49}
@subsection F-Droid
Nightly builds get published automatically (see above) after pushing code to the official repo.
-Actual releases get picked up by F-Droid's official repository via git tags.
+Actual releases get picked up by F-Droid’s official repository via git tags.
So ensure that all releases get tagged properly.
Some information for F-Droid official repository debugging:
@@ -2393,7 +2372,7 @@ PoS: [metadata@footnote{https://gitlab.com/fdroid/fdroiddata/-/blob/master/metad
@end itemize
@node Google Play,,F-Droid,Release process
-@anchor{taler-developer-manual google-play}@anchor{4b}
+@anchor{taler-developer-manual google-play}@anchor{4a}
@subsection Google Play
@@ -2415,7 +2394,7 @@ All uploads are going to the beta track by default.
These can be promoted to production later or immediately after upload if you feel daring.
@node Code Coverage,Coding Conventions,Android Apps,Top
-@anchor{taler-developer-manual id3}@anchor{4c}@anchor{taler-developer-manual id4}@anchor{4d}
+@anchor{taler-developer-manual id3}@anchor{4b}@anchor{taler-developer-manual id4}@anchor{4c}
@chapter Code Coverage
@@ -2425,7 +2404,7 @@ nightly (once a day) by a Buildbot worker. The coverage results are
then published at @indicateurl{https://lcov.taler.net/} .
@node Coding Conventions,Testing library,Code Coverage,Top
-@anchor{taler-developer-manual coding-conventions}@anchor{4e}
+@anchor{taler-developer-manual coding-conventions}@anchor{4d}
@chapter Coding Conventions
@@ -2442,7 +2421,7 @@ GNU Taler is developed primarily in C, Kotlin, Python, Swift and TypeScript.
@end menu
@node Components written in C,Shell Scripts,,Coding Conventions
-@anchor{taler-developer-manual components-written-in-c}@anchor{4f}
+@anchor{taler-developer-manual components-written-in-c}@anchor{4e}
@section Components written in C
@@ -2462,7 +2441,7 @@ by the GNUnet style: @indicateurl{https://docs.gnunet.org/handbook/gnunet.html#C
@end menu
@node Naming conventions,,,Components written in C
-@anchor{taler-developer-manual naming-conventions}@anchor{50}
+@anchor{taler-developer-manual naming-conventions}@anchor{4f}
@subsection Naming conventions
@@ -2476,22 +2455,22 @@ include files (very similar to GNUnet):
@itemize *
@item
-if installed, must start with "@code{taler_}" (exception: platform.h),
+if installed, must start with “@code{taler_}” (exception: platform.h),
and MUST live in src/include/
@item
-if NOT installed, must NOT start with "@code{taler_}" and
+if NOT installed, must NOT start with “@code{taler_}” and
MUST NOT live in src/include/ and
SHOULD NOT be included from outside of their own directory
@item
-end in "_lib" for "simple" libraries
+end in “_lib” for “simple” libraries
@item
-end in "_plugin" for plugins
+end in “_plugin” for plugins
@item
-end in "_service" for libraries accessing a service, i.e. the exchange
+end in “_service” for libraries accessing a service, i.e. the exchange
@end itemize
@item
@@ -2524,22 +2503,22 @@ logging
@item
tools use their full name in GNUNET_log_setup
-(i.e. 'taler-exchange-offline') and log using plain 'GNUNET_log'.
+(i.e. ‘taler-exchange-offline’) and log using plain ‘GNUNET_log’.
@item
-pure libraries (without associated service) use 'GNUNET_log_from'
-with the component set to their library name (without lib or '.so'),
-which should also be their directory name (i.e. 'util')
+pure libraries (without associated service) use ‘GNUNET_log_from’
+with the component set to their library name (without lib or ‘.so’),
+which should also be their directory name (i.e. ‘util’)
@item
-plugin libraries (without associated service) use 'GNUNET_log_from'
-with the component set to their type and plugin name (without lib or '.so'),
-which should also be their directory name (i.e. 'exchangedb-postgres')
+plugin libraries (without associated service) use ‘GNUNET_log_from’
+with the component set to their type and plugin name (without lib or ‘.so’),
+which should also be their directory name (i.e. ‘exchangedb-postgres’)
@item
-libraries with associated service) use 'GNUNET_log_from'
+libraries with associated service) use ‘GNUNET_log_from’
with the name of the service, which should also be their
-directory name (i.e. 'exchange')
+directory name (i.e. ‘exchange’)
@item
for tools with @code{-l LOGFILE}, its absence means write logs to stderr
@@ -2581,14 +2560,14 @@ structs:
@itemize *
@item
-structs that are 'packed' and do not contain pointers and are
+structs that are ‘packed’ and do not contain pointers and are
thus suitable for hashing or similar operations are distinguished
-by adding a "P" at the end of the name. (NEW) Note that this
+by adding a “P” at the end of the name. (NEW) Note that this
convention does not hold for the GNUnet-structs (yet).
@item
structs that are used with a purpose for signatures, additionally
-get an "S" at the end of the name.
+get an “S” at the end of the name.
@end itemize
@item
@@ -2608,7 +2587,7 @@ testcases
@itemize *
@item
-must be called "test_module-under-test_case-description.c"
+must be called “test_module-under-test_case-description.c”
@end itemize
@item
@@ -2618,12 +2597,12 @@ performance tests
@itemize *
@item
-must be called "perf_module-under-test_case-description.c"
+must be called “perf_module-under-test_case-description.c”
@end itemize
@end itemize
@node Shell Scripts,Kotlin,Components written in C,Coding Conventions
-@anchor{taler-developer-manual shell-scripts}@anchor{51}
+@anchor{taler-developer-manual shell-scripts}@anchor{50}
@section Shell Scripts
@@ -2650,7 +2629,7 @@ $ set -eu
@end example
@node Kotlin,Python,Shell Scripts,Coding Conventions
-@anchor{taler-developer-manual kotlin}@anchor{52}
+@anchor{taler-developer-manual kotlin}@anchor{51}
@section Kotlin
@@ -2658,7 +2637,7 @@ We so far have no specific guidelines, please follow best practices
for the language.
@node Python,Swift,Kotlin,Coding Conventions
-@anchor{taler-developer-manual python}@anchor{53}
+@anchor{taler-developer-manual python}@anchor{52}
@section Python
@@ -2670,14 +2649,14 @@ for the language.
@end menu
@node Supported Python Versions,Style,,Python
-@anchor{taler-developer-manual supported-python-versions}@anchor{54}
+@anchor{taler-developer-manual supported-python-versions}@anchor{53}
@subsection Supported Python Versions
Python code should be written and build against version 3.7 of Python.
@node Style,Python for Scripting,Supported Python Versions,Python
-@anchor{taler-developer-manual style}@anchor{55}
+@anchor{taler-developer-manual style}@anchor{54}
@subsection Style
@@ -2687,7 +2666,7 @@ A reusable yapf style file can be found in @code{build-common},
which is intended to be used as a git submodule.
@node Python for Scripting,,Style,Python
-@anchor{taler-developer-manual python-for-scripting}@anchor{56}
+@anchor{taler-developer-manual python-for-scripting}@anchor{55}
@subsection Python for Scripting
@@ -2704,26 +2683,26 @@ are useful:
@code{pathlib} for path manipulation (part of the standard library)
@item
-@code{subprocess} for "shelling out" to other programs. Prefer @code{subprocess.run}
+@code{subprocess} for “shelling out” to other programs. Prefer @code{subprocess.run}
over the older APIs.
@end itemize
@node Swift,TypeScript,Python,Coding Conventions
-@anchor{taler-developer-manual swift}@anchor{57}
+@anchor{taler-developer-manual swift}@anchor{56}
@section Swift
Please follow best practices for the language.
@node TypeScript,,Swift,Coding Conventions
-@anchor{taler-developer-manual typescript}@anchor{58}
+@anchor{taler-developer-manual typescript}@anchor{57}
@section TypeScript
Please follow best practices for the language.
@node Testing library,User-Facing Terminology,Coding Conventions,Top
-@anchor{taler-developer-manual testing-library}@anchor{59}
+@anchor{taler-developer-manual testing-library}@anchor{58}
@chapter Testing library
@@ -2796,7 +2775,7 @@ Please refer to the Twister codebase (under the @code{test} directory) in
order to see how to configure it.
@node User-Facing Terminology,Developer Glossary,Testing library,Top
-@anchor{taler-developer-manual user-facing-terminology}@anchor{5a}
+@anchor{taler-developer-manual user-facing-terminology}@anchor{59}
@chapter User-Facing Terminology
@@ -2810,7 +2789,7 @@ used in the user interface and help materials.
@end menu
@node Terms to Avoid,Terms to Use,,User-Facing Terminology
-@anchor{taler-developer-manual terms-to-avoid}@anchor{5b}
+@anchor{taler-developer-manual terms-to-avoid}@anchor{5a}
@section Terms to Avoid
@@ -2822,21 +2801,21 @@ used in the user interface and help materials.
Refreshing is the internal technical terminology for the protocol to
give change for partially spent coins
-`Use instead': "Obtaining change"
+`Use instead': “Obtaining change”
@item Charge
Charge has two opposite meanings (charge to a credit card vs. charge a battery).
This can confuse users.
-`Use instead': "Obtain", "Credit", "Debit", "Withdraw", "Top up"
+`Use instead': “Obtain”, “Credit”, “Debit”, “Withdraw”, “Top up”
@item Coin
Coins are an internal construct, the user should never be aware that their balance
is represented by coins of different denominations.
-`Use instead': "(Digital) Cash" or "(Wallet) Balance"
+`Use instead': “(Digital) Cash” or “(Wallet) Balance”
@item Consumer
@@ -2851,7 +2830,7 @@ of the signed contract terms for an order.
`Avoid'. Generally events that relate to proposal downloads
should not be shown to normal users, only developers. Instead, use
-"communication with mechant failed" if a proposed order can't be downloaded.
+“communication with mechant failed” if a proposed order can’t be downloaded.
@item Anonymous E-Cash
@@ -2859,14 +2838,14 @@ Should be generally avoided, since Taler is only anonymous for
the customer. Also some people are scared of anonymity (which as
a term is also way too absolute, as anonymity is hardly ever perfect).
-`Use instead': "Privacy-preserving", "Privacy-friendly"
+`Use instead': “Privacy-preserving”, “Privacy-friendly”
@item Payment Replay
The process of proving to the merchant that the customer is entitled
to view a digital product again, as they already paid for it.
-`Use instead': In the event history, "re-activated digital content purchase"
+`Use instead': In the event history, “re-activated digital content purchase”
could be used. (FIXME: this is still not nice.)
@item Session ID
@@ -2886,7 +2865,7 @@ with their payment. Can also be something like a donation receipt.
@end table
@node Terms to Use,,Terms to Avoid,User-Facing Terminology
-@anchor{taler-developer-manual terms-to-use}@anchor{5c}
+@anchor{taler-developer-manual terms-to-use}@anchor{5b}
@section Terms to Use
@@ -2902,16 +2881,16 @@ Regulatory entity that certifies exchanges and oversees their operation.
The entity/service that gives out digital cash in exchange for some
other means of payment.
-In some contexts, using "Issuer" could also be appropriate.
+In some contexts, using “Issuer” could also be appropriate.
When showing a balance breakdown,
-we can say "100 Eur (issued by exchange.euro.taler.net)".
-Sometimes we may also use the more generic term "Payment Service Provider"
-when the concept of an "Exchange" is still unclear to the reader.
+we can say “100 Eur (issued by exchange.euro.taler.net)”.
+Sometimes we may also use the more generic term “Payment Service Provider”
+when the concept of an “Exchange” is still unclear to the reader.
@item Refund
-A refund is given by a merchant to the customer (rather the customer's wallet)
-and "undoes" a previous payment operation.
+A refund is given by a merchant to the customer (rather the customer’s wallet)
+and “undoes” a previous payment operation.
@item Payment
@@ -2919,12 +2898,12 @@ The act of sending digital cash to a merchant to pay for an order.
@item Purchase
-Used to refer to the "result" of a payment, as in "view purchase".
-Use sparsingly, as the word doesn't fit for all payments, such as donations.
+Used to refer to the “result” of a payment, as in “view purchase”.
+Use sparsingly, as the word doesn’t fit for all payments, such as donations.
@item Contract Terms
-Partially machine-readable representation of the merchant's obligation after the
+Partially machine-readable representation of the merchant’s obligation after the
customer makes a payment.
@item Merchant
@@ -2933,12 +2912,12 @@ Party that receives a payment.
@item Wallet
-Also "Taler Wallet". Software component that manages the user's digital cash
+Also “Taler Wallet”. Software component that manages the user’s digital cash
and payments.
@end table
@node Developer Glossary,Developer Tools,User-Facing Terminology,Top
-@anchor{taler-developer-manual developer-glossary}@anchor{5d}
+@anchor{taler-developer-manual developer-glossary}@anchor{5c}
@chapter Developer Glossary
@@ -2947,168 +2926,168 @@ use when talking to end users or even system administrators.
@table @asis
-@anchor{taler-developer-manual term-absolute-time}@anchor{5e}
+@anchor{taler-developer-manual term-absolute-time}@anchor{5d}
@geindex absolute time
@item absolute time
-method of keeping time in @ref{5f,,GNUnet} where the time is represented
+method of keeping time in @ref{5e,,GNUnet} where the time is represented
as the number of microseconds since 1.1.1970 (UNIX epoch). Called
-absolute time in contrast to @ref{60,,relative time}.
-@anchor{taler-developer-manual term-aggregate}@anchor{61}
+absolute time in contrast to @ref{5f,,relative time}.
+@anchor{taler-developer-manual term-aggregate}@anchor{60}
@geindex aggregate
@item aggregate
-the @ref{62,,exchange} combines multiple payments received by the
-same @ref{63,,merchant} into one larger @ref{64,,wire transfer} to
-the respective merchant's @ref{65,,bank} account
-@anchor{taler-developer-manual term-auditor}@anchor{66}
+the @ref{61,,exchange} combines multiple payments received by the
+same @ref{62,,merchant} into one larger @ref{63,,wire transfer} to
+the respective merchant’s @ref{64,,bank} account
+@anchor{taler-developer-manual term-auditor}@anchor{65}
@geindex auditor
@item auditor
-trusted third party that verifies that the @ref{62,,exchange} is operating correctly
-@anchor{taler-developer-manual term-bank}@anchor{65}
+trusted third party that verifies that the @ref{61,,exchange} is operating correctly
+@anchor{taler-developer-manual term-bank}@anchor{64}
@geindex bank
@item bank
-traditional financial service provider who offers wire @ref{67,,transfers} between accounts
-@anchor{taler-developer-manual term-buyer}@anchor{68}
+traditional financial service provider who offers wire @ref{66,,transfers} between accounts
+@anchor{taler-developer-manual term-buyer}@anchor{67}
@geindex buyer
@item buyer
-individual in control of a Taler @ref{69,,wallet}, usually using it to
-@ref{6a,,spend} the @ref{6b,,coins} on @ref{6c,,contracts} (see also @ref{6d,,customer}).
-@anchor{taler-developer-manual term-close}@anchor{6e}
+individual in control of a Taler @ref{68,,wallet}, usually using it to
+@ref{69,,spend} the @ref{6a,,coins} on @ref{6b,,contracts} (see also @ref{6c,,customer}).
+@anchor{taler-developer-manual term-close}@anchor{6d}
@geindex close
-@item close@anchor{taler-developer-manual term-closes}@anchor{6f}
+@item close@anchor{taler-developer-manual term-closes}@anchor{6e}
@geindex closes
-@itemx closes@anchor{taler-developer-manual term-closed}@anchor{70}
+@itemx closes@anchor{taler-developer-manual term-closed}@anchor{6f}
@geindex closed
-@itemx closed@anchor{taler-developer-manual term-closing}@anchor{71}
+@itemx closed@anchor{taler-developer-manual term-closing}@anchor{70}
@geindex closing
@itemx closing
-operation an @ref{62,,exchange} performs on a @ref{72,,reserve} that has not been
-@ref{73,,drained} by @ref{74,,withdraw} operations. When closing a reserve, the
-exchange wires the remaining funds back to the customer, minus a @ref{75,,fee}
+operation an @ref{61,,exchange} performs on a @ref{71,,reserve} that has not been
+@ref{72,,drained} by @ref{73,,withdraw} operations. When closing a reserve, the
+exchange wires the remaining funds back to the customer, minus a @ref{74,,fee}
for closing
-@anchor{taler-developer-manual term-coin}@anchor{76}
+@anchor{taler-developer-manual term-coin}@anchor{75}
@geindex coin
-@item coin@anchor{taler-developer-manual term-coins}@anchor{6b}
+@item coin@anchor{taler-developer-manual term-coins}@anchor{6a}
@geindex coins
@itemx coins
-coins are individual token representing a certain amount of value, also known as the @ref{77,,denomination} of the coin
-@anchor{taler-developer-manual term-commitment}@anchor{78}
+coins are individual token representing a certain amount of value, also known as the @ref{76,,denomination} of the coin
+@anchor{taler-developer-manual term-commitment}@anchor{77}
@geindex commitment
-@item commitment@anchor{taler-developer-manual term-refresh-commitment}@anchor{79}
+@item commitment@anchor{taler-developer-manual term-refresh-commitment}@anchor{78}
@geindex refresh commitment
@itemx refresh commitment
-data that the wallet commits to during the @ref{7a,,melt} stage of the
-@ref{7b,,refresh} protocol where it
-has to prove to the @ref{62,,exchange} that it is deriving the @ref{7c,,fresh}
+data that the wallet commits to during the @ref{79,,melt} stage of the
+@ref{7a,,refresh} protocol where it
+has to prove to the @ref{61,,exchange} that it is deriving the @ref{7b,,fresh}
coins as specified by the Taler protocol. The commitment is verified
-probabilistically (see: @ref{7d,,kappa}) during the @ref{7e,,reveal} stage.
-@anchor{taler-developer-manual term-contract}@anchor{7f}
+probabilistically (see: @ref{7c,,kappa}) during the @ref{7d,,reveal} stage.
+@anchor{taler-developer-manual term-contract}@anchor{7e}
@geindex contract
-@item contract@anchor{taler-developer-manual term-contracts}@anchor{6c}
+@item contract@anchor{taler-developer-manual term-contracts}@anchor{6b}
@geindex contracts
@itemx contracts
-formal agreement between @ref{63,,merchant} and @ref{6d,,customer} specifying the
-@ref{80,,contract terms} and signed by the merchant and the @ref{6b,,coins} of the
+formal agreement between @ref{62,,merchant} and @ref{6c,,customer} specifying the
+@ref{7f,,contract terms} and signed by the merchant and the @ref{6a,,coins} of the
customer
-@anchor{taler-developer-manual term-contract-terms}@anchor{80}
+@anchor{taler-developer-manual term-contract-terms}@anchor{7f}
@geindex contract terms
@item contract terms
the individual clauses specifying what the buyer is purchasing from the
-@ref{63,,merchant}
-@anchor{taler-developer-manual term-customer}@anchor{6d}
+@ref{62,,merchant}
+@anchor{taler-developer-manual term-customer}@anchor{6c}
@geindex customer
@item customer
individual that directs the buyer (perhaps the same individual) to make a purchase
-@anchor{taler-developer-manual term-denomination}@anchor{77}
+@anchor{taler-developer-manual term-denomination}@anchor{76}
@geindex denomination
@item denomination
-unit of currency, specifies both the currency and the face value of a @ref{76,,coin},
+unit of currency, specifies both the currency and the face value of a @ref{75,,coin},
as well as associated fees and validity periods
-@anchor{taler-developer-manual term-denomination-key}@anchor{81}
+@anchor{taler-developer-manual term-denomination-key}@anchor{80}
@geindex denomination key
@item denomination key
-(RSA) key used by the exchange to certify that a given @ref{76,,coin} is valid and of a
-particular @ref{77,,denomination}
-@anchor{taler-developer-manual term-deposit}@anchor{82}
+(RSA) key used by the exchange to certify that a given @ref{75,,coin} is valid and of a
+particular @ref{76,,denomination}
+@anchor{taler-developer-manual term-deposit}@anchor{81}
@geindex deposit
-@item deposit@anchor{taler-developer-manual term-deposits}@anchor{83}
+@item deposit@anchor{taler-developer-manual term-deposits}@anchor{82}
@geindex deposits
-@itemx deposits@anchor{taler-developer-manual term-depositing}@anchor{84}
+@itemx deposits@anchor{taler-developer-manual term-depositing}@anchor{83}
@geindex depositing
@itemx depositing
operation by which a merchant passes coins to an exchange, expecting the
exchange to credit his bank account in the future using an
-@ref{61,,aggregate} @ref{64,,wire transfer}
-@anchor{taler-developer-manual term-dirty}@anchor{85}
+@ref{60,,aggregate} @ref{63,,wire transfer}
+@anchor{taler-developer-manual term-dirty}@anchor{84}
@geindex dirty
-@item dirty@anchor{taler-developer-manual term-dirty-coin}@anchor{86}
+@item dirty@anchor{taler-developer-manual term-dirty-coin}@anchor{85}
@geindex dirty coin
@itemx dirty coin
a coin is dirty if its public key may be known to an entity other than
the customer, thereby creating the danger of some entity being able to
-link multiple transactions of coin's owner if the coin is not refreshed
-@anchor{taler-developer-manual term-drain}@anchor{87}
+link multiple transactions of coin’s owner if the coin is not refreshed
+@anchor{taler-developer-manual term-drain}@anchor{86}
@geindex drain
-@item drain@anchor{taler-developer-manual term-drained}@anchor{73}
+@item drain@anchor{taler-developer-manual term-drained}@anchor{72}
@geindex drained
@itemx drained
-a @ref{72,,reserve} is being drained when a @ref{69,,wallet} is using the
-reserve's private key to @ref{74,,withdraw} coins from it. This reduces
+a @ref{71,,reserve} is being drained when a @ref{68,,wallet} is using the
+reserve’s private key to @ref{73,,withdraw} coins from it. This reduces
the balance of the reserve. Once the balance reaches zero, we say that
the reserve has been (fully) drained. Reserves that are not drained
-(which is the normal process) are @ref{70,,closed} by the exchange.
-@anchor{taler-developer-manual term-exchange}@anchor{62}
+(which is the normal process) are @ref{6f,,closed} by the exchange.
+@anchor{taler-developer-manual term-exchange}@anchor{61}
@geindex exchange
@item exchange
-Taler's payment service operator. Issues electronic coins during
+Taler’s payment service operator. Issues electronic coins during
withdrawal and redeems them when they are deposited by merchants
-@anchor{taler-developer-manual term-expired}@anchor{88}
+@anchor{taler-developer-manual term-expired}@anchor{87}
@geindex expired
-@item expired@anchor{taler-developer-manual term-expiration}@anchor{89}
+@item expired@anchor{taler-developer-manual term-expiration}@anchor{88}
@geindex expiration
@itemx expiration
@@ -3117,52 +3096,52 @@ Various operations come with time limits. In particular, denomination keys
come with strict time limits for the various operations involving the
coin issued under the denomination. The most important limit is the
deposit expiration, which specifies until when wallets are allowed to
-use the coin in deposit or refreshing operations. There is also a "legal"
+use the coin in deposit or refreshing operations. There is also a “legal”
expiration, which specifies how long the exchange keeps records beyond the
deposit expiration time. This latter expiration matters for legal disputes
in courts and also creates an upper limit for refreshing operations on
special zombie coin
-@anchor{taler-developer-manual term-fakebank}@anchor{8a}
+@anchor{taler-developer-manual term-fakebank}@anchor{89}
@geindex fakebank
@item fakebank
-implementation of the @ref{65,,bank} API in memory to be used only for test
+implementation of the @ref{64,,bank} API in memory to be used only for test
cases.
-@anchor{taler-developer-manual term-fee}@anchor{75}
+@anchor{taler-developer-manual term-fee}@anchor{74}
@geindex fee
@item fee
-an @ref{62,,exchange} charges various fees for its service. The different
+an @ref{61,,exchange} charges various fees for its service. The different
fees are specified in the protocol. There are fees per coin for
-@ref{8b,,withdrawing}, @ref{84,,depositing}, @ref{8c,,melting}, and
-@ref{8d,,refunding}. Furthermore, there are fees per wire transfer
-for @ref{71,,closing} a @ref{72,,reserve}: and for
-@ref{61,,aggregate} @ref{8e,,wire transfers} to the @ref{63,,merchant}.
-@anchor{taler-developer-manual term-fresh}@anchor{7c}
+@ref{8a,,withdrawing}, @ref{83,,depositing}, @ref{8b,,melting}, and
+@ref{8c,,refunding}. Furthermore, there are fees per wire transfer
+for @ref{70,,closing} a @ref{71,,reserve}: and for
+@ref{60,,aggregate} @ref{8d,,wire transfers} to the @ref{62,,merchant}.
+@anchor{taler-developer-manual term-fresh}@anchor{7b}
@geindex fresh
-@item fresh@anchor{taler-developer-manual term-fresh-coin}@anchor{8f}
+@item fresh@anchor{taler-developer-manual term-fresh-coin}@anchor{8e}
@geindex fresh coin
@itemx fresh coin
a coin is fresh if its public key is only known to the customer
-@anchor{taler-developer-manual term-GNUnet}@anchor{5f}
+@anchor{taler-developer-manual term-GNUnet}@anchor{5e}
@geindex GNUnet
@item GNUnet
Codebase of various libraries for a better Internet, some of which
GNU Taler depends upon.
-@anchor{taler-developer-manual term-json}@anchor{90}
+@anchor{taler-developer-manual term-json}@anchor{8f}
@geindex json
-@item json@anchor{taler-developer-manual term-JSON}@anchor{91}
+@item json@anchor{taler-developer-manual term-JSON}@anchor{90}
@geindex JSON
-@itemx JSON@anchor{taler-developer-manual term-JavaScript-Object-Notation}@anchor{92}
+@itemx JSON@anchor{taler-developer-manual term-JavaScript-Object-Notation}@anchor{91}
@geindex JavaScript Object Notation
@itemx JavaScript Object Notation
@@ -3170,192 +3149,192 @@ GNU Taler depends upon.
serialization format derived from the JavaScript language which is
commonly used in the Taler protocol as the payload of HTTP requests
and responses.
-@anchor{taler-developer-manual term-kappa}@anchor{7d}
+@anchor{taler-developer-manual term-kappa}@anchor{7c}
@geindex kappa
@item kappa
-security parameter used in the @ref{7b,,refresh} protocol. Defined to be 3.
+security parameter used in the @ref{7a,,refresh} protocol. Defined to be 3.
The probability of successfully evading the income transparency with the
refresh protocol is 1:kappa.
-@anchor{taler-developer-manual term-LibEuFin}@anchor{93}
+@anchor{taler-developer-manual term-LibEuFin}@anchor{92}
@geindex LibEuFin
@item LibEuFin
FIXME: explain
-@anchor{taler-developer-manual term-link}@anchor{94}
+@anchor{taler-developer-manual term-link}@anchor{93}
@geindex link
-@item link@anchor{taler-developer-manual term-linking}@anchor{95}
+@item link@anchor{taler-developer-manual term-linking}@anchor{94}
@geindex linking
@itemx linking
-specific step in the @ref{7b,,refresh} protocol that an exchange must offer
-to prevent abuse of the @ref{7b,,refresh} mechanism. The link step is
+specific step in the @ref{7a,,refresh} protocol that an exchange must offer
+to prevent abuse of the @ref{7a,,refresh} mechanism. The link step is
not needed in normal operation, it just must be offered.
-@anchor{taler-developer-manual term-master-key}@anchor{96}
+@anchor{taler-developer-manual term-master-key}@anchor{95}
@geindex master key
@item master key
offline key used by the exchange to certify denomination keys and
message signing keys
-@anchor{taler-developer-manual term-melt}@anchor{7a}
+@anchor{taler-developer-manual term-melt}@anchor{79}
@geindex melt
-@item melt@anchor{taler-developer-manual term-melted}@anchor{97}
+@item melt@anchor{taler-developer-manual term-melted}@anchor{96}
@geindex melted
-@itemx melted@anchor{taler-developer-manual term-melting}@anchor{8c}
+@itemx melted@anchor{taler-developer-manual term-melting}@anchor{8b}
@geindex melting
@itemx melting
-step of the @ref{7b,,refresh} protocol where a @ref{86,,dirty coin}
-is invalidated to be reborn @ref{7c,,fresh} in a subsequent
-@ref{7e,,reveal} step.
-@anchor{taler-developer-manual term-merchant}@anchor{63}
+step of the @ref{7a,,refresh} protocol where a @ref{85,,dirty coin}
+is invalidated to be reborn @ref{7b,,fresh} in a subsequent
+@ref{7d,,reveal} step.
+@anchor{taler-developer-manual term-merchant}@anchor{62}
@geindex merchant
@item merchant
party receiving payments (usually in return for goods or services)
-@anchor{taler-developer-manual term-message-signing-key}@anchor{98}
+@anchor{taler-developer-manual term-message-signing-key}@anchor{97}
@geindex message signing key
@item message signing key
key used by the exchange to sign online messages, other than coins
-@anchor{taler-developer-manual term-order}@anchor{99}
+@anchor{taler-developer-manual term-order}@anchor{98}
@geindex order
@item order
offer made by the merchant to a wallet; pre-cursor to
a contract where the wallet is not yet fixed. Turns
-into a @ref{7f,,contract} when a wallet claims the order.
-@anchor{taler-developer-manual term-owner}@anchor{9a}
+into a @ref{7e,,contract} when a wallet claims the order.
+@anchor{taler-developer-manual term-owner}@anchor{99}
@geindex owner
@item owner
a coin is owned by the entity that knows the private key of the coin
-@anchor{taler-developer-manual term-planchet}@anchor{9b}
+@anchor{taler-developer-manual term-planchet}@anchor{9a}
@geindex planchet
@item planchet
-precursor data for a @ref{76,,coin}. A planchet includes the coin's internal
+precursor data for a @ref{75,,coin}. A planchet includes the coin’s internal
secrets (coin private key, blinding factor), but lacks the RSA signature
-of the @ref{62,,exchange}. When @ref{8b,,withdrawing}, a @ref{69,,wallet}
+of the @ref{61,,exchange}. When @ref{8a,,withdrawing}, a @ref{68,,wallet}
creates and persists a planchet before asking the exchange to sign it to
get the coin.
-@anchor{taler-developer-manual term-privacy-policy}@anchor{9c}
+@anchor{taler-developer-manual term-privacy-policy}@anchor{9b}
@geindex privacy policy
@item privacy policy
Statement of an operator how they will protect the privacy of users.
-@anchor{taler-developer-manual term-proof}@anchor{9d}
+@anchor{taler-developer-manual term-proof}@anchor{9c}
@geindex proof
@item proof
Message that cryptographically demonstrates that a particular claim is correct.
-@anchor{taler-developer-manual term-proposal}@anchor{9e}
+@anchor{taler-developer-manual term-proposal}@anchor{9d}
@geindex proposal
@item proposal
-a list of @ref{80,,contract terms} that has been completed and signed by the
+a list of @ref{7f,,contract terms} that has been completed and signed by the
merchant backend.
-@anchor{taler-developer-manual term-purchase}@anchor{9f}
+@anchor{taler-developer-manual term-purchase}@anchor{9e}
@geindex purchase
@item purchase
-Refers to the overall process of negotiating a @ref{7f,,contract} and then
-making a payment with @ref{6b,,coins} to a @ref{63,,merchant}.
-@anchor{taler-developer-manual term-recoup}@anchor{a0}
+Refers to the overall process of negotiating a @ref{7e,,contract} and then
+making a payment with @ref{6a,,coins} to a @ref{62,,merchant}.
+@anchor{taler-developer-manual term-recoup}@anchor{9f}
@geindex recoup
@item recoup
Operation by which an exchange returns the value of coins affected
-by a @ref{a1,,revocation} to their @ref{9a,,owner}, either by allowing the owner to
-withdraw new coins or wiring funds back to the bank account of the @ref{9a,,owner}.
-@anchor{taler-developer-manual term-refresh}@anchor{7b}
+by a @ref{a0,,revocation} to their @ref{99,,owner}, either by allowing the owner to
+withdraw new coins or wiring funds back to the bank account of the @ref{99,,owner}.
+@anchor{taler-developer-manual term-refresh}@anchor{7a}
@geindex refresh
-@item refresh@anchor{taler-developer-manual term-refreshing}@anchor{a2}
+@item refresh@anchor{taler-developer-manual term-refreshing}@anchor{a1}
@geindex refreshing
@itemx refreshing
-operation by which a @ref{86,,dirty coin} is converted into one or more
-@ref{7c,,fresh} coins. Involves @ref{8c,,melting} the @ref{86,,dirty coin} and
-then @ref{a3,,revealing} so-called @ref{a4,,transfer keys}.
-@anchor{taler-developer-manual term-refund}@anchor{a5}
+operation by which a @ref{85,,dirty coin} is converted into one or more
+@ref{7b,,fresh} coins. Involves @ref{8b,,melting} the @ref{85,,dirty coin} and
+then @ref{a2,,revealing} so-called @ref{a3,,transfer keys}.
+@anchor{taler-developer-manual term-refund}@anchor{a4}
@geindex refund
-@item refund@anchor{taler-developer-manual term-refunding}@anchor{8d}
+@item refund@anchor{taler-developer-manual term-refunding}@anchor{8c}
@geindex refunding
@itemx refunding
operation by which a merchant steps back from the right to funds that he
-obtained from a @ref{82,,deposit} operation, giving the right to the funds back
+obtained from a @ref{81,,deposit} operation, giving the right to the funds back
to the customer
-@anchor{taler-developer-manual term-refund-transaction-id}@anchor{a6}
+@anchor{taler-developer-manual term-refund-transaction-id}@anchor{a5}
@geindex refund transaction id
@item refund transaction id
-unique number by which a merchant identifies a @ref{a5,,refund}. Needed
+unique number by which a merchant identifies a @ref{a4,,refund}. Needed
as refunds can be partial and thus there could be multiple refunds for
-the same @ref{9f,,purchase}.
-@anchor{taler-developer-manual term-relative-time}@anchor{60}
+the same @ref{9e,,purchase}.
+@anchor{taler-developer-manual term-relative-time}@anchor{5f}
@geindex relative time
@item relative time
-method of keeping time in @ref{5f,,GNUnet} where the time is represented
+method of keeping time in @ref{5e,,GNUnet} where the time is represented
as a relative number of microseconds. Thus, a relative time specifies
an offset or a duration, but not a date. Called relative time in
-contrast to @ref{5e,,absolute time}.
-@anchor{taler-developer-manual term-reserve}@anchor{72}
+contrast to @ref{5d,,absolute time}.
+@anchor{taler-developer-manual term-reserve}@anchor{71}
@geindex reserve
@item reserve
accounting mechanism used by the exchange to track customer funds
-from incoming @ref{8e,,wire transfers}. A reserve is created whenever
+from incoming @ref{8d,,wire transfers}. A reserve is created whenever
a customer wires money to the exchange using a well-formed public key
-in the subject. The exchange then allows the customer's @ref{69,,wallet}
-to @ref{74,,withdraw} up to the amount received in @ref{7c,,fresh}
-@ref{6b,,coins} from the reserve, thereby draining the reserve. If a
-reserve is not drained, the exchange eventually @ref{6f,,closes} it.
+in the subject. The exchange then allows the customer’s @ref{68,,wallet}
+to @ref{73,,withdraw} up to the amount received in @ref{7b,,fresh}
+@ref{6a,,coins} from the reserve, thereby draining the reserve. If a
+reserve is not drained, the exchange eventually @ref{6e,,closes} it.
Other definition: Funds set aside for future use; either the balance of a customer at the
exchange ready for withdrawal, or the funds kept in the exchange;s bank
account to cover obligations from coins in circulation.
-@anchor{taler-developer-manual term-reveal}@anchor{7e}
+@anchor{taler-developer-manual term-reveal}@anchor{7d}
@geindex reveal
-@item reveal@anchor{taler-developer-manual term-revealing}@anchor{a3}
+@item reveal@anchor{taler-developer-manual term-revealing}@anchor{a2}
@geindex revealing
@itemx revealing
-step in the @ref{7b,,refresh} protocol where some of the transfer private
+step in the @ref{7a,,refresh} protocol where some of the transfer private
keys are revealed to prove honest behavior on the part of the wallet.
-In the reveal step, the exchange returns the signed @ref{7c,,fresh} coins.
-@anchor{taler-developer-manual term-revoke}@anchor{a7}
+In the reveal step, the exchange returns the signed @ref{7b,,fresh} coins.
+@anchor{taler-developer-manual term-revoke}@anchor{a6}
@geindex revoke
-@item revoke@anchor{taler-developer-manual term-revocation}@anchor{a1}
+@item revoke@anchor{taler-developer-manual term-revocation}@anchor{a0}
@geindex revocation
@itemx revocation
@@ -3364,109 +3343,109 @@ exceptional operation by which an exchange withdraws a denomination from
circulation, either because the signing key was compromised or because
the exchange is going out of operation; unspent coins of a revoked
denomination are subjected to recoup.
-@anchor{taler-developer-manual term-sharing}@anchor{a8}
+@anchor{taler-developer-manual term-sharing}@anchor{a7}
@geindex sharing
@item sharing
-users can share ownership of a @ref{76,,coin} by sharing access to the coin&#39;s
+users can share ownership of a @ref{75,,coin} by sharing access to the coin's
private key, thereby allowing all co-owners to spend the coin at any
time.
-@anchor{taler-developer-manual term-spend}@anchor{6a}
+@anchor{taler-developer-manual term-spend}@anchor{69}
@geindex spend
-@item spend@anchor{taler-developer-manual term-spending}@anchor{a9}
+@item spend@anchor{taler-developer-manual term-spending}@anchor{a8}
@geindex spending
@itemx spending
operation by which a customer gives a merchant the right to deposit
coins in return for merchandise
-@anchor{taler-developer-manual term-terms}@anchor{aa}
+@anchor{taler-developer-manual term-terms}@anchor{a9}
@geindex terms
@item terms
the general terms of service of an operator, possibly including
-the @ref{9c,,privacy policy}. Not to be confused with the
-@ref{80,,contract terms} which are about the specific purchase.
-@anchor{taler-developer-manual term-transaction}@anchor{ab}
+the @ref{9b,,privacy policy}. Not to be confused with the
+@ref{7f,,contract terms} which are about the specific purchase.
+@anchor{taler-developer-manual term-transaction}@anchor{aa}
@geindex transaction
@item transaction
method by which ownership is exclusively transferred from one entity
-@anchor{taler-developer-manual term-transfer}@anchor{67}
+@anchor{taler-developer-manual term-transfer}@anchor{66}
@geindex transfer
-@item transfer@anchor{taler-developer-manual term-transfers}@anchor{ac}
+@item transfer@anchor{taler-developer-manual term-transfers}@anchor{ab}
@geindex transfers
-@itemx transfers@anchor{taler-developer-manual term-wire-transfer}@anchor{64}
+@itemx transfers@anchor{taler-developer-manual term-wire-transfer}@anchor{63}
@geindex wire transfer
-@itemx wire transfer@anchor{taler-developer-manual term-wire-transfers}@anchor{8e}
+@itemx wire transfer@anchor{taler-developer-manual term-wire-transfers}@anchor{8d}
@geindex wire transfers
@itemx wire transfers
-method of sending funds between @ref{65,,bank} accounts
-@anchor{taler-developer-manual term-transfer-key}@anchor{ad}
+method of sending funds between @ref{64,,bank} accounts
+@anchor{taler-developer-manual term-transfer-key}@anchor{ac}
@geindex transfer key
-@item transfer key@anchor{taler-developer-manual term-transfer-keys}@anchor{a4}
+@item transfer key@anchor{taler-developer-manual term-transfer-keys}@anchor{a3}
@geindex transfer keys
@itemx transfer keys
-special cryptographic key used in the @ref{7b,,refresh} protocol, some of which
-are revealed during the @ref{7e,,reveal} step. Note that transfer keys have,
-despite the name, no relationship to @ref{8e,,wire transfers}. They merely
-help to transfer the value from a @ref{86,,dirty coin} to a @ref{8f,,fresh coin}
-@anchor{taler-developer-manual term-user}@anchor{ae}
+special cryptographic key used in the @ref{7a,,refresh} protocol, some of which
+are revealed during the @ref{7d,,reveal} step. Note that transfer keys have,
+despite the name, no relationship to @ref{8d,,wire transfers}. They merely
+help to transfer the value from a @ref{85,,dirty coin} to a @ref{8e,,fresh coin}
+@anchor{taler-developer-manual term-user}@anchor{ad}
@geindex user
@item user
any individual using the Taler payment system
-(see @ref{6d,,customer}, @ref{68,,buyer}, @ref{63,,merchant}).
-@anchor{taler-developer-manual term-version}@anchor{af}
+(see @ref{6c,,customer}, @ref{67,,buyer}, @ref{62,,merchant}).
+@anchor{taler-developer-manual term-version}@anchor{ae}
@geindex version
@item version
Taler uses various forms of versioning. There is a database
schema version (stored itself in the database, see *-0000.sql) describing
-the state of the table structure in the database of an @ref{62,,exchange},
-@ref{66,,auditor} or @ref{63,,merchant}. There is a protocol
+the state of the table structure in the database of an @ref{61,,exchange},
+@ref{65,,auditor} or @ref{62,,merchant}. There is a protocol
version (CURRENT:REVISION:AGE, see GNU libtool) which specifies
-the network protocol spoken by an @ref{62,,exchange} or @ref{63,,merchant}
+the network protocol spoken by an @ref{61,,exchange} or @ref{62,,merchant}
including backwards-compatibility. And finally there is the software
release version (MAJOR.MINOR.PATCH, see @indicateurl{https://semver.org/}) of
the respective code base.
-@anchor{taler-developer-manual term-wallet}@anchor{69}
+@anchor{taler-developer-manual term-wallet}@anchor{68}
@geindex wallet
@item wallet
-software running on a customer's computer; withdraws, stores and
+software running on a customer’s computer; withdraws, stores and
spends coins
-@anchor{taler-developer-manual term-WebExtension}@anchor{b0}
+@anchor{taler-developer-manual term-WebExtension}@anchor{af}
@geindex WebExtension
@item WebExtension
Cross-browser API used to implement the GNU Taler wallet browser extension.
-@anchor{taler-developer-manual term-wire-gateway}@anchor{b1}
+@anchor{taler-developer-manual term-wire-gateway}@anchor{b0}
@geindex wire gateway
@item wire gateway
FIXME: explain
-@anchor{taler-developer-manual term-wire-transfer-identifier}@anchor{b2}
+@anchor{taler-developer-manual term-wire-transfer-identifier}@anchor{b1}
@geindex wire transfer identifier
-@item wire transfer identifier@anchor{taler-developer-manual term-wtid}@anchor{b3}
+@item wire transfer identifier@anchor{taler-developer-manual term-wtid}@anchor{b2}
@geindex wtid
@itemx wtid
@@ -3474,35 +3453,35 @@ FIXME: explain
Subject of a wire transfer from the exchange to a merchant;
set by the aggregator to a random nonce which uniquely
identifies the transfer.
-@anchor{taler-developer-manual term-withdraw}@anchor{74}
+@anchor{taler-developer-manual term-withdraw}@anchor{73}
@geindex withdraw
-@item withdraw@anchor{taler-developer-manual term-withdrawing}@anchor{8b}
+@item withdraw@anchor{taler-developer-manual term-withdrawing}@anchor{8a}
@geindex withdrawing
-@itemx withdrawing@anchor{taler-developer-manual term-withdrawal}@anchor{b4}
+@itemx withdrawing@anchor{taler-developer-manual term-withdrawal}@anchor{b3}
@geindex withdrawal
@itemx withdrawal
-operation by which a @ref{69,,wallet} can convert funds from a @ref{72,,reserve} to
+operation by which a @ref{68,,wallet} can convert funds from a @ref{71,,reserve} to
fresh coins
-@anchor{taler-developer-manual term-zombie}@anchor{b5}
+@anchor{taler-developer-manual term-zombie}@anchor{b4}
@geindex zombie
-@item zombie@anchor{taler-developer-manual term-zombie-coin}@anchor{b6}
+@item zombie@anchor{taler-developer-manual term-zombie-coin}@anchor{b5}
@geindex zombie coin
@itemx zombie coin
-coin where the respective @ref{81,,denomination key} is past its
-@ref{82,,deposit} @ref{89,,expiration} time, but which is still (again) valid
-for an operation because it was @ref{97,,melted} while it was still
-valid, and then later again credited during a @ref{a0,,recoup} process
+coin where the respective @ref{80,,denomination key} is past its
+@ref{81,,deposit} @ref{88,,expiration} time, but which is still (again) valid
+for an operation because it was @ref{96,,melted} while it was still
+valid, and then later again credited during a @ref{9f,,recoup} process
@end table
@node Developer Tools,Index,Developer Glossary,Top
-@anchor{taler-developer-manual developer-tools}@anchor{b7}
+@anchor{taler-developer-manual developer-tools}@anchor{b6}
@chapter Developer Tools
@@ -3515,7 +3494,7 @@ developer.
@end menu
@node taler-harness,,,Developer Tools
-@anchor{taler-developer-manual taler-harness}@anchor{b8}
+@anchor{taler-developer-manual taler-harness}@anchor{b7}
@section taler-harness