You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -114,6 +117,7 @@ Click on an Event below to view its structure:
114
117
```
115
118
</CollapsibleSection>
116
119
120
+
117
121
#### StartFailed
118
122
119
123
The `StartFailed` event indicates that some of the pre-checks did not pass, and therefore the swap did not start.
@@ -130,6 +134,7 @@ The swap finishes immediately when this event occurs.
130
134
```
131
135
</CollapsibleSection>
132
136
137
+
133
138
#### Negotiated
134
139
135
140
The `Negotiated` event indicates that taker has received and validated swap negotiation data from maker.
@@ -157,6 +162,7 @@ Taker sends dex fee after this event occurs.
157
162
```
158
163
</CollapsibleSection>
159
164
165
+
160
166
#### NegotiateFailed
161
167
162
168
The `NegotiateFailed` event indicates that maker negotiation data was not received or did not pass validation.
@@ -178,6 +184,7 @@ The swap finishes immediately when this event occurs.
178
184
```
179
185
</CollapsibleSection>
180
186
187
+
181
188
#### TakerFeeSent
182
189
183
190
The `TakerFeeSent` event indicates that taker broadcast the dex fee transaction.
@@ -201,6 +208,7 @@ Taker starts waiting for maker payment after this event occurs.
201
208
```
202
209
</CollapsibleSection>
203
210
211
+
204
212
#### TakerFeeSendFailed
205
213
206
214
The `TakerFeeSendFailed` event indicates that the taker dex fee transaction failed to broadcast to the taker coin blockchain, or that the taker failed to send the transaction data to maker.
@@ -217,6 +225,7 @@ The swap finishes immediately when this event occurs.
217
225
```
218
226
</CollapsibleSection>
219
227
228
+
220
229
#### TakerPaymentInstructionsReceived
221
230
222
231
The `TakerPaymentInstructionsReceived` event indicates that the taker has received payment instructions.
@@ -232,6 +241,7 @@ This event does not have additional data.
232
241
```
233
242
</CollapsibleSection>
234
243
244
+
235
245
#### MakerPaymentValidateFailed
236
246
237
247
The `MakerPaymentValidateFailed` event indicates that taker was not able to receive or validate the maker payment transaction.
@@ -248,6 +258,7 @@ The swap finishes immediately when this event occurs.
248
258
```
249
259
</CollapsibleSection>
250
260
261
+
251
262
#### MakerPaymentReceived
252
263
253
264
The `MakerPaymentReceived` event indicates that taker received the maker payment transaction data.
@@ -295,6 +306,7 @@ Taker swap finishes immediately when this event occurs.
295
306
```
296
307
</CollapsibleSection>
297
308
309
+
298
310
#### MakerPaymentValidatedAndConfirmed
299
311
300
312
The `MakerPaymentValidatedAndConfirmed` event indicates that taker validated maker payment and the payment was confirmed the required number of times.
@@ -311,6 +323,7 @@ This event does not have additional data.
311
323
```
312
324
</CollapsibleSection>
313
325
326
+
314
327
#### TakerPaymentSent
315
328
316
329
The `TakerPaymentSent` event indicates that taker broadcast taker payment transaction to taker coin blockchain.
@@ -334,6 +347,7 @@ Taker starts waiting for maker to spend this transaction.
334
347
```
335
348
</CollapsibleSection>
336
349
350
+
337
351
#### TakerPaymentTransactionFailed
338
352
339
353
The `TakerPaymentTransactionFailed` event indicates that taker failed to broadcast transaction to taker coin blockchain.
@@ -350,6 +364,7 @@ The swap finishes immediately when this event occurs.
350
364
```
351
365
</CollapsibleSection>
352
366
367
+
353
368
#### TakerPaymentWaitConfirmFailed
354
369
355
370
The `TakerPaymentWaitConfirmFailed` event indicates that the taker payment transaction did not reach the required number of confirmations before the internal timeout expiration.
@@ -366,6 +381,7 @@ When this event occurs taker starts waiting for taker payment lock time expirati
366
381
```
367
382
</CollapsibleSection>
368
383
384
+
369
385
#### TakerPaymentDataSendFailed
370
386
371
387
The `TakerPaymentDataSendFailed` event indicates that taker was not able to send his payment data to maker due to a network error.
@@ -382,6 +398,7 @@ When this event occurs taker starts waiting for taker payment lock time expirati
382
398
```
383
399
</CollapsibleSection>
384
400
401
+
385
402
#### TakerPaymentSpent
386
403
387
404
The `TakerPaymentSpent` event indicates that maker spent taker payment and taker discovered the transaction.
@@ -410,6 +427,7 @@ When this event occurs taker extracts the secret from the transaction and attemp
410
427
```
411
428
</CollapsibleSection>
412
429
430
+
413
431
#### TakerPaymentWaitForSpendFailed
414
432
415
433
The `TakerPaymentWaitForSpendFailed` event indicates that maker did not spend taker payment before lock time expiration.
@@ -426,6 +444,7 @@ When this event occurs taker attempts to refund the payment.
426
444
```
427
445
</CollapsibleSection>
428
446
447
+
429
448
#### MakerPaymentSpendFailed
430
449
431
450
The `MakerPaymentSpendFailed` event indicates that taker failed to broadcast **maker payment spend** transaction to the maker coin blockchain.
@@ -447,6 +466,7 @@ The swap finishes immediately when this event occurs.
447
466
```
448
467
</CollapsibleSection>
449
468
469
+
450
470
#### MakerPaymentSpent
451
471
452
472
The `MakerPaymentSpent` event indicates that taker spent maker payment.
@@ -470,6 +490,31 @@ The swap finishes immediately when this event occurs.
470
490
```
471
491
</CollapsibleSection>
472
492
493
+
494
+
#### MakerPaymentSpentByWatcher
495
+
496
+
The `MakerPaymentSpentByWatcher` event indicates that the maker payment has been released to the taker while the taker was offline.
497
+
498
+
The swap finishes immediately when this event occurs.
`TakerPaymentWaitRefundStarted` event indicates that taker started waiting for lock time expiration to refund the payment.
@@ -483,6 +528,7 @@ The swap finishes immediately when this event occurs.
483
528
```
484
529
</CollapsibleSection>
485
530
531
+
486
532
#### TakerPaymentRefundStarted
487
533
488
534
`TakerPaymentRefundStarted` event indicates that taker was has initiated the refund process.
@@ -493,6 +539,23 @@ The swap finishes immediately when this event occurs.
493
539
```
494
540
</CollapsibleSection>
495
541
542
+
543
+
#### TakerPaymentRefundedByWatcher
544
+
545
+
The `TakerPaymentRefundedByWatcher` is fired if the watcher refunded the taker payment for the taker while the taker is offline.
546
+
It will be shown in the swap status when the taker runs the defi framework again after being offline (if the watcher refunded the swap during the time the taker was offline).
0 commit comments