forked from bitcoinops/bitcoinops.github.io
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcasa.yaml
56 lines (56 loc) · 1.64 KB
/
casa.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
---
name: Casa
internal_url: /en/compatibility/casa
logo: /img/compatibility/casa/casa.png
rbf:
tested:
date: "2019-10-24"
platforms:
- iOS
version: "2.9.0"
features:
receive:
notification: "false"
list: "false"
details: "false"
shows_replaced_version: "false"
shows_original_version: "false"
send:
signals_bip125: "false"
list: "false"
details: "false"
shows_replaced_version: "false"
shows_original_version: "false"
examples:
- image: /img/compatibility/casa/rbf/approve-send-transaction.png
caption: >
Sending Transaction - Default send transaction screen. No RBF options.
- image: /img/compatibility/casa/rbf/transaction-list.png
caption: >
Receiving Replacement Transaction - Since no unconfirmed transaction
appears, neither original nor replacement show until the replacement
transactions confirms.
segwit:
tested:
date: "2019-10-24"
platforms:
- iOS
version: "2.9.0"
features:
receive:
p2sh_wrapped: "true"
bech32: "false"
default: "p2sh_wrapped_p2wsh"
send:
bech32: "true"
change_bech32: "false"
segwit_v1: "Fails on signing attempt."
bech32_p2wsh: "true"
examples:
- image: /img/compatibility/casa/segwit/receive-p2sh-wrapped-segwit.png
caption: >
Casa Keymaster defaults to P2SH-wrapped segwit addresses.
- image: /img/compatibility/casa/segwit/send-to-bech32.png
caption: >
Casa Keymaster allows sending to bech32 addresses. Change addresses
are not bech32 native, but P2SH-wrapped segwit addresses.