summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/versions.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-09-09 21:16:20 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-09-09 21:16:20 +0530
commitf32062ccf030d4a2059db26186476d3962c931e2 (patch)
tree8e927361af7a5c45252bd5298f1222bf5dd3cace /packages/taler-wallet-core/src/operations/versions.ts
parenta602e6714e09b80599b5db7b340aefcce459c973 (diff)
downloadwallet-core-f32062ccf030d4a2059db26186476d3962c931e2.tar.gz
wallet-core-f32062ccf030d4a2059db26186476d3962c931e2.tar.bz2
wallet-core-f32062ccf030d4a2059db26186476d3962c931e2.zip
check bank's protocol version first, fix typo
Diffstat (limited to 'packages/taler-wallet-core/src/operations/versions.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/versions.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/operations/versions.ts b/packages/taler-wallet-core/src/operations/versions.ts
index 31c4921c6..11ff8f528 100644
--- a/packages/taler-wallet-core/src/operations/versions.ts
+++ b/packages/taler-wallet-core/src/operations/versions.ts
@@ -29,6 +29,13 @@ export const WALLET_EXCHANGE_PROTOCOL_VERSION = "8:0:0";
export const WALLET_MERCHANT_PROTOCOL_VERSION = "1:0:0";
/**
+ * Protocol version spoken with the merchant.
+ *
+ * Uses libtool's current:revision:age versioning.
+ */
+export const WALLET_BANK_INTEGRATION_PROTOCOL_VERSION = "0:0:0";
+
+/**
* Cache breaker that is appended to queries such as /keys and /wire
* to break through caching, if it has been accidentally/badly configured
* by the exchange.