You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _releases/0.17.0.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,7 @@ Changed configuration options
100
100
command-line. Multiple files may be included. Can be disabled from command-
101
101
line via `-noincludeconf`. Note that multi-argument commands like
102
102
`-includeconf` will override preceding `-noincludeconf`, i.e.
103
+
103
104
```
104
105
noincludeconf=1
105
106
includeconf=relative.conf
@@ -200,7 +201,7 @@ Here are the changes to RPC methods:
200
201
|`listreceivedbyaccount`|`listreceivedbylabel`| Both methods return new `label` fields, along with `account` fields for backward compatibility. |
201
202
|`move`| n/a |_no replacement_|
202
203
|`sendfrom`| n/a |_no replacement_|
203
-
|`setaccount`|`setlabel`| Both methods now: <ul><li>allow assigning labels to any address, instead of raising an error if the address is not receiving address.<li>delete the previous label associated with an address when the final address using that label is reassigned to a different label, instead of making an implicit `getaccountaddress` call to ensure the previous label still has a receiving address. |
204
+
|`setaccount`|`setlabel`| Both methods now:<br>• allow assigning labels to any address, instead of raising an error if the address is not receiving address.<br>• delete the previous label associated with an address when the final address using that label is reassigned to a different label, instead of making an implicit `getaccountaddress` call to ensure the previous label still has a receiving address. |
204
205
205
206
| Changed Method | Notes |
206
207
| :--------------------- | :------ |
@@ -297,7 +298,7 @@ Low-level RPC changes
297
298
298
299
- The new RPC `scantxoutset` can be used to scan the UTXO set for entries
299
300
that match certain output descriptors. Refer to the [output descriptors
300
-
reference documentation](doc/descriptors.md) for more details. This call
301
+
reference documentation](https://github.com/bitcoin/bitcoin/tree/0.17/doc/descriptors.md) for more details. This call
301
302
is similar to `listunspent` but does not use a wallet, meaning that the
302
303
wallet can be disabled at compile or run time. This call is experimental,
303
304
as such, is subject to changes or removal in future releases.
@@ -759,7 +760,7 @@ Support for Python 2 has been discontinued for all test files and tools.
759
760
-#13355`0b1c0c4` Fix "gmake check" under OpenBSD 6.3 (probably `*BSD`): Avoid using GNU grep specific regexp handling (practicalswift)
760
761
-#13353`d4f6dac` Fixup setting of PATH env var (MarcoFalke)
761
762
-#13352`e24bf1c` Avoid checking reject code for now (MarcoFalke)
762
-
-#13383`2722a1f` bench: Use non-throwing parsedouble(…) instead of throwing boost::lexical_cast<double>(…) (practicalswift)
763
+
-#13383`2722a1f` bench: Use non-throwing `parsedouble(…)` instead of throwing `boost::lexical_cast<double>(…)` (practicalswift)
763
764
-#13367`264efdc` Increase includeconf test coverage (MarcoFalke)
764
765
-#13404`3d3d8ae` speed up of `tx_validationcache_tests` by reusing of CTransaction (lucash-dev)
765
766
-#13421`531a033` Remove `portseed_offset` from test runner (MarcoFalke)
@@ -898,7 +899,7 @@ Support for Python 2 has been discontinued for all test files and tools.
898
899
-#11862`4366f61` Network specific conf sections (ajtowns)
899
900
-#13441`4a7e64f` Prevent shared conf files from failing with different available options in different binaries (achow101)
900
901
-#13471`5eca4e8` For AVX2 code, also check for AVX, XSAVE, and OS support (sipa)
901
-
-#13503`c655b2c` Document FreeBSD quirk. Fix FreeBSD build: Use std::min<int>(…) to allow for compilation under certain FreeBSD versions (practicalswift)
902
+
-#13503`c655b2c` Document FreeBSD quirk. Fix FreeBSD build: Use `std::min<int>(…)` to allow for compilation under certain FreeBSD versions (practicalswift)
0 commit comments