gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: store device ID


From: gnunet
Subject: [taler-wallet-core] branch master updated: store device ID
Date: Mon, 07 Dec 2020 22:19:19 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 6f474a3b store device ID
6f474a3b is described below

commit 6f474a3b9dba2ccf869e28a528337cadc8b35650
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Dec 7 23:19:14 2020 +0100

    store device ID
---
 packages/taler-wallet-core/src/types/backupTypes.ts | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/packages/taler-wallet-core/src/types/backupTypes.ts 
b/packages/taler-wallet-core/src/types/backupTypes.ts
index 6e65cd72..6bdf2699 100644
--- a/packages/taler-wallet-core/src/types/backupTypes.ts
+++ b/packages/taler-wallet-core/src/types/backupTypes.ts
@@ -81,6 +81,14 @@ export interface WalletBackupContentV1 {
    */
   wallet_root_pub: string;
 
+  /**
+   * Current device identifier that "owns" the backup.
+   * 
+   * This identifier allows one wallet to notice when another
+   * wallet is "alive" and connected to the same sync provider.
+   */
+  current_device_id: string;
+
   /**
    * Per-exchange data sorted by exchange master public key.
    *

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]