Relnote tweaks

Added a few items, moved the fee-related items next to each other
Includes PR#388
This commit is contained in:
Howard Chu 2017-09-07 22:19:26 +01:00
parent 9aa5f11405
commit 0fc242f211

View file

@ -10,26 +10,28 @@ author: Riccardo Spagni (fluffypony)
### Overview ### Overview
This is the v0.11.0.0 major release of the Monero software, and it is a mandatory update due to the September 15th hard fork, which in turn increases the minimum ring signature size across the network and bans duplicate ring members in a ring signature. This release of the software presents a number of major improvements to Monero, as well as a large set of bug fixes. This is the v0.11.0.0 major release of the Monero software, and it is a mandatory update due to the September 15th hard fork, which in turn increases the minimum ring signature size to 5 across the network, bans duplicate ring members in a ring signature, and enforces use of ringCT for all transaction outputs. This release of the software presents a number of major improvements to Monero, as well as a large set of bug fixes.
Some highlights of this release are: Some highlights of this release are:
- major synchronisation speed-up - major synchronisation speed-up from reducing bandwidth used
- massively improved the blockchain import function - massively improved the blockchain import function
- changed terminology from "mixin" to "ring size" - changed terminology from "mixin" to "ring size"
- add a --fluffy-blocks option to relay blocks as fluffy blocks if possible - add a --fluffy-blocks option to relay blocks as fluffy blocks if possible
- allow for password verification without loading the subsequently unencrypted wallet into RAM - allow for password verification without loading the subsequently unencrypted wallet into RAM
- reduced privacy leak risks when using untrusted remote nodes - reduced privacy leak risks when using untrusted remote nodes
- added an Esperanto wordlist - added an Esperanto wordlist for mnemonic seed choices
- decreased memory demands for the getblocks RPC call - decreased memory demands for the getblocks RPC call
- added a "fee" command to display fee information - added a "fee" command to display fee information
- transfer CLI command warns if there's a tx backlog for selected fee
- add average seconds per block in bc\_dyn\_stats - add average seconds per block in bc\_dyn\_stats
- added an on\_get\_alt\_blocks\_hashes RPC call - added an on\_get\_alt\_blocks\_hashes RPC call
- enabled support for ppc64le architectures
- added an Italian translation for the CLI - added an Italian translation for the CLI
- return the per-tx amount in the transfer\_split RPC call - return the per-tx amount in the transfer\_split RPC call
- switched to readline for the CLI - switched to readline for the CLI
- automatically switch to SAFE db-sync-mode once daemon catches up to network
- added a histogram to poolstats - added a histogram to poolstats
- major speed-up for poolstats and coinbase\_tx\_sum
- enable support for macOS smart mining - enable support for macOS smart mining
- added the ability to build a Snap package - added the ability to build a Snap package
- added a Vulnerability Response Process, with bug bounties available via [a dedicated HackerOne portal](https://hackerone.com/monero) - added a Vulnerability Response Process, with bug bounties available via [a dedicated HackerOne portal](https://hackerone.com/monero)
@ -38,9 +40,9 @@ Some highlights of this release are:
- added a sweep\_below function to sweep small amounts - added a sweep\_below function to sweep small amounts
- moved the mempool to a database on disk instead of keeping it all in memory - moved the mempool to a database on disk instead of keeping it all in memory
- fully enable iOS and Android full node support - fully enable iOS and Android full node support
- added the ability to create wallets via RPC - enabled support for ppc64le architectures
- added cold-signing functionality, and a relay\_tx command / RPC call - added the ability to create and open wallets via RPC
- transfer CLI command allows for tx fee selection - added ability to relay transactions manually after creating them
- better AC / battery power detection for Linux smart mining - better AC / battery power detection for Linux smart mining
- getblocktemplate now indicates the expected total reward - getblocktemplate now indicates the expected total reward
- as always, loads of bug fixes and performance improvements - as always, loads of bug fixes and performance improvements