Skip to content

Commit 3b83f4b

Browse files
committed
compatibility data: greenaddress
1 parent db07f24 commit 3b83f4b

33 files changed

+132
-0
lines changed

_data/compatibility/greenaddress.yaml

Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
1+
---
2+
name: Green
3+
internal_url: /en/compatibility/greenaddress
4+
logo: /img/compatibility/greenaddress/greenaddress.png
5+
rbf:
6+
tested:
7+
date: "2018-09-25"
8+
platforms:
9+
- iOS
10+
version: "0.0.52"
11+
features:
12+
receive:
13+
notification: "na"
14+
list: "true"
15+
details: "false"
16+
shows_replaced_version: "true"
17+
shows_original_version: "true"
18+
send:
19+
signals_bip125: "true"
20+
list: "true"
21+
details: "false"
22+
shows_replaced_version: "true"
23+
shows_original_version: "true"
24+
examples:
25+
- image: /img/compatibility/greenaddress/rbf/settings-transaction-replacement.png
26+
caption: >
27+
Sending Transaction - Sending with transaction replacement is “ON” under Settings by default.
28+
- image: /img/compatibility/greenaddress/rbf/default-send-transaction-screen.png
29+
caption: >
30+
Sending Transaction - Default Send transaction screen.
31+
- image: /img/compatibility/greenaddress/rbf/send-transaction-screen-advanced.png
32+
caption: >
33+
Sending Transaction - Advanced details on send transaction screen.
34+
- image: /img/compatibility/greenaddress/rbf/transaction-send-confirmation-prompt.png
35+
caption: >
36+
Sending Transaction - Transaction send confirmation prompt.
37+
- image: /img/compatibility/greenaddress/rbf/transaction-list-bump-fee.png
38+
caption: >
39+
Sending Transaction - Transaction list showing “bump fee” option for unconfirmed transaction.
40+
- image: /img/compatibility/greenaddress/rbf/sent-transaction-details.png
41+
caption: >
42+
Sending Transaction - Transaction details. RBF replaceable not flagged.
43+
- image: /img/compatibility/greenaddress/rbf/transaction-list-bump-fee-context-menu.png
44+
caption: >
45+
Attempting Transaction Replacement - Bump fee context menu options.
46+
- image: /img/compatibility/greenaddress/rbf/replacement-transaction-details.png
47+
caption: >
48+
Attempting Transaction Replacement - Bump transaction details confirmation. Notes “Previous fee:” field as well as language about bumping.
49+
- image: /img/compatibility/greenaddress/rbf/2fa-prompt.png
50+
caption: >
51+
Attempting Transaction Replacement - 2FA prompted for replacement transactions as well.
52+
- image: /img/compatibility/greenaddress/rbf/transaction-list-replacement-tx.png
53+
caption: >
54+
Attempting Transaction Replacement - Transaction list with replacement transaction on top. Bump fee available again. Show replaced transaction button shows as well.
55+
- image: /img/compatibility/greenaddress/rbf/transaction-list-show-replaced.png
56+
caption: >
57+
Attempting Transaction Replacement - Transaction list with replacement transactions “show replaced” button clicked. NOTE while testing, I inadvertently bumped twice so 2 replacement transactions appear here.
58+
- image: /img/compatibility/greenaddress/rbf/transaction-details-original-tx.png
59+
caption: >
60+
Attempting Transaction Replacement - Original transaction as viewed from the “show replaced” list. “Double spend by txhash” field has “update” value.
61+
- image: /img/compatibility/greenaddress/rbf/transaction-details-replacement-tx.png
62+
caption: >
63+
Attempting Transaction Replacement - Replacement “bumped” transaction. “Double spend by txhash” field has “update” value.
64+
- image: /img/compatibility/greenaddress/rbf/transaction-list-subsequent-replacement-fees.png
65+
caption: >
66+
Attempting Transaction Replacement - Subsequent bumping on the same transaction has a different “bump fee” context menu options. Also the context menu notes “fee already at 1-conf-estimate level”.
67+
- image: /img/compatibility/greenaddress/rbf/transaction-list-rbf-incoming.png
68+
caption: >
69+
Receiving Transaction Signaling RBF - Transaction List Screen. “Replaceable” noted.
70+
- image: /img/compatibility/greenaddress/rbf/transaction-details-rbf-incoming-1.png
71+
caption: >
72+
Receiving Transaction Signaling RBF - Transaction details do not flag RBF (or unconfirmed).
73+
- image: /img/compatibility/greenaddress/rbf/transaction-details-rbf-incoming-2.png
74+
caption: >
75+
Receiving Transaction Signaling RBF - Transaction details do not flag RBF (or unconfirmed).
76+
- image: /img/compatibility/greenaddress/rbf/transaction-list-incoming-replacement-tx.png
77+
caption: >
78+
Receiving Replacement Transaction - Transaction List Screen. Notes RBF(“replaceable”) transaction as well as double spend transaction. The replacement transaction also shows up as separate.
79+
- image: /img/compatibility/greenaddress/rbf/transaction-details-incoming-replacement-tx-1.png
80+
caption: >
81+
Receiving Replacement Transaction - Transaction details for replacement transaction. No RBF note or double spend note. Does show “double spend by txhash” field which points to original transaction.
82+
- image: /img/compatibility/greenaddress/rbf/transaction-details-incoming-replacement-tx-2.png
83+
caption: >
84+
Receiving Replacement Transaction - Transaction details for replacement transaction. No RBF note or double spend note. Does show “double spend by txhash” field which points to original transaction.
85+
- image: /img/compatibility/greenaddress/rbf/transaction-details-incoming-original-tx-1.png
86+
caption: >
87+
Receiving Replacement Transaction - Transaction details for original
88+
transaction. No RBF note or double spend note. Does show “double spend
89+
by txhash” field which points to new replacement transaction.
90+
- image: /img/compatibility/greenaddress/rbf/transaction-details-incoming-original-tx-2.png
91+
caption: >
92+
Receiving Replacement Transaction - Transaction details for original
93+
transaction. No RBF note or double spend note. Does show “double spend
94+
by txhash” field which points to new replacement transaction.
95+
- image: /img/compatibility/greenaddress/rbf/transaction-list-replacement-confirmed.png
96+
caption: >
97+
Receiving Replacement Transaction - Transaction list after the replacement transaction confirms. “Original” transaction doesn’t appear.
98+
- image: /img/compatibility/greenaddress/rbf/transaction-details-bumped-confirmed-tx.png
99+
caption: >
100+
Receiving Replacement Transaction - Transaction details for confirmed, replacement transaction. No note of double spend or RBF. “double spend by txhash” field disappears.
101+
segwit:
102+
tested:
103+
date: "2019-07-24"
104+
platforms:
105+
- iOS
106+
version: "3.1.8"
107+
features:
108+
receive:
109+
p2sh_wrapped: "true"
110+
bech32: "false"
111+
default: "p2sh_wrapped"
112+
send:
113+
bech32: "true"
114+
change_bech32: "false"
115+
segwit_v1: "Fails on validation of the address."
116+
bech32_p2wsh: "true"
117+
examples:
118+
- image: /img/compatibility/greenaddress/segwit/receive-screen.png
119+
caption: >
120+
Green generates only P2SH wrapped segwit addresses.
121+
- image: /img/compatibility/greenaddress/segwit/send-screen.png
122+
caption: >
123+
Green can send to all variants of bech32 addresses for v0.
124+
- image: /img/compatibility/greenaddress/segwit/send-screen-segwit-v1-error.png
125+
caption: >
126+
Green displays a validation error when trying to send to a segwit v1 address.

en/compatibility/greenaddress.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: page
3+
permalink: /en/compatibility/greenaddress/
4+
---
5+
{% assign tool = site.data.compatibility.greenaddress %}
6+
{% include templates/compatibility-page.md %}
-105 KB
Binary file not shown.
Binary file not shown.
25.7 KB
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)