Changelogs for 1.11.7-stable and 2.0.0-beta#9105
Conversation
|
The first lines of the changelog are aggressive and sound like "we removed everything without alternatives". While the reality is more contrasted:
|
what do you mean?
dpkg? |
|
| @@ -0,0 +1,643 @@ | |||
| ## Parity [v1.11.7](https://github.com/paritytech/parity/releases/tag/v1.11.7) (2018-07-16) | |||
There was a problem hiding this comment.
Can we highlight couple of important changes to transaction queue that happened in 1.11?
Namely:
-
The pool now limits transactions per-sender (see --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.
-
In case the pool is full transactions received over the network, but originating from accounts that we have private keys for might not get accepted to the pool any more with higher priority. Consider running with larger pool size or submitting the transactions directly on the node via
eth_sendRawTransaction.
|
|
||
| - The Parity client is now called _Parity-Ethereum_ to distinguish it from other software we provide, such as [_Parity-Bitcoin_](https://github.com/paritytech/parity-bitcoin/) and [_Parity-Polkadot_](https://github.com/paritytech/polkadot) ([#9052](https://github.com/paritytech/parity/pull/9052)). | ||
| - The public node and the user interface (a.k.a. _"Parity Wallet"_) are completely removed from the Parity-Ethereum//v2.0.0 client ([#8758](https://github.com/paritytech/parity/pull/8758), #8783, #8641). | ||
| - The public node and the user interface (a.k.a. _"Parity Wallet"_) are completely removed from the Parity-Ethereum//v2.0.0 client ([#8758](https://github.com/paritytech/parity/pull/8758), [#8783](https://github.com/paritytech/parity/pull/8783), [#8641](https://github.com/paritytech/parity/pull/8641)). |
There was a problem hiding this comment.
Should we mention Parity-UI in order not to scare anyone and get more questions than needed?
| - The public node and the user interface (a.k.a. _"Parity Wallet"_) are completely removed from the Parity-Ethereum//v2.0.0 client ([#8758](https://github.com/paritytech/parity/pull/8758), [#8783](https://github.com/paritytech/parity/pull/8783), [#8641](https://github.com/paritytech/parity/pull/8641)). | ||
| - Windows and MacOS versions are not available as installer anymore and the system trays were removed ([#8778](https://github.com/paritytech/parity/pull/8778)). | ||
| - Linux versions are not available as packages anymore ([#8887](https://github.com/paritytech/parity/pull/8887)). MD5-checksums are completely replaced by SHA256-checksums ([#8884](https://github.com/paritytech/parity/pull/8884)). | ||
| - Linux versions are not available as deb-/rpm-packages anymore ([#8887](https://github.com/paritytech/parity/pull/8887)). MD5-checksums are completely replaced by SHA256-checksums ([#8884](https://github.com/paritytech/parity/pull/8884)). |
There was a problem hiding this comment.
We have no doc/explanation about using the binaries right? We should prob. add that to the readme.
folsen
left a comment
There was a problem hiding this comment.
Haven't made sure that everything changed is in there obviously, but text looks good and I assume it's right.
|
Of course it's right 🙈 🤣 Thanks |
Uh oh!
There was an error while loading. Please reload this page.