docs/CHANGELOG-1.11.md
Note: Parity 1.11 reached End-of-Life on 2018-09-19 (EOL).
Parity-Ethereum 1.11.11-stable is a bug-fix release to improve performance and stability.
The full list of included changes:
Parity-Ethereum 1.11.10-stable is a bug-fix release to improve performance and stability.
The full list of included changes:
public_url works but that breaks on stable. This works for both.Provide default nonce in transactions when it´s missing (#9370)
default_nonce in tx`s when it´s missingnonce is missing in a EthTransaction will cause it to fall in these cases provide default_nonce value instead!default_nonce in tx`s when it´s missingnonce is missing in a EthTransaction will cause it to fall in these cases provide default_nonce value instead!4 * 8M / 21k = 1523 transactions.Parity 1.11.8-stable is a bug-fix release to improve performance and stability.
Note, authorities in PoA networks based on the Aura engine, should upgrade their nodes immediately as this release includes a critical fix.
The full list of included changes:
Parity 1.11.7 "Prosperity" is a bug-fix release to improve performance and stability that marks the 1.11 release track as stable. Among other fixes, this release significantly addresses peering and synchronization issues. If you experienced such issues before, upgrading is highly recommended. If you rely on old versions of Parity, check out the old-stable-1.10 branch, cherry-pick fixes, and compile your binaries independently. There will be no official support for any versions prior to 1.11.7, however (EOL).
If you are upgrading directly from versions 1.10.9 or earlier, please note important changes to our transaction-queue implementation, namely:
--tx-queue-per-sender), local transactions also have to obey that limit. Consider increasing the limit via CLI-flag when running benchmarks or sending a lot of transactions at once.eth_sendRawTransaction.The full list of included changes:
evm bench fix broken dependencies (#9134)
evm bench use valid dependenciesParity 1.11.6 is a bug-fix release to improve performance and stability.
The full list of included changes:
Parity 1.11.5 is a bug-fix release to improve performance and stability.
The full list of included changes:
Parity 1.11.4 is a bug-fix release to improve performance and stability.
The full list of included changes:
Duration_ns: u64 -> duration: Duration (#8457)
Parity 1.11.3 is a security-relevant release. Please upgrade your nodes as soon as possible to v1.10.6 or v1.11.3.
The full list of included changes:
service to client_service{:#x} applies 0x prefixThis is the Parity 1.11.1-beta release! Hurray!
Notable changes in reversed alphabetical order:
whisper-cli is a standalone tool to communicate with the Whisper protocol.whisper-pool-size, port and address to use.eth_call to respect VM errors if any.REVERT, it will also return the reverted return data in hex format.O(1) time to get pending set, but O(n^2) insertion time. And obviously insertion/removal happens much more often than retrieving the pending set (only for propagation and pending block building) Currently we have O(n * log(senders)) pending set time (with cache) and O(tx_per_sender) (usually within log(tx_per_sender)) insertion time.Scoring and Readiness are separated from the pool, so it's easier to customize them or introduce different definitions (for instance for EIP-859 or private transactions, etc).Readiness determines that. Because of this we additionally remove future transactions that occupy the pool for long time.--warp-barrier [block-number] is provided.--force-ui flag.--auto-update-delay to randomly delay updates by n blocks. This takes into account the number of the block of the update release (old updates aren't delayed).--auto-update-check-frequency to define the periodicity of auto-update checks in number of blocks.2_000_000.2_000_000.8_000_000.2_222_222.The full list of included changes:
ethcore-sync - Fixing warp-sync barrier (#8543)
whisper-cli binary to whisper (#8579)
This is the Parity 1.11.0-beta release! Hurray! This release has been pulled due to peering issues, please use 1.11.1-beta.
The full list of included changes:
Return result (#8377)util/mem to zero out memory on drop. (#8356)fake-fetch (#8363)remove raw unwrap and bump semver (#8251)app_dirs to 1.2.1 (#8268)ethcrypto::{en,de}crypt_single_message. (#8126)ecies::encrypt/ecies::decrypt. (#8125)client refactoring (#7038)