mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-23 03:59:26 +00:00
Relnote tweaks
Added a few items, moved the fee-related items next to each other Includes PR#388
This commit is contained in:
parent
9aa5f11405
commit
0fc242f211
1 changed files with 10 additions and 8 deletions
|
@ -10,26 +10,28 @@ author: Riccardo Spagni (fluffypony)
|
|||
|
||||
### 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:
|
||||
|
||||
- major synchronisation speed-up
|
||||
- major synchronisation speed-up from reducing bandwidth used
|
||||
- massively improved the blockchain import function
|
||||
- changed terminology from "mixin" to "ring size"
|
||||
- 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
|
||||
- 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
|
||||
- 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
|
||||
- added an on\_get\_alt\_blocks\_hashes RPC call
|
||||
- enabled support for ppc64le architectures
|
||||
- added an Italian translation for the CLI
|
||||
- return the per-tx amount in the transfer\_split RPC call
|
||||
- switched to readline for the CLI
|
||||
- automatically switch to SAFE db-sync-mode once daemon catches up to network
|
||||
- added a histogram to poolstats
|
||||
- major speed-up for poolstats and coinbase\_tx\_sum
|
||||
- enable support for macOS smart mining
|
||||
- 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)
|
||||
|
@ -38,9 +40,9 @@ Some highlights of this release are:
|
|||
- added a sweep\_below function to sweep small amounts
|
||||
- moved the mempool to a database on disk instead of keeping it all in memory
|
||||
- fully enable iOS and Android full node support
|
||||
- added the ability to create wallets via RPC
|
||||
- added cold-signing functionality, and a relay\_tx command / RPC call
|
||||
- transfer CLI command allows for tx fee selection
|
||||
- enabled support for ppc64le architectures
|
||||
- added the ability to create and open wallets via RPC
|
||||
- added ability to relay transactions manually after creating them
|
||||
- better AC / battery power detection for Linux smart mining
|
||||
- getblocktemplate now indicates the expected total reward
|
||||
- as always, loads of bug fixes and performance improvements
|
||||
|
@ -111,4 +113,4 @@ monero-linux-x86-v0.11.0.0.tar.bz2, 452ce74dcb8c6af3be0ac0b1f3f90c31020cdf408ccf
|
|||
monero-linux-armv7-v0.11.0.0.tar.bz2, f88e53250b558705ee866cd439a3366666d977e5377ba197aff66f53bd421793
|
||||
monero-freebsd-x64-v0.11.0.0.tar.bz2, c6373cd82a88ec8c56cedab2e0f65715ea908c9f3517d127db4bc0ecc7532428
|
||||
|
||||
A GPG-signed list of the hashes is at https://getmonero.org/downloads/hashes.txt and should be treated as canonical, with the signature checked against the appropriate GPG key in the source code (in /utils/gpg_keys)
|
||||
A GPG-signed list of the hashes is at https://getmonero.org/downloads/hashes.txt and should be treated as canonical, with the signature checked against the appropriate GPG key in the source code (in /utils/gpg_keys)
|
||||
|
|
Loading…
Reference in a new issue