summaryrefslogtreecommitdiff
path: root/design-documents
diff options
context:
space:
mode:
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".