Skip to content

Commit 8d598c2

Browse files
committed
doc: Update release notes for 0.10.3rc2
1 parent 842c48d commit 8d598c2

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

doc/release-notes.md

+22
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ Details can be found here: http://talosintel.com/reports/TALOS-2015-0035/
5757
This applies to the distributed executables only, not when building from source or
5858
using distribution provided packages.
5959

60+
Additionally, upnp has been disabled by default. This may result in a lower
61+
number of reachable nodes on IPv4, however this prevents future libupnpc
62+
vulnerabilities from being a structural risk to the network
63+
(see https://github.com/bitcoin/bitcoin/pull/6795).
64+
6065
Test for LowS signatures before relaying
6166
-----------------------------------------
6267

@@ -91,6 +96,20 @@ only eliminates the cheap and irritating DOS attack.
9196
Marcin Andrychowicz, Stefan Dziembowski, Daniel Malinowski, Łukasz Mazurek
9297
http://fc15.ifca.ai/preproceedings/bitcoin/paper_9.pdf
9398

99+
Minimum relay fee default increase
100+
-----------------------------------
101+
102+
The default for the `-minrelaytxfee` setting has been increased from `0.00001`
103+
to `0.00005`.
104+
105+
This is necessitated by the current transaction flooding, causing
106+
outrageous memory usage on nodes due to the mempool ballooning. This is a
107+
temporary measure, bridging the time until a dynamic method for determining
108+
this fee is merged (which will be in 0.12).
109+
110+
(see https://github.com/bitcoin/bitcoin/pull/6793, as well as the 0.11.0
111+
release notes, in which this value was suggested)
112+
94113
0.10.3 Change log
95114
=================
96115

@@ -112,6 +131,9 @@ behavior, not code moves, refactors or string updates.
112131
- #6704 `743cc9e` Backport bugfixes to 0.10
113132
- #6769 `1cea6b0` Test LowS in standardness, removes nuisance malleability vector.
114133
- #6789 `093d7b5` Update miniupnpc to 1.9.20151008
134+
- #6795 `f2778e0` net: Disable upnp by default
135+
- #6797 `91ef4d9` Do not store more than 200 timedata samples
136+
- #6793 `842c48d` Bump minrelaytxfee default
115137

116138
Credits
117139
=======

0 commit comments

Comments
 (0)