mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-12 16:17:53 +00:00
doc: Update release notes from wiki (for rc3 PRs)
Tree-SHA512: 34fa3ae23c0857fe7a0972b7c5dee802dc66b1eb85d6f70dc50257c4b61a10bab3d481cae6288d5a5da3230505d12e861373988a16a888a3198fbddd36a919bb
This commit is contained in:
parent
4f63a43f6b
commit
a5e3d44cc8
@ -225,6 +225,7 @@ Known Issues
|
|||||||
- #12127 `9501dc2` Remove unused mempool index (sdaftuar)
|
- #12127 `9501dc2` Remove unused mempool index (sdaftuar)
|
||||||
- #12118 `44080a9` Sort mempool by min(feerate, ancestor_feerate) (sdaftuar)
|
- #12118 `44080a9` Sort mempool by min(feerate, ancestor_feerate) (sdaftuar)
|
||||||
- #8498 `0e3a411` Minimize the number of times it is checked that no money... (jtimon)
|
- #8498 `0e3a411` Minimize the number of times it is checked that no money... (jtimon)
|
||||||
|
- #12368 `3f5012b` Hold mempool.cs for the duration of ATMP (TheBlueMatt)
|
||||||
|
|
||||||
### P2P protocol and network code
|
### P2P protocol and network code
|
||||||
- #10596 `6866b49` Add vConnect to CConnman::Options (benma)
|
- #10596 `6866b49` Add vConnect to CConnman::Options (benma)
|
||||||
@ -318,6 +319,8 @@ Known Issues
|
|||||||
- #11303 `e542728` Fix estimatesmartfee rounding display issue (TheBlueMatt)
|
- #11303 `e542728` Fix estimatesmartfee rounding display issue (TheBlueMatt)
|
||||||
- #7061 `8c2de82` Add RPC call "rescanblockchain <startheight> <stopheight>" (jonasschnelli)
|
- #7061 `8c2de82` Add RPC call "rescanblockchain <startheight> <stopheight>" (jonasschnelli)
|
||||||
- #11055 `95e14dc` RPC getreceivedbyaddress should return error if called with address not owned by the wallet (jnewbery)
|
- #11055 `95e14dc` RPC getreceivedbyaddress should return error if called with address not owned by the wallet (jnewbery)
|
||||||
|
- #12366 `93de37a` http: Join worker threads before deleting work queue (laanwj)
|
||||||
|
- #12315 `758a41e` Bech32 addresses in dumpwallet (fivepiece)
|
||||||
|
|
||||||
### GUI
|
### GUI
|
||||||
- #10964 `64e66bb` Pass SendCoinsRecipient (208 bytes) by reference (practicalswift)
|
- #10964 `64e66bb` Pass SendCoinsRecipient (208 bytes) by reference (practicalswift)
|
||||||
@ -349,6 +352,8 @@ Known Issues
|
|||||||
- #11991 `062c8b6` Receive: checkbox for bech32 address (Sjors)
|
- #11991 `062c8b6` Receive: checkbox for bech32 address (Sjors)
|
||||||
- #11644 `045a809` Fix qt build broken by 5a5e4e9 (TheBlueMatt)
|
- #11644 `045a809` Fix qt build broken by 5a5e4e9 (TheBlueMatt)
|
||||||
- #11448 `d473e6d` reset addrProxy/addrSeparateProxyTor if colon char missing (mess110)
|
- #11448 `d473e6d` reset addrProxy/addrSeparateProxyTor if colon char missing (mess110)
|
||||||
|
- #12377 `604f289` qt: Poll ShutdownTimer after init is done (MarcoFalke)
|
||||||
|
- #12374 `daaae36` qt: Make sure splash screen is freed on AppInitMain fail (laanwj)
|
||||||
|
|
||||||
### Build system
|
### Build system
|
||||||
- #10923 `2c9f5ec` travis: Build with --enable-werror under OS X (practicalswift)
|
- #10923 `2c9f5ec` travis: Build with --enable-werror under OS X (practicalswift)
|
||||||
@ -601,6 +606,7 @@ Known Issues
|
|||||||
- #12194 `7abb0f0` Add change type option to fundrawtransaction (promag)
|
- #12194 `7abb0f0` Add change type option to fundrawtransaction (promag)
|
||||||
- #12269 `2ae7cf8` Update defaultAssumeValid to block 506067 (gmaxwell)
|
- #12269 `2ae7cf8` Update defaultAssumeValid to block 506067 (gmaxwell)
|
||||||
- #11952 `9ab9963` univalue: Bump subtree (MarcoFalke)
|
- #11952 `9ab9963` univalue: Bump subtree (MarcoFalke)
|
||||||
|
- #12367 `09fc859` Fix two fast-shutdown bugs (TheBlueMatt)
|
||||||
|
|
||||||
Credits
|
Credits
|
||||||
=======
|
=======
|
||||||
@ -642,6 +648,7 @@ Thanks to everyone who directly contributed to this release:
|
|||||||
- Evan Klitzke
|
- Evan Klitzke
|
||||||
- fanquake
|
- fanquake
|
||||||
- Ferdinando M. Ametrano
|
- Ferdinando M. Ametrano
|
||||||
|
- fivepiece
|
||||||
- flack
|
- flack
|
||||||
- Florian Schmaus
|
- Florian Schmaus
|
||||||
- gnuser
|
- gnuser
|
||||||
@ -709,4 +716,3 @@ Thanks to everyone who directly contributed to this release:
|
|||||||
- Wladimir J. van der Laan
|
- Wladimir J. van der Laan
|
||||||
|
|
||||||
As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/bitcoin/).
|
As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/bitcoin/).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user