Skip to content

Commit 887b0d7

Browse files
committed
compatibility data: bitgo
1 parent d225f2e commit 887b0d7

File tree

12 files changed

+80
-0
lines changed

12 files changed

+80
-0
lines changed

_data/compatibility/bitgo.yaml

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
---
2+
name: BitGo
3+
internal_url: /en/compatibility/bitgo
4+
logo: /img/compatibility/bitgo/bitgo.png
5+
rbf:
6+
tested:
7+
date: "2018-12-06"
8+
platforms:
9+
- web
10+
version: "n/a"
11+
features:
12+
receive:
13+
notification: "false"
14+
list: "false"
15+
details: "false"
16+
shows_replaced_version: "false"
17+
shows_original_version: "false"
18+
send:
19+
signals_bip125: "false"
20+
list: "untested"
21+
details: "untested"
22+
shows_replaced_version: "untested"
23+
shows_original_version: "untested"
24+
examples:
25+
- image: /img/compatibility/bitgo/rbf/send-screen.png
26+
caption: >
27+
Sending Transaction - Default send transaction screen with fee options expanded. No RBF options.
28+
- image: /img/compatibility/bitgo/rbf/sent-confirmation.png
29+
caption: >
30+
Sending Transaction - Send confirmation screen. Fee noted. No RBF note. Note Transaction was not sent with RBF flag enabled.
31+
- image: /img/compatibility/bitgo/rbf/transaction-list-sent.png
32+
caption: >
33+
Attempting Transaction Replacement - Transaction list screen showing sent transaction. No RBF options. Note BitGo uses the Smartbit explorer to show transaction details.
34+
- image: /img/compatibility/bitgo/rbf/transaction-list-incoming-rbf.png
35+
caption: >
36+
Receiving Transaction Signaling RBF - Unconfirmed transactions do not appear in BitGo transactions list.
37+
- image: /img/compatibility/bitgo/rbf/notification-incoming-rbf.png
38+
caption: >
39+
Receiving Transaction Signaling RBF - Incoming transaction email. No RBF note.
40+
- image: /img/compatibility/bitgo/rbf/transaction-list-replacement-confirmed.png
41+
caption: >
42+
Receiving Replacement Transaction - Since no unconfirmed transaction
43+
appear, neither original nor replacement show until the replacement
44+
transactions confirms.
45+
segwit:
46+
tested:
47+
date: "2019-04-12"
48+
platforms:
49+
- web
50+
version: "n/a"
51+
features:
52+
receive:
53+
p2sh_wrapped: "true"
54+
bech32: "false"
55+
default: "p2sh_wrapped"
56+
send:
57+
bech32: "true"
58+
change_bech32: "false"
59+
segwit_v1: "Error occurs during sending process, after validation."
60+
bech32_p2wsh: "true"
61+
examples:
62+
- image: /img/compatibility/bitgo/segwit/receive-screen.png
63+
caption: >
64+
BitGo's web wallet UI defaults to P2SH-wrapped segwit addresses.
65+
Visually, the segwit logo is displayed next to segwit addresses with a
66+
toolip indicating "Wrapped Segwit". While bech32 receive addresses are
67+
not possible in the UI currently, bech32 receive addresses can be generated using the API.
68+
- image: /img/compatibility/bitgo/segwit/send-screen.png
69+
caption: >
70+
BitGo's web wallet allows sending to bech32 addresses. Change addresses
71+
are not bech32 native, but P2SH-wrapped segwit addresses.
72+
- image: /img/compatibility/bitgo/segwit/send-v1.png
73+
caption: >
74+
BitGo's web wallet displays an error when attempting send to segwit v1 addresses.

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

img/compatibility/bitgo/bitgo.png

123 KB
Loading
Loading
152 KB
Loading
Loading
Loading
Loading
Loading
Loading
112 KB
Loading
151 KB
Loading

0 commit comments

Comments
 (0)