mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
Releases: Update 0.11.0 Notes To RC2
This commit is contained in:
parent
aa51195a02
commit
e5d54dd9bd
1 changed files with 14 additions and 1 deletions
|
@ -205,7 +205,6 @@ git merge commit are mentioned.
|
||||||
|
|
||||||
### RPC and REST
|
### RPC and REST
|
||||||
|
|
||||||
|
|
||||||
- #5461 `5f7279a` signrawtransaction: validate private key
|
- #5461 `5f7279a` signrawtransaction: validate private key
|
||||||
- #5444 `103f66b` Add `/rest/headers/<count>/<hash>.<ext>`
|
- #5444 `103f66b` Add `/rest/headers/<count>/<hash>.<ext>`
|
||||||
- #4964 `95ecc0a` Add scriptPubKey field to validateaddress RPC call
|
- #4964 `95ecc0a` Add scriptPubKey field to validateaddress RPC call
|
||||||
|
@ -233,6 +232,7 @@ git merge commit are mentioned.
|
||||||
- #5911 `b6ea3bc` privacy: Stream isolation for Tor (on by default, use `-proxyrandomize=0` to disable)
|
- #5911 `b6ea3bc` privacy: Stream isolation for Tor (on by default, use `-proxyrandomize=0` to disable)
|
||||||
- #5863 `c271304` Add autoprune functionality (`-prune=<size>`)
|
- #5863 `c271304` Add autoprune functionality (`-prune=<size>`)
|
||||||
- #6153 `0bcf04f` Parameter interaction: disable upnp if -proxy set
|
- #6153 `0bcf04f` Parameter interaction: disable upnp if -proxy set
|
||||||
|
- #6274 `4d9c7fe` Add option `-alerts` to opt out of alert system
|
||||||
|
|
||||||
### Block and transaction handling
|
### Block and transaction handling
|
||||||
|
|
||||||
|
@ -255,6 +255,9 @@ git merge commit are mentioned.
|
||||||
- #6129 `2a82298` Bug fix for clearing fCheckForPruning
|
- #6129 `2a82298` Bug fix for clearing fCheckForPruning
|
||||||
- #5947 `e9af4e6` Alert if it is very likely we are getting a bad chain
|
- #5947 `e9af4e6` Alert if it is very likely we are getting a bad chain
|
||||||
- #6203 `c00ae64` Remove P2SH coinbase flag, no longer interesting
|
- #6203 `c00ae64` Remove P2SH coinbase flag, no longer interesting
|
||||||
|
- #5985 `37b4e42` Fix removing of orphan transactions
|
||||||
|
- #6221 `6cb70ca` Prune: Support noncontiguous block files
|
||||||
|
- #6256 `fce474c` Use best header chain timestamps to detect partitioning
|
||||||
|
|
||||||
### P2P protocol and network code
|
### P2P protocol and network code
|
||||||
|
|
||||||
|
@ -291,6 +294,10 @@ git merge commit are mentioned.
|
||||||
- #5510 `7c3fbc3` Big endian support
|
- #5510 `7c3fbc3` Big endian support
|
||||||
- #5149 `c7abfa5` Add script to verify all merge commits are signed
|
- #5149 `c7abfa5` Add script to verify all merge commits are signed
|
||||||
- #6082 `7abbb7e` qt: disable qt tests when one of the checks for the gui fails
|
- #6082 `7abbb7e` qt: disable qt tests when one of the checks for the gui fails
|
||||||
|
- #6244 `0401aa2` configure: Detect (and reject) LibreSSL
|
||||||
|
- #6269 `95aca44` gitian: Use the new bitcoin-detached-sigs git repo for OSX signatures
|
||||||
|
- #6285 `ef1d506` Fix scheduler build with some boost versions.
|
||||||
|
- #6280 `25c2216` depends: fix Boost 1.55 build on GCC 5
|
||||||
|
|
||||||
### Wallet
|
### Wallet
|
||||||
|
|
||||||
|
@ -304,6 +311,7 @@ git merge commit are mentioned.
|
||||||
- #5511 `23c998d` Sort pending wallet transactions before reaccepting
|
- #5511 `23c998d` Sort pending wallet transactions before reaccepting
|
||||||
- #6126 `26e08a1` Change default nTxConfirmTarget to 2
|
- #6126 `26e08a1` Change default nTxConfirmTarget to 2
|
||||||
- #6183 `75a4d51` Fix off-by-one error w/ nLockTime in the wallet
|
- #6183 `75a4d51` Fix off-by-one error w/ nLockTime in the wallet
|
||||||
|
- #6276 `c9fd907` Fix getbalance * 0
|
||||||
|
|
||||||
### GUI
|
### GUI
|
||||||
|
|
||||||
|
@ -389,6 +397,8 @@ git merge commit are mentioned.
|
||||||
- #6186 `182686c` Fix two problems in CSubnet parsing
|
- #6186 `182686c` Fix two problems in CSubnet parsing
|
||||||
- #6174 `df992b9` doc: add translation strings policy
|
- #6174 `df992b9` doc: add translation strings policy
|
||||||
- #6210 `dfdb6dd` build: disable optional use of gmp in internal secp256k1 build
|
- #6210 `dfdb6dd` build: disable optional use of gmp in internal secp256k1 build
|
||||||
|
- #6264 `94cd705` Remove translation for -help-debug options
|
||||||
|
- #6286 `3902c15` Remove berkeley-db4 workaround in MacOSX build docs
|
||||||
|
|
||||||
Credits
|
Credits
|
||||||
=======
|
=======
|
||||||
|
@ -427,6 +437,7 @@ Thanks to everyone who directly contributed to this release:
|
||||||
- Gregory Maxwell
|
- Gregory Maxwell
|
||||||
- Heath
|
- Heath
|
||||||
- Ivan Pustogarov
|
- Ivan Pustogarov
|
||||||
|
- Jacob Welsh
|
||||||
- Jameson Lopp
|
- Jameson Lopp
|
||||||
- Jason Lewicki
|
- Jason Lewicki
|
||||||
- Jeff Garzik
|
- Jeff Garzik
|
||||||
|
@ -455,6 +466,7 @@ Thanks to everyone who directly contributed to this release:
|
||||||
- Pieter Wuille
|
- Pieter Wuille
|
||||||
- pstratem
|
- pstratem
|
||||||
- randy-waterhouse
|
- randy-waterhouse
|
||||||
|
- rion
|
||||||
- Rob Van Mieghem
|
- Rob Van Mieghem
|
||||||
- Ross Nicoll
|
- Ross Nicoll
|
||||||
- Ruben de Vries
|
- Ruben de Vries
|
||||||
|
@ -465,6 +477,7 @@ Thanks to everyone who directly contributed to this release:
|
||||||
- Suhas Daftuar
|
- Suhas Daftuar
|
||||||
- svost
|
- svost
|
||||||
- Thomas Zander
|
- Thomas Zander
|
||||||
|
- Tom Harding
|
||||||
- UdjinM6
|
- UdjinM6
|
||||||
- Vitalii Demianets
|
- Vitalii Demianets
|
||||||
- Wladimir J. van der Laan
|
- Wladimir J. van der Laan
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue