gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: wallet-core: store perExchang


From: gnunet
Subject: [taler-wallet-core] branch master updated: wallet-core: store perExchangeInfo for refreshes in DB
Date: Tue, 20 Feb 2024 00:34:49 +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 e10df554c wallet-core: store perExchangeInfo for refreshes in DB
e10df554c is described below

commit e10df554c9746971be0ec3f39a9cd98520066380
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Feb 20 00:34:49 2024 +0100

    wallet-core: store perExchangeInfo for refreshes in DB
---
 packages/taler-wallet-core/src/deposits.ts | 1 -
 packages/taler-wallet-core/src/refresh.ts  | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/deposits.ts 
b/packages/taler-wallet-core/src/deposits.ts
index 906503430..dc3831595 100644
--- a/packages/taler-wallet-core/src/deposits.ts
+++ b/packages/taler-wallet-core/src/deposits.ts
@@ -294,7 +294,6 @@ export class DepositTransactionContext implements 
TransactionContext {
         return undefined;
       },
     );
-    // FIXME: Also cancel ongoing work (via cancellation token, once 
implemented)
     ws.taskScheduler.stopShepherdTask(retryTag);
     notifyTransition(ws, transactionId, transitionInfo);
   }
diff --git a/packages/taler-wallet-core/src/refresh.ts 
b/packages/taler-wallet-core/src/refresh.ts
index 4c3bb493a..df0ab25f9 100644
--- a/packages/taler-wallet-core/src/refresh.ts
+++ b/packages/taler-wallet-core/src/refresh.ts
@@ -1296,6 +1296,7 @@ export async function createRefreshGroup(
     expectedOutputPerCoin: estimatedOutputPerCoin.map((x) =>
       Amounts.stringify(x),
     ),
+    infoPerExchange: outInfo.perExchangeInfo,
     timestampCreated: timestampPreciseToDb(TalerPreciseTimestamp.now()),
   };
 

-- 
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]