Skip to content

Commit 1acef73

Browse files
committed
Bitcoin core 0.14.3 and 0.15.2
1 parent 5fbe27e commit 1acef73

File tree

2 files changed

+291
-0
lines changed

2 files changed

+291
-0
lines changed

_releases/0.14.3.md

Lines changed: 145 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,145 @@
1+
---
2+
title: Bitcoin Core 0.14.3
3+
id: en-release-0.14.3
4+
name: release-0.14.3
5+
permalink: /en/releases/0.14.3/
6+
excerpt: Bitcoin Core version 0.14.3 is now available
7+
8+
## Use array so that sort order is [0.1.1, 0.10.0] rather than opposite
9+
release: [0, 14, 3, 0]
10+
11+
date: 2018-09-28
12+
13+
## Optional magnet link. To get it, open the torrent in a good BitTorrent client
14+
## and View Details, or install the transmission-cli Debian/Ubuntu package
15+
## and run: transmission-show -m <torrent file>
16+
#
17+
## Link should be enclosed in quotes and start with: "magnet:?
18+
optional_magnetlink: "magnet:?xt=urn:btih:171edf5f51820900f24fc72620deaa07ee497dee&dn=bitcoin-core-0.14.3&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969&tr=udp%3A%2F%2Fzer0day.ch%3A1337&tr=udp%3A%2F%2Fexplodie.org%3A6969"
19+
#
20+
# from bitcoin/bitcoin commit 150612ecb5fda147a6fa77acd6fc4247708bd9b0
21+
# Note: it is recommended to check all links to ensure they use
22+
# absolute urls (https://github.com/bitcoin/bitcoin/doc/foo)
23+
# rather than relative urls (/bitcoin/bitcoin/doc/foo).
24+
---
25+
{% include download.html %}
26+
{% githubify https://github.com/bitcoin/bitcoin %}
27+
Bitcoin Core version *0.14.3* is now available from:
28+
29+
<https://bitcoin.org/bin/bitcoin-core-0.14.3/>
30+
31+
This is a new minor version release, including various bugfixes and
32+
performance improvements.
33+
34+
Please report bugs using the issue tracker at github:
35+
36+
<https://github.com/bitcoin/bitcoin/issues>
37+
38+
To receive security and update notifications, please subscribe to:
39+
40+
<https://bitcoincore.org/en/list/announcements/join/>
41+
42+
Compatibility
43+
==============
44+
45+
Bitcoin Core is extensively tested on multiple operating systems using
46+
the Linux kernel, macOS 10.8+, and Windows Vista and later.
47+
48+
Microsoft ended support for Windows XP on [April 8th, 2014](https://www.microsoft.com/en-us/WindowsForBusiness/end-of-xp-support),
49+
No attempt is made to prevent installing or running the software on Windows XP, you
50+
can still do so at your own risk but be aware that there are known instabilities and issues.
51+
Please do not report issues about Windows XP to the issue tracker.
52+
53+
Bitcoin Core should also work on most other Unix-like systems but is not
54+
frequently tested on them.
55+
56+
Notable changes
57+
===============
58+
59+
Denial-of-Service vulnerability CVE-2018-17144
60+
-------------------------------
61+
62+
A denial-of-service vulnerability exploitable by miners has been discovered in
63+
Bitcoin Core versions 0.14.0 up to 0.16.2. It is recommended to upgrade any of
64+
the vulnerable versions to 0.14.3, 0.15.2 or 0.16.3 as soon as possible.
65+
66+
Known Bugs
67+
==========
68+
69+
Since 0.14.0 the approximate transaction fee shown in Bitcoin-Qt when using coin
70+
control and smart fee estimation does not reflect any change in target from the
71+
smart fee slider. It will only present an approximate fee calculated using the
72+
default target. The fee calculated using the correct target is still applied to
73+
the transaction and shown in the final send confirmation dialog.
74+
75+
0.14.3 Change log
76+
=================
77+
78+
Detailed release notes follow. This overview includes changes that affect
79+
behavior, not code moves, refactors and string updates. For convenience in locating
80+
the code changes and accompanying discussion, both the pull request and
81+
git merge commit are mentioned.
82+
83+
### Consensus
84+
- #14247 `52965fb` Fix crash bug with duplicate inputs within a transaction (TheBlueMatt, sdaftuar)
85+
86+
### RPC and other APIs
87+
88+
- #10445 `87a21d5` Fix: make CCoinsViewDbCursor::Seek work for missing keys (Pieter Wuille, Gregory Maxwell)
89+
- #9853 Return correct error codes in setban(), fundrawtransaction(), removeprunedfunds(), bumpfee(), blockchain.cpp (John Newbery)
90+
91+
92+
### P2P protocol and network code
93+
94+
- #10234 `d289b56` [net] listbanned RPC and QT should show correct banned subnets (John Newbery)
95+
96+
### Build system
97+
98+
99+
### Miscellaneous
100+
101+
- #10451 `3612219` contrib/init/bitcoind.openrcconf: Don't disable wallet by default (Luke Dashjr)
102+
- #10250 `e23cef0` Fix some empty vector references (Pieter Wuille)
103+
- #10196 `d28d583` PrioritiseTransaction updates the mempool tx counter (Suhas Daftuar)
104+
- #9497 `e207342` Fix CCheckQueue IsIdle (potential) race condition and remove dangerous constructors. (Jeremy Rubin)
105+
106+
### GUI
107+
108+
- #9481 `7abe7bb` Give fallback fee a reasonable indent (Luke Dashjr)
109+
- #9481 `3e4d7bf` Qt/Send: Figure a decent warning colour from theme (Luke Dashjr)
110+
- #9481 `e207342` Show more significant warning if we fall back to the default fee (Jonas Schnelli)
111+
112+
### Wallet
113+
114+
- #10308 `28b8b8b` Securely erase potentially sensitive keys/values (tjps)
115+
- #10265 `ff13f59` Make sure pindex is non-null before possibly referencing in LogPrintf call. (Karl-Johan Alm)
116+
117+
Credits
118+
=======
119+
120+
Thanks to everyone who directly contributed to this release:
121+
122+
- Cory Fields
123+
- CryptAxe
124+
- fanquake
125+
- Jeremy Rubin
126+
- John Newbery
127+
- Jonas Schnelli
128+
- Gregory Maxwell
129+
- Karl-Johan Alm
130+
- Luke Dashjr
131+
- MarcoFalke
132+
- Matt Corallo
133+
- Mikerah
134+
- Pieter Wuille
135+
- practicalswift
136+
- Suhas Daftuar
137+
- Thomas Snider
138+
- Tjps
139+
- Wladimir J. van der Laan
140+
141+
And to those that reported security issues:
142+
143+
- awemany (for CVE-2018-17144, previously credited as "anonymous reporter")
144+
145+
{% endgithubify %}

_releases/0.15.2.md

Lines changed: 146 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,146 @@
1+
---
2+
title: Bitcoin Core 0.15.2
3+
id: en-release-0.15.2
4+
name: release-0.15.2
5+
permalink: /en/releases/0.15.2/
6+
excerpt: Bitcoin Core version 0.15.2 is now available
7+
8+
## Use array so that sort order is [0.1.1, 0.10.0] rather than opposite
9+
release: [0, 15, 2, 0]
10+
11+
date: 2018-09-28
12+
13+
## Optional magnet link. To get it, open the torrent in a good BitTorrent client
14+
## and View Details, or install the transmission-cli Debian/Ubuntu package
15+
## and run: transmission-show -m <torrent file>
16+
#
17+
## Link should be enclosed in quotes and start with: "magnet:?
18+
optional_magnetlink: "magnet:?xt=urn:btih:c0a23591e04ce45dd6349f3abc34df948c45537c&dn=bitcoin-core-0.15.2&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969&tr=udp%3A%2F%2Fzer0day.ch%3A1337&tr=udp%3A%2F%2Fexplodie.org%3A6969"
19+
#
20+
# from bitcoin/bitcoin commit 0602db06eb1530606b85b2c137ddf0c63347a4fa
21+
# Note: it is recommended to check all links to ensure they use
22+
# absolute urls (https://github.com/bitcoin/bitcoin/doc/foo)
23+
# rather than relative urls (/bitcoin/bitcoin/doc/foo).
24+
---
25+
{% include download.html %}
26+
{% githubify https://github.com/bitcoin/bitcoin %}
27+
Bitcoin Core version *0.15.2* is now available from:
28+
29+
<https://bitcoincore.org/bin/bitcoin-core-0.15.2/>
30+
31+
This is a new minor version release, including various bugfixes and
32+
performance improvements, as well as updated translations.
33+
34+
Please report bugs using the issue tracker at GitHub:
35+
36+
<https://github.com/bitcoin/bitcoin/issues>
37+
38+
To receive security and update notifications, please subscribe to:
39+
40+
<https://bitcoincore.org/en/list/announcements/join/>
41+
42+
How to Upgrade
43+
==============
44+
45+
If you are running an older version, shut it down. Wait until it has completely
46+
shut down (which might take a few minutes for older versions), then run the
47+
installer (on Windows) or just copy over `/Applications/Bitcoin-Qt` (on Mac)
48+
or `bitcoind`/`bitcoin-qt` (on Linux).
49+
50+
The first time you run version 0.15.0 or higher, your chainstate database will
51+
be converted to a new format, which will take anywhere from a few minutes to
52+
half an hour, depending on the speed of your machine.
53+
54+
The file format of `fee_estimates.dat` changed in version 0.15.0. Hence, a
55+
downgrade from version 0.15 or upgrade to version 0.15 will cause all fee
56+
estimates to be discarded.
57+
58+
Note that the block database format also changed in version 0.8.0 and there is no
59+
automatic upgrade code from before version 0.8 to version 0.15.0. Upgrading
60+
directly from 0.7.x and earlier without redownloading the blockchain is not supported.
61+
However, as usual, old wallet versions are still supported.
62+
63+
Downgrading warning
64+
-------------------
65+
66+
The chainstate database for this release is not compatible with previous
67+
releases, so if you run 0.15 and then decide to switch back to any
68+
older version, you will need to run the old release with the `-reindex-chainstate`
69+
option to rebuild the chainstate data structures in the old format.
70+
71+
If your node has pruning enabled, this will entail re-downloading and
72+
processing the entire blockchain.
73+
74+
Compatibility
75+
==============
76+
77+
Bitcoin Core is extensively tested on multiple operating systems using
78+
the Linux kernel, macOS 10.8+, and Windows Vista and later. Windows XP is not supported.
79+
80+
Bitcoin Core should also work on most other Unix-like systems but is not
81+
frequently tested on them.
82+
83+
84+
Notable changes
85+
===============
86+
87+
Denial-of-Service vulnerability CVE-2018-17144
88+
-------------------------------
89+
90+
A denial-of-service vulnerability exploitable by miners has been discovered in
91+
Bitcoin Core versions 0.14.0 up to 0.16.2. It is recommended to upgrade any of
92+
the vulnerable versions to 0.15.2 or 0.16.3 as soon as possible.
93+
94+
0.15.2 Change log
95+
=================
96+
97+
### Build system
98+
99+
- #11995 `9bb1a16` depends: Fix Qt build with XCode 9.2(fanquake)
100+
- #12946 `93b9a61` depends: Fix Qt build with XCode 9.3(fanquake)
101+
- #13544 `9fd3e00` depends: Update Qt download url (fanquake)
102+
- #11847 `cb7ef31` Make boost::multi_index comparators const (sdaftuar)
103+
104+
### Consensus
105+
- #14247 `4b8a3f5` Fix crash bug with duplicate inputs within a transaction (TheBlueMatt, sdaftuar)
106+
107+
### RPC
108+
- #11676 `7af2457` contrib/init: Update openrc-run filename (Luke Dashjr)
109+
- #11277 `7026845` Fix uninitialized URI in batch RPC requests (Russell Yanofsky)
110+
111+
### Wallet
112+
- #11289 `3f1db56` Wrap dumpwallet warning and note scripts aren't dumped (MeshCollider)
113+
- #11289 `42ea47d` Add wallet backup text to import*, add* and dumpwallet RPCs (MeshCollider)
114+
- #11590 `6372a75` [Wallet] always show help-line of wallet encryption calls (Jonas Schnelli)
115+
116+
### bitcoin-tx
117+
118+
- #11554 `a69cc07` Sanity-check script sizes in bitcoin-tx (TheBlueMatt)
119+
120+
### Tests
121+
- #11277 `3a6cdd4` Add test for multiwallet batch RPC calls (Russell Yanofsky)
122+
- #11647 `1c8c7f8` Add missing batch rpc calls to python coverage logs (Russell Yanofsky)
123+
- #11277 `1036c43` Add missing multiwallet rpc calls to python coverage logs (Russell Yanofsky)
124+
- #11277 `305f768` Limit AuthServiceProxyWrapper.\_\_getattr\_\_ wrapping (Russell Yanofsky)
125+
- #11277 `2eea279` Make AuthServiceProxy.\_batch method usable (Russell Yanofsky)
126+
127+
Credits
128+
=======
129+
130+
Thanks to everyone who directly contributed to this release:
131+
132+
- fanquake
133+
- Jonas Schnelli
134+
- Luke Dashjr
135+
- Matt Corallo
136+
- MeshCollider
137+
- Russell Yanofsky
138+
- Suhas Daftuar
139+
- Wladimir J. van der Laan
140+
141+
And to those that reported security issues:
142+
143+
- awemany (for CVE-2018-17144, previously credited as "anonymous reporter")
144+
145+
{% endgithubify %}
146+

0 commit comments

Comments
 (0)