gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: DD37: no p2p (auto-)refunds


From: gnunet
Subject: [taler-docs] branch master updated: DD37: no p2p (auto-)refunds
Date: Sat, 22 Apr 2023 20:29: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 43a3dca  DD37: no p2p (auto-)refunds
43a3dca is described below

commit 43a3dca151682b7d64bcdd9872619143dad043d4
Author: Florian Dold <florian@dold.me>
AuthorDate: Sat Apr 22 20:29:54 2023 +0200

    DD37: no p2p (auto-)refunds
---
 design-documents/037-wallet-transactions-lifecycle.rst | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/design-documents/037-wallet-transactions-lifecycle.rst 
b/design-documents/037-wallet-transactions-lifecycle.rst
index 555526d..66aeb16 100644
--- a/design-documents/037-wallet-transactions-lifecycle.rst
+++ b/design-documents/037-wallet-transactions-lifecycle.rst
@@ -760,7 +760,7 @@ States and transitions:
 
   * ``[action:abort] => aborting(delete-purse)``: The user aborts the P2P 
payment. The wallet tries to reclaim money in the purse.
   * ``[purse-timeout] => aborting(refresh)``: The other party was too slow and 
the purse has now expired.
-  * ``[poll-success] => pending(refundable)``: The other party has accepted 
the payment.
+  * ``[poll-success] => done``: The other party has accepted the payment.
   * ``[poll-error] => aborting(refresh)``: The exchange claims that there is a 
permanent error regarding the purse.  (FIXME(CG): not clear that this is the 
best transition! Could also go to ``aborting(refund)`` or 
``aborting(delete-purse)``; best choice may depend on the specific error 
returned.)
 
 * ``aborting(delete-purse)``
@@ -786,12 +786,6 @@ States and transitions:
   * ``[processed-failed] => failed``: Refresh group failed to complete with a 
permanent error.
   * ``[action:abort-force] => failed``: The user explicitly asked us to give 
up and accepted the possible loss of funds.
 
-* ``pending(refundable)``
-
-  FIXME(CG): I do not understand this state. Left out. Remove?
-
-  * ``[auto-refund-timeout] => done``: FIXME(CG): I do not think we should 
have auto-refunds with P2P payments. Remove?
-
 * ``done``
 
   The transfer was successful.

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