doc: Update release notes for rc2

Tree-SHA512: 320576b94b58246ea7f2426e1dbe43cd0222c0ea58cf9a03e75225fcc226384478f39d7f54099d2cecbcf134a639932e7f2033eb3dd38786bb666dbb81aae2d7
This commit is contained in:
Wladimir J. van der Laan 2020-02-10 15:20:53 +01:00
parent ba0b7e1296
commit 9bd082e657
No known key found for this signature in database
GPG key ID: 1E4AED62986CD25D

View file

@ -55,17 +55,20 @@ distribution provides binaries for the RISC-V platform.
- #17258 Fix issue with conflicted mempool tx in listsinceblock (adamjonas) - #17258 Fix issue with conflicted mempool tx in listsinceblock (adamjonas)
- #17924 Bug: IsUsedDestination shouldn't use key id as script id for ScriptHash (instagibbs) - #17924 Bug: IsUsedDestination shouldn't use key id as script id for ScriptHash (instagibbs)
- #17621 IsUsedDestination should count any known single-key address (instagibbs) - #17621 IsUsedDestination should count any known single-key address (instagibbs)
- #17843 Reset reused transactions cache (fjahr)
### RPC and other APIs ### RPC and other APIs
- #17687 cli: Fix fatal leveldb error when specifying -blockfilterindex=basic twice (brakmic) - #17687 cli: Fix fatal leveldb error when specifying -blockfilterindex=basic twice (brakmic)
- #17728 require second argument only for scantxoutset start action (achow101) - #17728 require second argument only for scantxoutset start action (achow101)
- #17445 zmq: Fix due to invalid argument and multiple notifiers (promag) - #17445 zmq: Fix due to invalid argument and multiple notifiers (promag)
- #17524 psbt: handle unspendable psbts (achow101) - #17524 psbt: handle unspendable psbts (achow101)
- #17156 psbt: check that various indexes and amounts are within bounds (achow101)
### GUI ### GUI
- #17427 Fix missing qRegisterMetaType for `size_t` (hebasto) - #17427 Fix missing qRegisterMetaType for `size_t` (hebasto)
- #17695 disable File-\>CreateWallet during startup (fanquake) - #17695 disable File-\>CreateWallet during startup (fanquake)
- #17634 Fix comparison function signature (hebasto) - #17634 Fix comparison function signature (hebasto)
- #18062 Fix unintialized WalletView::progressDialog (promag)
### Tests and QA ### Tests and QA
- #17416 Appveyor improvement - text file for vcpkg package list (sipsorcery) - #17416 Appveyor improvement - text file for vcpkg package list (sipsorcery)
@ -83,6 +86,7 @@ distribution provides binaries for the RISC-V platform.
- #17654 Unbreak build with Boost 1.72.0 (jbeich) - #17654 Unbreak build with Boost 1.72.0 (jbeich)
- #17857 scripts: Fix symbol-check & security-check argument passing (fanquake) - #17857 scripts: Fix symbol-check & security-check argument passing (fanquake)
- #17762 Log to net category for exceptions in ProcessMessages (laanwj) - #17762 Log to net category for exceptions in ProcessMessages (laanwj)
- #18100 Update univalue subtree (MarcoFalke)
Credits Credits
======= =======
@ -92,6 +96,7 @@ Thanks to everyone who directly contributed to this release:
- Aaron Clauson - Aaron Clauson
- Adam Jonas - Adam Jonas
- Andrew Chow - Andrew Chow
- Fabian Jahr
- fanquake - fanquake
- Gregory Sanders - Gregory Sanders
- Harris - Harris
@ -101,6 +106,7 @@ Thanks to everyone who directly contributed to this release:
- João Barbosa - João Barbosa
- Karl-Johan Alm - Karl-Johan Alm
- Luke Dashjr - Luke Dashjr
- MarcoFalke
- Russell Yanofsky - Russell Yanofsky
- Wladimir J. van der Laan - Wladimir J. van der Laan