Skip to content

Commit cf6dcae

Browse files
committed
compatibility: added more definition to 'Not tested' texts
1 parent da5a3c3 commit cf6dcae

File tree

1 file changed

+26
-23
lines changed

1 file changed

+26
-23
lines changed

_includes/templates/compatibility-page.md

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ block chain space used, this is the most efficient form of fee bumping.
3030
- **No notification**<br>
3131
There are no incoming transaction notifications for this service.
3232
{% when "untested" %}{:.feature-neutral}
33-
- **Not tested**<br>
33+
- **Not tested: Notification notes RBF**<br>
3434
We either didn’t test this or could not appropriately determine the results.
3535
{% else %}{% include ERROR_42_UNEXPECTED_VALUE %}
3636
{% endcase %}
@@ -47,7 +47,7 @@ block chain space used, this is the most efficient form of fee bumping.
4747
- **This services does not handle incoming transactions**<br>
4848
Does not support incoming transactions.
4949
{% when "untested" %}{:.feature-neutral}
50-
- **Not tested**<br>
50+
- **Not tested: Received transaction labeled replaceable in list**<br>
5151
We either didn’t test this or could not appropriately determine the results.
5252
{% else %}{% include ERROR_42_UNEXPECTED_VALUE %}
5353
{% endcase %}
@@ -64,7 +64,7 @@ block chain space used, this is the most efficient form of fee bumping.
6464
- **Does not show transaction details**<br>
6565
Does not show transaction details natively. Usually this means the service links to a block explorer for transaction details.
6666
{% when "untested" %}{:.feature-neutral}
67-
- **Not tested**<br>
67+
- **Not tested: Received transaction labeled replaceable in transaction details**<br>
6868
We either didn’t test this or could not appropriately determine the results.
6969
{% else %}{% include ERROR_42_UNEXPECTED_VALUE %}
7070
{% endcase %}
@@ -83,7 +83,7 @@ block chain space used, this is the most efficient form of fee bumping.
8383
{% elsif rbf.receive.shows_replaced_version == "untested" or
8484
rbf.receive.shows_original_version == "untested" %}
8585
{:.feature-neutral}
86-
- **Not tested**<br>
86+
- **Not tested: Shows replacement and original transactions**<br>
8787
We either didn’t test this or could not appropriately determine the results.
8888
{% elsif rbf.receive.shows_replaced_version == "true" %}
8989
{:.feature-yes}
@@ -121,7 +121,7 @@ block chain space used, this is the most efficient form of fee bumping.
121121
- **Does not send transactions**<br>
122122
Does not support sending of any transactions.
123123
{% when "untested" %}{:.feature-neutral}
124-
- **Not Tested**<br>
124+
- **Not tested: Ability to send BIP125 signaling transactions**<br>
125125
We either didn’t test this or could not appropriately determine the results.
126126
{% else %}{% include ERROR_42_UNEXPECTED_VALUE %}
127127
{% endcase %}
@@ -138,8 +138,9 @@ block chain space used, this is the most efficient form of fee bumping.
138138
- **No transaction list**<br>
139139
Does not show a transaction list natively.
140140
{% when "untested" %}{:.feature-neutral}
141-
- **Not Tested**<br>
142-
We either didn’t test this or could not appropriately determine the results.
141+
- **Not tested: Sent transaction labeled replaceable in list**<br>
142+
We were not able to test this because sending a BIP125 signaling transaction
143+
is not supported.
143144
{% else %}{% include ERROR_42_UNEXPECTED_VALUE %}
144145
{% endcase %}
145146

@@ -155,8 +156,9 @@ block chain space used, this is the most efficient form of fee bumping.
155156
- **Does not show transaction details**<br>
156157
Does not show transaction details natively. Usually this means the service links to a block explorer for transaction details.
157158
{% when "untested" %}{:.feature-neutral}
158-
- **Not tested**<br>
159-
We either didn’t test this or could not appropriately determine the results.
159+
- **Not tested: Sent transaction labeled replaceable in transaction details**<br>
160+
We were not able to test this because sending a BIP125 signaling transaction
161+
is not supported.
160162
{% else %}{% include ERROR_42_UNEXPECTED_VALUE %}
161163
{% endcase %}
162164

