-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Changelogs for 1.11.7-stable and 2.0.0-beta #9105
Conversation
5chdn
commented
Jul 12, 2018
•
edited
Loading
edited
- docs: mark 1.10 as end-of-life
- docs: move changelog for 1.11
- docs: Add changelog for 1.11.7-stable
- docs: add changelog for 2.0.0-beta
- docs: add release notes for 2.0.0-beta
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? |
|
docs/CHANGELOG-1.11.md
Outdated
@@ -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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
CHANGELOG.md
Outdated
@@ -5,9 +5,9 @@ This is the Parity-Ethereum//v2.0.0-beta release, **YOLO!** | |||
Please note, Parity-Ethereum//v2.0.0 comes with some breaking changes that might be interrupting your usual workflows. Please mind them before upgrading: | |||
|
|||
- 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we mention Parity-UI in order not to scare anyone and get more questions than needed?
CHANGELOG.md
Outdated
- 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have no doc/explanation about using the binaries right? We should prob. add that to the readme.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |