Sync 0.12/0.13 release notes with bitcoin/master

This commit is contained in:
MarcoFalke 2016-02-29 11:07:59 +01:00 committed by marco
parent c50017d74a
commit c8677ff9c0
2 changed files with 4 additions and 5 deletions

View file

@ -129,7 +129,7 @@ Direct headers announcement (BIP 130)
Between compatible peers, [BIP 130] Between compatible peers, [BIP 130]
(https://github.com/bitcoin/bips/blob/master/bip-0130.mediawiki) (https://github.com/bitcoin/bips/blob/master/bip-0130.mediawiki)
direct headers announcement is used. This means that blocks are advertized by direct headers announcement is used. This means that blocks are advertised by
announcing their headers directly, instead of just announcing the hash. In a announcing their headers directly, instead of just announcing the hash. In a
reorganization, all new headers are sent, instead of just the new tip. This reorganization, all new headers are sent, instead of just the new tip. This
can often prevent an extra roundtrip before the actual block is downloaded. can often prevent an extra roundtrip before the actual block is downloaded.
@ -302,7 +302,7 @@ at all. Therefore, a fallback value can be set with `-fallbackfee=<f>`
At all times, Bitcoin Core will cap fees at `-maxtxfee=<x>` (default: At all times, Bitcoin Core will cap fees at `-maxtxfee=<x>` (default:
0.10) BTC. 0.10) BTC.
Furthermore, Bitcoin Core will never create transactions smaller than Furthermore, Bitcoin Core will never create transactions paying less than
the current minimum relay fee. the current minimum relay fee.
Finally, a user can set the minimum fee rate for all transactions with Finally, a user can set the minimum fee rate for all transactions with
`-mintxfee=<i>`, which defaults to 1000 satoshis per kB. `-mintxfee=<i>`, which defaults to 1000 satoshis per kB.
@ -731,7 +731,7 @@ git merge commit are mentioned.
- #7112 `96b8025` reduce cs_main locks during tip update, more fluently update UI (Jonas Schnelli) - #7112 `96b8025` reduce cs_main locks during tip update, more fluently update UI (Jonas Schnelli)
- #7206 `f43c2f9` Add "NODE_BLOOM" to guiutil so that peers don't get UNKNOWN[4] (Matt Corallo) - #7206 `f43c2f9` Add "NODE_BLOOM" to guiutil so that peers don't get UNKNOWN[4] (Matt Corallo)
- #7282 `5cadf3e` fix coincontrol update issue when deleting a send coins entry (Jonas Schnelli) - #7282 `5cadf3e` fix coincontrol update issue when deleting a send coins entry (Jonas Schnelli)
- #7319 `1320300` Intro: Display required space (Jonas Schnelli) - #7319 `1320300` Intro: Display required space (MarcoFalke)
- #7318 `9265e89` quickfix for RPC timer interface problem (Jonas Schnelli) - #7318 `9265e89` quickfix for RPC timer interface problem (Jonas Schnelli)
- #7327 `b16b5bc` [Wallet] Transaction View: LastMonth calculation fixed (crowning-) - #7327 `b16b5bc` [Wallet] Transaction View: LastMonth calculation fixed (crowning-)
- #7364 `7726c48` [qt] Windows: Make rpcconsole monospace font larger (MarcoFalke) - #7364 `7726c48` [qt] Windows: Make rpcconsole monospace font larger (MarcoFalke)
@ -871,7 +871,6 @@ Thanks to everyone who directly contributed to this release:
- Kevin Cooper - Kevin Cooper
- lpescher - lpescher
- Luke Dashjr - Luke Dashjr
- Marco
- MarcoFalke - MarcoFalke
- Mark Friedenbach - Mark Friedenbach
- Matt - Matt

View file

@ -673,7 +673,7 @@ git merge commit are mentioned.
- #8041 `5b736dd` Fix bip9-softforks blockstore issue (MarcoFalke) - #8041 `5b736dd` Fix bip9-softforks blockstore issue (MarcoFalke)
- #7994 `1f01443` Add op csv tests to script_tests.json (Christewart) - #7994 `1f01443` Add op csv tests to script_tests.json (Christewart)
- #8038 `e2bf830` Various minor fixes (MarcoFalke) - #8038 `e2bf830` Various minor fixes (MarcoFalke)
- #8072 `1b87e5b` Travis: 'make check' in parallel and verbose (MarcoFalke) - #8072 `1b87e5b` Travis: 'make check' in parallel and verbose (theuni)
- #8056 `8844ef1` Remove hardcoded "4 nodes" from test_framework (MarcoFalke) - #8056 `8844ef1` Remove hardcoded "4 nodes" from test_framework (MarcoFalke)
- #8047 `37f9a1f` Test_framework: Set wait-timeout for bitcoind procs (MarcoFalke) - #8047 `37f9a1f` Test_framework: Set wait-timeout for bitcoind procs (MarcoFalke)
- #8095 `6700cc9` Test framework: only cleanup on successful test runs (sdaftuar) - #8095 `6700cc9` Test framework: only cleanup on successful test runs (sdaftuar)