forked from bitcoinops/bitcoinops.github.io
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbitrefill.yaml
65 lines (65 loc) · 2.62 KB
/
bitrefill.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
---
name: Bitrefill
internal_url: /en/compatibility/bitrefill
logo: /img/compatibility/bitrefill/bitrefill.png
rbf:
tested:
date: "2018-11-06"
platforms:
- web
version: "n/a"
features:
receive:
notification: "na"
list: "false"
details: "false"
shows_replaced_version: "true"
shows_original_version: "true"
send:
signals_bip125: "true"
list: "false"
details: "false"
shows_replaced_version: "na"
shows_original_version: "na"
examples:
- image: /img/compatibility/bitrefill/rbf/send-screen.png
caption: >
Sending Transaction - Default send transaction screen. No RBF info. Transaction was sent via RBF.
- image: /img/compatibility/bitrefill/rbf/transaction-list-sent.png
caption: >
Attempting Transaction Replacement - Transaction list screen. No way to manually bump the transaction. Was sent RBF.
- image: /img/compatibility/bitrefill/rbf/transaction-list-incoming-rbf.png
caption: >
Receiving Transaction Signaling RBF - No incoming transactions show initially during original transaction. This delay could have been related to delays in relaying the transaction in the Bitcoin network.
- image: /img/compatibility/bitrefill/rbf/transaction-list-incoming-replacement.png
caption: >
Receiving Replacement Transaction - After replacement transaction was broadcast, both transactions show up as pending. Stayed as pending even after the replacement transaction had 6+ confirmations.
- image: /img/compatibility/bitrefill/rbf/transaction-list-replacement-confirmed.png
caption: >
Receiving Replacement Transaction - At some point in the next day, the original transaction was marked failed and replacement transaction was credited to account and marked complete.
segwit:
tested:
date: "2019-04-12"
platforms:
- web
version: "n/a"
features:
receive:
p2sh_wrapped: "true"
bech32: "false"
default: "p2sh_wrapped"
send:
bech32: "true"
change_bech32: "true"
segwit_v1: "Address does not pass validation."
bech32_p2wsh: "true"
examples:
- image: /img/compatibility/bitrefill/segwit/receive-screen.png
caption: >
Bitrefill allows P2SH-wrapped segwit deposits. No bech32 option available.
- image: /img/compatibility/bitrefill/segwit/send-screen.png
caption: >
Bitrefill can send to bech32 native addresses. Change address is also bech32.
#- image: /img/compatibility/bitrefill/segwit/send-v1.png
# caption: >
# Bitrefill displays an address validation error for segwit v1 addresses.