@@ -175,8 +177,9 @@ block chain space used, this is the most efficient form of fee bumping.
175177
{% elsif rbf.send.shows_replaced_version == "untested" or
176178
rbf.send.shows_original_version == "untested" %}
177179
{:.feature-neutral}
178-
- **Not tested**<br>
179-
We either didn’t test this or could not appropriately determine the results.
180+
- **Not tested: Shows replacement and original transactions**<br>
181+
We were not able to test this because sending a BIP125 signaling transaction
182+
is not supported.
180183
{% elsif rbf.send.shows_replaced_version == "true" %}
181184
{:.feature-yes}
182185
- **Shows replacement transaction only**<br>
@@ -231,8 +234,8 @@ segwit transactions to pay less total fee to achieve the same feerate as legacy
231234
- **No receiving capabilities**<br>
232235
There are no receiving capabilities for this service.
233236
{% when "untested" %}{:.feature-neutral}
234-
- **Not tested**<br>
235-
We either didn’t test this or could not appropriately determine the results
237+
- **Not tested: Allows receiving to P2SH-wrapped segwit**<br>
238+
We either didn’t test this or could not appropriately determine the results.
236239
{% else %}{% include ERROR_42_UNEXPECTED_VALUE %}
237240
{% endcase %}
238241

@@ -248,8 +251,8 @@ segwit transactions to pay less total fee to achieve the same feerate as legacy
248251
- **No receiving capabilities**<br>
249252
There are no receiving capabilities for this service.
250253
{% when "untested" %}{:.feature-neutral}
251-
- **Not tested**<br>
252-
We either didn’t test this or could not appropriately determine the results
254+
- **Not tested: Allows receiving to bech32 segwit addresses**<br>
255+
We either didn’t test this or could not appropriately determine the results.
253256
{% else %}{% include ERROR_42_UNEXPECTED_VALUE %}
254257
{% endcase %}
255258

@@ -279,8 +282,8 @@ segwit transactions to pay less total fee to achieve the same feerate as legacy
279282
- **No receiving capabilities**<br>
280283
There are no receiving capabilities for this service.
281284
{% when "untested" %}{:.feature-neutral}
282-
- **Not tested**<br>
283-
We either didn’t test this or could not appropriately determine the results
285+
- **Not tested: Default receiving address type**<br>
286+
We either didn’t test this or could not appropriately determine the results.
284287
{% else %}{% include ERROR_42_UNEXPECTED_VALUE %}
285288
{% endcase %}
286289

@@ -302,8 +305,8 @@ segwit transactions to pay less total fee to achieve the same feerate as legacy
302305
- **No sending capabilities**<br>
303306
There are no sending capabilities for this service.
304307
{% when "untested" %}{:.feature-neutral}
305-
- **Not tested**<br>
306-
We either didn’t test this or could not appropriately determine the results
308+
- **Not tested: Allows sending to bech32 P2WPKH addresses**<br>
309+
We either didn’t test this or could not appropriately determine the results.
307310
{% else %}{% include ERROR_42_UNEXPECTED_VALUE %}
308311
{% endcase %}
309312

@@ -319,8 +322,8 @@ segwit transactions to pay less total fee to achieve the same feerate as legacy
319322
- **No sending capabilities**<br>
320323
There are no sending capabilities for this service.
321324
{% when "untested" %}{:.feature-neutral}
322-
- **Not tested**<br>
323-
We either didn’t test this or could not appropriately determine the results
325+
- **Not tested: Allows sending to bech32 P2WSH addresses**<br>
326+
We either didn’t test this or could not appropriately determine the results.
324327
{% else %}{% include ERROR_42_UNEXPECTED_VALUE %}
325328
{% endcase %}
326329

@@ -337,8 +340,8 @@ segwit transactions to pay less total fee to achieve the same feerate as legacy
337340
There are no sending capabilities for this service or sending does not
338341
generate change.
339342
{% when "untested" %}{:.feature-neutral}
340-
- **Not tested**<br>
341-
We either didn’t test this or could not appropriately determine the results
343+
- **Not tested: Creates bech32 change addresses**<br>
344+
We either didn’t test this or could not appropriately determine the results.
342345
{% else %}{% include ERROR_42_UNEXPECTED_VALUE %}
343346
{% endcase %}
344347

0 commit comments

Comments
 (0)