From 442de7161b84b9f28f51a39584ffbfd682a259ed Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 14 Jul 2021 17:01:53 +0200 Subject: update state machine diagrams --- anastasis.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'anastasis.rst') diff --git a/anastasis.rst b/anastasis.rst index 8ebe269f..1c4e39ef 100644 --- a/anastasis.rst +++ b/anastasis.rst @@ -1901,7 +1901,7 @@ The reducer will simply transition to the ``SECRET_EDITING`` state: { "backup_state": "SECRET_EDITING", - "upload_fees" : [ "KUDOS:42" ] + "upload_fees" : [ "KUDOS:42" ], "expiration" : { "t_ms" : 1245362362 } } @@ -1943,7 +1943,7 @@ be updated. { "backup_state": "SECRET_EDITING", - "core_secret" : "$DATA", + "core_secret" : { "$anything":"$anything" }, "secret_name" : "$NAME", "expiration" : { "t_ms" : 1245362362 }, "upload_fees" : [ "KUDOS:42" ] @@ -2001,7 +2001,8 @@ Example results are thus: { "backup_state": "TRUTHS_PAYING", - "core_secret" : "DATA", + "secret_name" : "$NAME", + "core_secret" : { "$anything":"$anything" }, "payments": [ "taler://pay/...", "taler://pay/..." @@ -2012,7 +2013,8 @@ Example results are thus: { "backup_state": "POLICIES_PAYING", - "core_secret" : "DATA", + "secret_name" : "$NAME", + "core_secret" : { "$anything":"$anything" }, "payments": [ "taler://pay/...", "taler://pay/..." -- cgit v1.2.3