summaryrefslogtreecommitdiff
path: root/design-documents
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-15 10:52:44 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-15 10:52:44 +0100
commit165dba24521ef6a9109bb819bf5d0eb77773d1c5 (patch)
treed2d3f3af599cb31c0735f085587324af5d43a571 /design-documents
parent0bf12e258315e8885a2ebaa04205acf6c64ff17d (diff)
downloaddocs-165dba24521ef6a9109bb819bf5d0eb77773d1c5.tar.gz
docs-165dba24521ef6a9109bb819bf5d0eb77773d1c5.tar.bz2
docs-165dba24521ef6a9109bb819bf5d0eb77773d1c5.zip
-update exchange API with new /keys for CS
Diffstat (limited to 'design-documents')
-rw-r--r--design-documents/023-taler-kyc.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/design-documents/023-taler-kyc.rst b/design-documents/023-taler-kyc.rst
index a2fc3c75..c3c11f02 100644
--- a/design-documents/023-taler-kyc.rst
+++ b/design-documents/023-taler-kyc.rst
@@ -127,6 +127,9 @@ wire_targets table will be tricky!
We can *either* not support a fully automatic migration, or do an "expensive"
migration with C logic (so not just SQL statements).
+Given the other database changes for protocol v9, it was decided to just
+not support any migration this time.
+
.. sourcecode:: sql
-- Everything in one big transaction
@@ -190,8 +193,6 @@ migration with C logic (so not just SQL statements).
COMMIT;
-TODO: Check if we missed miss any tables to migrate!
-
Merchant modifications
^^^^^^^^^^^^^^^^^^^^^^
@@ -227,7 +228,7 @@ long-poller return with positive news.
..note::
- Semi-related: The TMH_setup_wire_account() should be changed to use
+ Semi-related: The TMH_setup_wire_account() is changed to use
128-bit salt values (to keep ``deposits`` table small) and checks for salt
to be well-formed should be added "everywhere".