forked from bitcoinops/bitcoinops.github.io
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcashapp.yaml
72 lines (72 loc) · 2.62 KB
/
cashapp.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
---
name: Cash App
internal_url: /en/compatibility/cashapp
logo: /img/compatibility/cashapp/cashapp.png
rbf:
tested:
date: "2020-01-24"
platforms:
- iOS
version: "3.5.1"
features:
receive:
notification: "false"
list: "false"
details: "false"
shows_replaced_version: "false"
shows_original_version: "false"
send:
signals_bip125: "false"
list: "untested"
details: "untested"
shows_replaced_version: "untested"
shows_original_version: "untested"
examples:
- image: /img/compatibility/cashapp/rbf/send-screen-default.png
caption: >
Sending RBF Transaction - Default send transaction screen.
- image: /img/compatibility/cashapp/rbf/send-confirm.png
caption: >
Sending RBF Transaction - Send transaction confirmation screen. Transaction sent without RBF signaled.
- image: /img/compatibility/cashapp/rbf/transaction-details-sent.png
caption: >
Bumping RBF Transaction - Transaction details screen. Transaction not sent with RBF so no bumping possible.
- image: /img/compatibility/cashapp/rbf/transaction-list-sent.png
caption: >
Bumping RBF Transaction - Transaction list screen. Transaction not sent with RBF so no bumping possible.
- image: /img/compatibility/cashapp/rbf/incoming-notification.png
caption: >
Receiving RBF Transaction - Transaction email notification. No RBF notice
(email occurred after confirmation).
- image: /img/compatibility/cashapp/rbf/transaction-list-incoming.png
caption: >
Receiving RBF Transaction - Transaction list screen. Unconfirmed
incoming transactions are shown as 'Pending' unless the transaction
signals RBF in which case it only appears in the 'Completed' list after confirmation.
- image: /img/compatibility/cashapp/rbf/transaction-details-incoming.png
caption: >
Receiving RBF Transaction - Transaction details. No RBF notice.
segwit:
tested:
date: "2020-01-24"
platforms:
- iOS
version: "3.5.1"
features:
receive:
p2sh_wrapped: "false"
bech32: "false"
default: "p2pkh"
send:
bech32: "true"
change_bech32: "false"
segwit_v1: "untested"
bech32_p2wsh: "true"
examples:
- image: /img/compatibility/cashapp/segwit/receive-screen.png
caption: >
Cash App does not have an option for receiving to bech32.
Cash App uses p2pkh addresses for receiving.
- image: /img/compatibility/cashapp/segwit/send-screen.png
caption: >
Cash App allows sending to either wrapped or native segwit addresses.