forked from bitcoinops/bitcoinops.github.io
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathedge.yaml
83 lines (83 loc) · 3.29 KB
/
edge.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
77
78
79
80
81
82
83
---
name: Edge
internal_url: /en/compatibility/edge
logo: /img/compatibility/edge/edge.png
rbf:
tested:
date: "2018-10-17"
platforms:
- iOS
version: "1.3.4"
features:
receive:
notification: "false"
list: "false"
details: "false"
shows_replaced_version: "true"
shows_original_version: "true"
send:
signals_bip125: "false"
list: "untested"
details: "untested"
shows_replaced_version: "untested"
shows_original_version: "untested"
examples:
- image: /img/compatibility/edge/rbf/send-screen-default.png
caption: >
Sending RBF Transaction - Default Send screen. No option for RBF.
- image: /img/compatibility/edge/rbf/send-context-fees-menu.png
caption: >
Sending RBF Transaction - Context menu for send transaction show mining fee options.
- image: /img/compatibility/edge/rbf/send-change-mining-fee.png
caption: >
Sending RBF Transaction - Mining fee options dialog.
- image: /img/compatibility/edge/rbf/send-custom-mining-fee.png
caption: >
Sending RBF Transaction - Mining fee custom dialog.
- image: /img/compatibility/edge/rbf/transaction-details-sent.png
caption: >
Bumping RBF Enabled Transaction - Mining fee custom dialog.
- image: /img/compatibility/edge/rbf/transaction-details-incoming-rbf.png
caption: >
Receiving RBF Transaction - Receiving RBF enabled transaction. No RBF Flag.
- image: /img/compatibility/edge/rbf/transaction-details-incoming-rbf-advanced.png
caption: >
Receiving RBF Transaction - Transaction details for received RBF transaction. Links to blockchair.com explorer.
- image: /img/compatibility/edge/rbf/transaction-list-incoming-replacement.png
caption: >
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.
segwit:
tested:
date: "2019-07-23"
platforms:
- iOS
version: "1.8.3"
features:
receive:
p2sh_wrapped: "true"
bech32: "false"
default: "p2sh_wrapped"
send:
bech32: "true"
change_bech32: "false"
segwit_v1: "Allows sending workflow to complete. Transaction stays in
pending state. Appears to causes issues with the balance calculation as
well as ability to send subsequent transactions."
bech32_p2wsh: "true"
examples:
- image: /img/compatibility/edge/segwit/receive-screen.png
caption: >
Edge generates only
- image: /img/compatibility/edge/segwit/send-screen.png
caption: >
Edge allows sends to segwit v0 native bech32 addresses.
#- image: /img/compatibility/edge/segwit/transaction-list-segwit-v1-pending.png
# caption: >
# Balance is calculated incorrectly after segwit v1 transaction is "sent".
# Subsequent transactions out of the wallet do not seem to be broadcasted.
# Issue reported via GitHub.
- image: /img/compatibility/edge/segwit/wallet-creation-screen.png
caption: >
Edge allows the creation of "Segwit" and "no Segwit" wallets. The
"Segwit" wallets use P2SH-wrapped P2WPKH addresses. Both wallet types
can send to segwit v0 addresses.