Skip to content

Commit 0bb3566

Browse files
bitschmidtyjnewbery
authored andcommitted
compatibility data: edge
1 parent 3db2c44 commit 0bb3566

15 files changed

+89
-0
lines changed

_data/compatibility/edge.yaml

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
---
2+
name: Edge
3+
internal_url: /en/compatibility/edge
4+
logo: /img/compatibility/edge/edge.png
5+
rbf:
6+
tested:
7+
date: "2018-10-17"
8+
platforms:
9+
- iOS
10+
version: "1.3.4"
11+
features:
12+
receive:
13+
notification: "false"
14+
list: "false"
15+
details: "false"
16+
shows_replaced_version: "true"
17+
shows_original_version: "true"
18+
send:
19+
signals_bip125: "false"
20+
list: "false"
21+
details: "false"
22+
shows_replaced_version: "na"
23+
shows_original_version: "na"
24+
examples:
25+
- image: /img/compatibility/edge/send-screen-default.png
26+
caption: >
27+
Sending RBF Transaction - Default Send screen. No option for RBF.
28+
- image: /img/compatibility/edge/send-context-fees-menu.png
29+
caption: >
30+
Sending RBF Transaction - Context menu for send transaction show mining fee options.
31+
- image: /img/compatibility/edge/send-change-mining-fee.png
32+
caption: >
33+
Sending RBF Transaction - Mining fee options dialog.
34+
- image: /img/compatibility/edge/send-custom-mining-fee.png
35+
caption: >
36+
Sending RBF Transaction - Mining fee custom dialog.
37+
- image: /img/compatibility/edge/transaction-details-sent.png
38+
caption: >
39+
Bumping RBF Enabled Transaction - Mining fee custom dialog.
40+
- image: /img/compatibility/edge/transaction-details-incoming-rbf.png
41+
caption: >
42+
Receiving RBF Transaction - Receiving RBF enabled transaction. No RBF Flag.
43+
- image: /img/compatibility/edge/transaction-details-incoming-rbf-advanced.png
44+
caption: >
45+
Receiving RBF Transaction - Transaction details for received RBF transaction. Links to blockchair.com explorer.
46+
- image: /img/compatibility/edge/transaction-list-incoming-replacement.png
47+
caption: >
48+
Receiving Bumped RBF Transaction - Transaction list with top 2 transactions being the original and bumped RBF transaction. No RBF flag. Note that the balance only went up by the value of one of the transactions.
49+
segwit:
50+
tested:
51+
date: "2019-07-23"
52+
platforms:
53+
- iOS
54+
version: "1.8.3"
55+
features:
56+
receive:
57+
p2sh_wrapped: "true"
58+
bech32: "false"
59+
default: "p2sh_wrapped"
60+
send:
61+
bech32: "true"
62+
change_bech32: "false"
63+
segwit_v1: "Allows sending workflow to complete. Transaction stays in
64+
pending state. Appears to causes issues with the balance calculation as
65+
well as ability to send subsequent transactions."
66+
bech32_p2wsh: "true"
67+
examples:
68+
- image: /img/compatibility/edge/segwit/receive-screen.png
69+
caption: >
70+
Edge generates only
71+
- image: /img/compatibility/edge/segwit/send-screen.png
72+
caption: >
73+
Edge allows sends to both segwit v0 and v1 native bech32 addresses.
74+
- image: /img/compatibility/edge/segwit/transaction-list-segwit-v1-pending.png
75+
caption: >
76+
Balance is calculated incorrectly after segwit v1 transaction is "sent".
77+
Subsequent transactions out of the wallet do not seem to be broadcast.
78+
Issue reported via GitHub.
79+
- image: /img/compatibility/edge/segwit/wallet-creation-screen.png
80+
caption: >
81+
Edge allows the creation of "Segwit" and "no Segwit" wallets. The
82+
"Segwit" wallets use P2SH-wrapped P2WPKH addresses. Both wallet types
83+
can send to segwit v0 addresses.

en/compatibility/edge.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/edge/
4+
---
5+
{% assign tool = site.data.compatibility.edge %}
6+
{% include templates/compatibility-page.md %}

img/compatibility/edge/edge.png

2.82 KB
Loading
Loading
563 KB
Loading
Loading
Loading
Loading
Loading
Loading
551 KB
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)