gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: mark status as deprecated


From: gnunet
Subject: [taler-wallet-core] branch master updated: mark status as deprecated
Date: Fri, 13 Jan 2023 19:08:53 +0100

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

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

The following commit(s) were added to refs/heads/master by this push:
     new e573c5687 mark status as deprecated
e573c5687 is described below

commit e573c56873a954abdc3eae3de7afc57e4e092f7a
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Fri Jan 13 15:08:44 2023 -0300

    mark status as deprecated
---
 packages/taler-util/src/transactions-types.ts | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/packages/taler-util/src/transactions-types.ts 
b/packages/taler-util/src/transactions-types.ts
index 59116a150..3678dfa86 100644
--- a/packages/taler-util/src/transactions-types.ts
+++ b/packages/taler-util/src/transactions-types.ts
@@ -91,14 +91,20 @@ export interface TransactionCommon {
 
   extendedStatus: ExtendedStatus;
 
-  // true if the transaction is still pending, false otherwise
-  // If a transaction is not longer pending, its timestamp will be updated,
-  // but its transactionId will remain unchanged
+  /**
+   * true if the transaction is still pending, false otherwise
+   * If a transaction is not longer pending, its timestamp will be updated,
+   * but its transactionId will remain unchanged
+   * 
+   * @deprecated show extendedStatus
+   */
   pending: boolean;
 
   /**
    * True if the transaction encountered a problem that might be
    * permanent.  A frozen transaction won't be automatically retried.
+   * 
+   * @deprecated show extendedStatus
    */
   frozen: boolean;
 
@@ -345,6 +351,8 @@ export interface TransactionPayment extends 
TransactionCommon {
 
   /**
    * How far did the wallet get with processing the payment?
+   * 
+   * @deprecated use extendedStatus
    */
   status: PaymentStatus;
 

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