gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: DD37: We don't allow force-deletion


From: gnunet
Subject: [taler-docs] branch master updated: DD37: We don't allow force-deletion anymore
Date: Tue, 16 May 2023 17:16:58 +0200

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

dold pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new d6b91a53 DD37: We don't allow force-deletion anymore
d6b91a53 is described below

commit d6b91a53811b209685b5311bf25c50da3f1dfe56
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue May 16 17:16:55 2023 +0200

    DD37: We don't allow force-deletion anymore
---
 design-documents/037-wallet-transactions-lifecycle.rst | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/design-documents/037-wallet-transactions-lifecycle.rst 
b/design-documents/037-wallet-transactions-lifecycle.rst
index 99cb0985..25dcde9b 100644
--- a/design-documents/037-wallet-transactions-lifecycle.rst
+++ b/design-documents/037-wallet-transactions-lifecycle.rst
@@ -401,7 +401,6 @@ Transaction Type: Payment to Merchant
 
   * ``[success] => aborted(pay-incomplete)``
   * ``[already-paid] => done``
-  * ``[action:force-delete] => deleted``: User may lose money.
 
 * ``aborted(refunded)``
 
@@ -504,7 +503,6 @@ the same as if the double-spending transaction had been 
deleted by the user.
   A refresh operation was suspended by the user.
 
   * ``[action:resume] => pending``
-  * ``[action:force-delete] => deleted``
 
 * ``done``
 
@@ -542,7 +540,6 @@ Transaction Type: Tip
 
   The user suspended the operation to download the tip data.
 
-  * ``[action:force-delete] => deleted``
   * ``[action:resume] => pending(query)``
 
 * ``pending(user)``
@@ -552,7 +549,6 @@ Transaction Type: Tip
 
   * ``[tip-expired] => failed``
   * ``[action:accept] => pending(pickup)``
-  * ``[action:force-delete] => deleted``
 
 * ``pending(pickup)``
 
@@ -567,7 +563,6 @@ Transaction Type: Tip
 
   The user suspended the operation while the tip was being picked up.
 
-  * ``[action:force-delete] => deleted``
   * ``[tip-expired] => failed``
   * ``[action:resume] => pending(pickup)``
 
@@ -585,7 +580,6 @@ Transaction Type: Tip
   the tip expires, as the wallet balance threshold KYC likely applies even
   without the tip.
 
-  * ``[action:force-delete] => deleted``
   * ``[action:resume] => pending(kyc)``
 
 * ``done``
@@ -642,7 +636,6 @@ Transaction Type: Deposit
   The user suspended us while we were waiting for KYC to be finished.
 
   * ``[action:resume] => pending(kyc)``
-  * ``[action:force-delete] => deleted``
 
 * ``pending(aml)``
 
@@ -656,7 +649,6 @@ Transaction Type: Deposit
   The user suspended us while we were waiting for AML to be finished.
 
   * ``[action:resume] => pending(aml)``
-  * ``[action:force-delete] => deleted``
 
 * ``aborting(refund)``
 
@@ -671,7 +663,6 @@ Transaction Type: Deposit
   The user suspended us while we were trying to get a refund.
 
   * ``[action:resume] => aborting(refund)``
-  * ``[action:force-delete] => deleted``
 
 * ``aborting(refresh)``
 
@@ -684,7 +675,6 @@ Transaction Type: Deposit
   The user suspended us while we were trying to do the refresh.
 
   * ``[action:resume] => aborting(refresh)``
-  * ``[action:force-delete] => deleted``
 
 * ``aborted``
 
@@ -803,14 +793,12 @@ States and transitions:
   The download of the purse meta data was suspended by the user.
 
   * ``[action:resume] => pending(download)``
-  * ``[action:force-delete] => deleted``
 
 * ``pending(user)``
 
   User needs to decide about accepting the money.
 
   * ``[action:accept] => pending(merge)``
-  * ``[action:force-delete] => deleted``
   * ``[timeout] => failed``: User took too long to decide.
 
 * ``pending(merge)``
@@ -837,7 +825,6 @@ States and transitions:
   and that check was suspended by the user.
 
   * ``[action:resume] => pending(kyc)``
-  * ``[action:force-delete] => deleted``
   * ``[timeout] => failed``: The purse expired before we could complete the 
merge.
 
 * ``pending(withdraw)``
@@ -856,7 +843,6 @@ States and transitions:
   The user requested the withdraw operation to be suspended.
 
   * ``[action:resume] => pending(withdraw)``
-  * ``[action:force-delete] => deleted``: Money is lost.
 
 * ``pending(withdraw-kyc)``
 
@@ -873,7 +859,6 @@ States and transitions:
   and that check was suspended by the user.
 
   * ``[action:resume] => pending(withdraw-kyc)``
-  * ``[action:force-delete] => deleted``: Money is lost.
 
 * ``pending(withdraw-aml)``
 
@@ -969,7 +954,6 @@ TODO: Also specify variant where account reserve needs to 
be created / funded fi
   The user suspended a withdraw operation.
 
   * ``[action:resume] => pending(withdraw)``
-  * ``[action:force-delete] => deleted``
 
 * ``pending(kyc)``
 
@@ -983,7 +967,6 @@ TODO: Also specify variant where account reserve needs to 
be created / funded fi
   The user suspended waiting for the KYC operation to complete.
 
   * ``[action:resume] => pending(kyc)``
-  * ``[action:force-delete] => deleted``
 
 * ``pending(aml)``
 
@@ -997,7 +980,6 @@ TODO: Also specify variant where account reserve needs to 
be created / funded fi
   The user suspended waiting for the AML decision to be successful.
 
   * ``[action:resume] => pending(aml)``
-  * ``[action:force-delete] => deleted``
 
 * ``failed``
 

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