forked from bitcoinops/bitcoinops.github.io
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathblocksettle.yaml
92 lines (92 loc) · 3.51 KB
/
blocksettle.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
84
85
86
87
88
89
90
91
92
---
name: BlockSettle
internal_url: /en/compatibility/blocksettle
logo: /img/compatibility/blocksettle/blocksettle.png
rbf:
tested:
date: "2020-10-29"
platforms:
- Linux
version: "0.91.1"
features:
receive:
notification: "true"
list: "true"
details: "true"
shows_replaced_version: "true"
shows_original_version: "false"
send:
signals_bip125: "true"
list: "true"
details: "false"
shows_replaced_version: "true"
shows_original_version: "false"
examples:
- image: /img/compatibility/blocksettle/rbf/RBF_desktop_notification.png
caption: >
Desktop notification includes RBF signaling
- image: /img/compatibility/blocksettle/rbf/RBF_txdetail_signalling.png
caption: >
Transaction details includes RBF signaling
- image: /img/compatibility/blocksettle/rbf/RBF_txlist_signalling.png
caption: >
Transaction List includes RBF signaling
- image: /img/compatibility/blocksettle/rbf/RBF_txlist_replacement.png
caption: >
The transaction list displays the new incoming transaction, as well as the
new outgoing transaction
- image: /img/compatibility/blocksettle/rbf/RBF_txoverview.png
caption: >
The transaction overview includes RBF signaling
- image: /img/compatibility/blocksettle/rbf/RBF_txdetails_send.png
caption: >
The transactions details include RBF signaling
- image: /img/compatibility/blocksettle/rbf/RBF_default_check.png
caption: >
The create transaction dialog has RBF signaling enabled by default
- image: /img/compatibility/blocksettle/rbf/RBF_right_click.png
caption: >
The RBF function can be selected by right-clicking on an RBF eligible transaction
- image: /img/compatibility/blocksettle/rbf/RBF_default_outputs.png
caption: >
The RBF dialog pre-populates the existing output by default
- image: /img/compatibility/blocksettle/rbf/RBF_change_outputs.png
caption: >
The RBF dialog allows the user to replace/change/remove the output(s)
to create a new transaction
segwit:
tested:
date: "2020-10-29"
platforms:
- Linux
version: "0.91.1"
features:
receive:
p2sh_wrapped: "true"
bech32: "true"
default: "bech32"
send:
bech32: "true"
change_bech32: "true"
segwit_v1: "Error message during broadcasting of transaction"
bech32_p2wsh: "true"
examples:
- image: /img/compatibility/blocksettle/segwit/SegWit_wallet_overview.png
caption: >
The BlockSettle Terminal supports all address types. Users may hold/view/operate
multiple wallets and can select the address type they wish to generate.
The overview displays all wallets, address paths, and addresses.
- image: /img/compatibility/blocksettle/segwit/SegWit_default.png
caption: >
The BlockSettle Terminal defaults to native bech32 segwit when the user
generates an address.
- image: /img/compatibility/blocksettle/segwit/SegWit_generate.png
caption: >
The BlockSettle Terminal displays the generated native bech32 segwit address
- image: /img/compatibility/blocksettle/segwit/SegWit_send.png
caption: >
The BlockSettle terminal can send to native bech32 segwit addresses
- image: /img/compatibility/blocksettle/segwit/SegWit_change.png
caption: >
The change address defaults to native bech32 segwit addresses, however,
it is manually selectable by the user