summaryrefslogtreecommitdiff
path: root/design-documents/011-auditor-db-sync.rst
diff options
context:
space:
mode:
Diffstat (limited to 'design-documents/011-auditor-db-sync.rst')
-rw-r--r--design-documents/011-auditor-db-sync.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/design-documents/011-auditor-db-sync.rst b/design-documents/011-auditor-db-sync.rst
index 34432985..fb2e3bea 100644
--- a/design-documents/011-auditor-db-sync.rst
+++ b/design-documents/011-auditor-db-sync.rst
@@ -122,6 +122,28 @@ Those are:
* /auditors/ --- the exchange updates the /is_active/ and /last_change/
fields. The entire table is of no concern to the auditor.
+A good order for replicating the tables should be:
+
+* exchange_sign_keys
+* signkey_revocations
+* auditors
+* denominations
+* denomination_revocations
+* auditor_denom_sigs
+* reserves
+* reserves_out
+* reserves_in
+* reserves_close
+* known_coins
+* deposits
+* refunds
+* refresh_commitments
+* refresh_transfer_keys
+* refresh_revealed_coins
+* recoup_refresh
+* recoup
+
+
Alternatives
============