mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 18:38:09 +01:00
doc, tests: Test sequence diagrams are accurate.
Add delay between detecting PTX and redeeming ITX. Add bid state history to json api. Hide Tx none states in bid state history.
This commit is contained in:
@@ -26,6 +26,7 @@ xu {
|
||||
N >> B [label="Detects Initiate Tx"];
|
||||
B abox B [label="ITX Sent", textbgcolor="#4bdbf1"];
|
||||
B => B [label="Wait for ITX to confirm"], O => O [label="Wait for ITX to confirm"];
|
||||
B abox B [label="Bid Initiated"];
|
||||
B abox B [label="ITX Confirmed", textbgcolor="#4bdbf1"];
|
||||
B =>> N [label="Sends Participate Tx"],
|
||||
C note C2
|
||||
|
||||
@@ -28,6 +28,7 @@ xu {
|
||||
textbgcolor="#FFFFCC"];
|
||||
O =>> N [label="Sends script-coin-lock-tx"],
|
||||
B abox B [label="Bid Script coin spend tx valid"];
|
||||
B abox B [label="Exchanged script lock spend tx msg"];
|
||||
B => B [label="Wait for script-coin-lock-tx to confirm"];
|
||||
B abox B [label="Bid Script coin locked"];
|
||||
CB alt C [label="success path"] {
|
||||
|
||||
Reference in New Issue
Block a user