summaryrefslogtreecommitdiff
path: root/47/38ce74158f4e0f5a6298b71af123520e8d4674
blob: cb255dc00f55b3fd333dcb3e75fb499e1dde16af (plain)
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
Return-Path: <laanwj@gmail.com>
Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org
	[172.17.192.35])
	by mail.linuxfoundation.org (Postfix) with ESMTPS id 6910C11C1;
	Tue, 18 Sep 2018 21:07:40 +0000 (UTC)
X-Greylist: whitelisted by SQLgrey-1.7.6
X-Greylist: whitelisted by SQLgrey-1.7.6
Received: from mail-ed1-f67.google.com (mail-ed1-f67.google.com
	[209.85.208.67])
	by smtp1.linuxfoundation.org (Postfix) with ESMTPS id A892A42D;
	Tue, 18 Sep 2018 21:07:39 +0000 (UTC)
Received: by mail-ed1-f67.google.com with SMTP id p52-v6so3083910eda.12;
	Tue, 18 Sep 2018 14:07:39 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;
	h=date:from:to:subject:message-id:mime-version:content-disposition;
	bh=OlMiZhDFUll/m4jTEwV+VELFBGRPAH6UoVGSm0m5ySw=;
	b=ESUxYTI2h6UaOVhhHs57KbPBULVOH4ELVClPrmy6s9JokDXENtiTZ5r3iCEDgH2Gex
	Kce8HwXDlzamKz13C06HX3l5GhEfVVsod4X8kWU2fRtozG9h66wTD4utdD0605Y8J9vP
	8RIUamDsiVb6kMgMB1pkZNWX4UGpP286FHbNb/AdYM2IMIWBPck+ucXLvWmfAKvKsEoq
	eXU6zoEOFsYSuGlqyT/naQTbM+Hl2wyXAYZE4nIdkypP0zRs3w9nWSLG+cbsOicgQ51G
	XOi+hsayKuCHT3Bl5kQJ2mGH6R4AzddpIVowJ1Y85xC6FC+5MoK1WLFeJYXe8OSs5H6G
	zlWg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=1e100.net; s=20161025;
	h=x-gm-message-state:date:from:to:subject:message-id:mime-version
	:content-disposition;
	bh=OlMiZhDFUll/m4jTEwV+VELFBGRPAH6UoVGSm0m5ySw=;
	b=STGCBhnDxbxnC/v10fuLbWxg8JL9p4a5cv4X9rUp3tJxlzDeADq+rLeD6JPftl0Nwm
	GvcuPKklBby+4Q4f72Q7zFvbdu7bDw9KX6Beq12+8IqLC88MFKOHURj5ACS/rGwTdMJL
	DauE4enevhT5G7TCS4Bwzady3SxFRN4MUHyuSrZRJG53LCOLMMQxdsLOcL2Gp3eGwgoF
	q/f3SBm6cpmviEYLqPm0AImNXYDhZDuedW5PTR3/m0p4NfBzr56sVYKfn5BQ3Q/x6mjR
	pjCZJ8dnPkZa0ckYWobCuh6C0f+FLlLckEPzq4eKecSbkeUh49O0y04lMur0FVr7U/Gi
	i+9A==
X-Gm-Message-State: APzg51CE/OjVCXcOgpQ03NJWB+TX/0obQeh5vHVWcqsHj3bsC0xwf1aA
	EG1RM65GQfUt8XzLa9T3vcc3rKFJ
X-Google-Smtp-Source: ANB0VdarWgthVPmHvTgTi4s2L+mlPytp+DNA9nztEo6EDQP++CHtzZxhSR+LJOyaEcOIB1eNl5MvDA==
X-Received: by 2002:a50:c8c3:: with SMTP id
	k3-v6mr53675624edh.193.1537304857960; 
	Tue, 18 Sep 2018 14:07:37 -0700 (PDT)
Received: from aurora.visucore.com (92-110-144-95.cable.dynamic.v4.ziggo.nl.
	[92.110.144.95]) by smtp.gmail.com with ESMTPSA id
	d56-v6sm482840edb.7.2018.09.18.14.07.37
	(version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256);
	Tue, 18 Sep 2018 14:07:37 -0700 (PDT)
Date: Tue, 18 Sep 2018 23:07:35 +0200
From: "Wladimir J. van der Laan" <laanwj@gmail.com>
To: Bitcoin development mailing list <bitcoin-dev@lists.linuxfoundation.org>, 
	Bitcoin Core development mailing list
	<bitcoin-core-dev@lists.linuxfoundation.org>
Message-ID: <20180918210735.mzuydlanx5biajy3@aurora.visucore.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,
	DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM,
	RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on
	smtp1.linux-foundation.org
