gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: more transitions


From: gnunet
Subject: [taler-docs] branch master updated: more transitions
Date: Thu, 16 Feb 2023 20:06:25 +0100

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 7a35e85  more transitions
7a35e85 is described below

commit 7a35e8575907ec7cd120721d6a6ffbbd5fedcba3
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Feb 16 20:06:20 2023 +0100

    more transitions
---
 design-documents/037-wallet-transactions-lifecycle.rst | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/design-documents/037-wallet-transactions-lifecycle.rst 
b/design-documents/037-wallet-transactions-lifecycle.rst
index a79f7d7..c499c28 100644
--- a/design-documents/037-wallet-transactions-lifecycle.rst
+++ b/design-documents/037-wallet-transactions-lifecycle.rst
@@ -143,6 +143,8 @@ 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.
   * ``[poll-success] => done``: The other party has accepted the payment.
+  * ``[poll-error] => ??``: The exchange claims that there is a permanent 
error regarding the purse. XXX: Do we continue
+    retrying? What do we do?
 
 * ``aborting(delete-purse)``
 
@@ -156,8 +158,9 @@ States and transitions:
 
 * ``aborting(refresh)``
 
-  * ``[processed] => aborted)``: Aborting was successful, money was reclaimed
-  * ``[action:give-up] => failed``: XXX will this abort the refresh session?
+  * ``[processed-success] => aborted)``: Refresh group finished. Aborting was 
successful, money was reclaimed
+  * ``[processed-failed] => failed)``: Refresh group failed to complete with a 
permanent error.
+  * ``[action:give-up] => failed``: XXX will this abort the refresh session or 
just orphan it?
 
 * ``done``
 

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