forked from bitcoinops/bitcoinops.github.io
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathwasabi.yaml
76 lines (76 loc) · 2.76 KB
/
wasabi.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
---
name: Wasabi
internal_url: /en/compatibility/wasabi
logo: /img/compatibility/wasabi/wasabi.png
rbf:
tested:
date: "2019-12-19"
platforms:
- macOS
version: "1.1.10"
features:
receive:
notification: "true"
list: "false"
details: "false"
shows_replaced_version: "true"
shows_original_version: "false"
send:
signals_bip125: "false"
list: "false"
details: "false"
shows_replaced_version: "true"
shows_original_version: "false"
examples:
- image: /img/compatibility/wasabi/rbf/send-screen.png
caption: >
Sending Transaction - Send transaction screen. No RBF options. Wasabi
does signal for RBF randomly for 2% of transactions.
- image: /img/compatibility/wasabi/rbf/transaction-list-sent.png
caption: >
Attempting Transaction Replacement - Transaction list screen showing
sent transaction. No RBF bump options. Transaction not sent signaling
RBF. While Wasabi does not support manual sending RBF signaling transactions,
if a transaction replacement is done using the same seed in a different
wallet, Wasabi shows only the replacement transaction in the transaction
list.
- image: /img/compatibility/wasabi/rbf/transaction-list-incoming-rbf.png
caption: >
Receiving Transaction Signaling RBF - Incoming RBF signaling
transaction. No RBF flag.
- image: /img/compatibility/wasabi/rbf/notification-incoming-rbf.png
caption: >
Receiving Transaction Signaling RBF - Incoming RBF signaling
transaction notification notes that a transaction is replaceable. Wasabi
also displays whether the transaction was a replacement transaction.
- image: /img/compatibility/wasabi/rbf/transaction-list-incoming-replacement.png
caption: >
Receiving Replacement Transaction - Replacement transaction replaces
original transaction after transaction fee bump. No RBF indicator.
segwit:
tested:
date: "2019-12-19"
platforms:
- macOS
version: "1.1.10"
features:
receive:
p2sh_wrapped: "false"
bech32: "true"
default: "bech32"
send:
bech32: "true"
change_bech32: "true"
segwit_v1: "Fails on validation of the address."
bech32_p2wsh: "true"
examples:
- image: /img/compatibility/wasabi/segwit/receive-screen.png
caption: >
Wasabi only generates bech32 receive addresses.
- image: /img/compatibility/wasabi/segwit/send-screen.png
caption: >
Wasabi allows sending to any segwit v0 address.
#- image: /img/compatibility/wasabi/segwit/send-screen-segwit-v1-error.png
# caption: >
# Wasabi displays a validation error when attempting to send to a segwit
# v1 address.