X-Mailman-Approved-At: Wed, 19 Sep 2018 13:17:23 +0000
Subject: [bitcoin-dev] Bitcoin Core 0.16.3 released
X-BeenThere: bitcoin-dev@lists.linuxfoundation.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Bitcoin Protocol Discussion <bitcoin-dev.lists.linuxfoundation.org>
List-Unsubscribe: <https://lists.linuxfoundation.org/mailman/options/bitcoin-dev>,
	<mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=unsubscribe>
List-Archive: <http://lists.linuxfoundation.org/pipermail/bitcoin-dev/>
List-Post: <mailto:bitcoin-dev@lists.linuxfoundation.org>
List-Help: <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=help>
List-Subscribe: <https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev>,
	<mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=subscribe>
X-List-Received-Date: Tue, 18 Sep 2018 21:07:40 -0000

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Bitcoin Core version 0.16.3 is now available from:

  <https://bitcoincore.org/bin/bitcoin-core-0.16.3/>

or through bittorrent

    magnet:?xt=urn:btih:a6015029671a445a7a07026b3e4a0fe54c2b2df3&dn=bitcoin-core-0.16.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

This is a new minor version release, with various bugfixes.

Please report bugs using the issue tracker at GitHub:

  <https://github.com/bitcoin/bitcoin/issues>

To receive security and update notifications, please subscribe to:

  <https://bitcoincore.org/en/list/announcements/join/>

How to Upgrade
==============

If you are running an older version, shut it down. Wait until it has completely
shut down (which might take a few minutes for older versions), then run the
installer (on Windows) or just copy over `/Applications/Bitcoin-Qt` (on Mac)
or `bitcoind`/`bitcoin-qt` (on Linux).

The first time you run version 0.15.0 or newer, your chainstate database will be converted to a
new format, which will take anywhere from a few minutes to half an hour,
depending on the speed of your machine.

Note that the block database format also changed in version 0.8.0 and there is no
automatic upgrade code from before version 0.8 to version 0.15.0 or higher. Upgrading
directly from 0.7.x and earlier without re-downloading the blockchain is not supported.
However, as usual, old wallet versions are still supported.

Downgrading warning
- -------------------

Wallets created in 0.16 and later are not compatible with versions prior to 0.16
and will not work if you try to use newly created wallets in older versions. Existing
wallets that were created with older versions are not affected by this.

Compatibility
==============

Bitcoin Core is extensively tested on multiple operating systems using
the Linux kernel, macOS 10.8+, and Windows Vista and later. Windows XP is not supported.

Bitcoin Core should also work on most other Unix-like systems but is not
frequently tested on them.

Notable changes
===============

Denial-of-Service vulnerability
- -------------------------------

A denial-of-service vulnerability (CVE-2018-17144) exploitable by miners has
been discovered in Bitcoin Core versions 0.14.0 up to 0.16.2. It is recommended
to upgrade any of the vulnerable versions to 0.16.3 as soon as possible.

0.16.3 change log
- ------------------

### Consensus
- - #14249 `696b936` Fix crash bug with duplicate inputs within a transaction (TheBlueMatt, sdaftuar)

### RPC and other APIs
- - #13547 `212ef1f` Make `signrawtransaction*` give an error when amount is needed but missing (ajtowns)

### Miscellaneous
- - #13655 `1cdbea7` bitcoinconsensus: invalid flags error should be set to `bitcoinconsensus_err` (afk11)

### Documentation
- - #13844 `11b9dbb` correct the help output for -prune (hebasto)

Credits
=======

Thanks to everyone who directly contributed to this release:

- - Anthony Towns
- - Hennadii Stepanov
- - Matt Corallo
- - Suhas Daftuar
- - Thomas Kerin
- - Wladimir J. van der Laan

And to those that reported security issues:

- - (anonymous reporter)

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEnerg3HBjJJ+wVHRoHkrtYphs0l0FAluhaKgACgkQHkrtYphs
0l1r5gf+IVeOOWeZd61ARt+0pfy2KnDRgKh7x0RJ7AFl6mWyply21zUQQx+Q6leB
P0IkzH31ssA9oKMUW6J0s8VavQ22OqHwbqrPRDXazf7auJ81jeR6Tmfkev4xg5fC
jyRQH4klctT0jDT1P+vtMejP50iqRxDC3TP9X9sXKZupGyHQuhu8XoXGZ1JF+PEX
Ba/sLiz3+d/0n6KiplI4ycnEZC5Q2hRw4O4c/2wjIdqd5hEhSH2ylmztYs2TM388
NoaPEIL9niIjwAUI4bBYNebwyRStcqoK4JEdZhvM1aXd39eymPsYUTtUcr5HL9n6
zFo8I0CXoVWT0bOGsubmo58/o2xcSg==
=9rAz
-----END PGP SIGNATURE-----