docs: add changelogs for 1.11.10, 1.11.11, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.1.0, and 2.1.1#9554
Conversation
|
EOL for 1.11 is too fast! Didn't finished my sync yet 😂 https://stats.ethbrowser.io/ |
debris
left a comment
There was a problem hiding this comment.
looks good except merge conflicts
| ======= | ||
|
|
||
| export RUST_FILES_MODIFIED="$(git --no-pager diff --name-only $GIT_COMPARE...$CI_COMMIT_SHA | grep -v -e ^\\. -e ^LICENSE -e ^README.md -e ^test.sh -e ^scripts/ | wc -l | tr -d ' ')" | ||
| >>>>>>> a5-config-constantinople |
There was a problem hiding this comment.
merge conflicts are still here
|
Ooops 🤦♀️ |
bf6ef64 to
372d9e9
Compare
| - Generalized `blockReward` and `difficultyBombDelays` config ([#9480](https://github.com/paritytech/parity-ethereum/pull/9480)): This removes `eip649*` parameters from chain specs and allows `blockReward` to accept `multi`. Please review your chain-specs! | ||
| - Implement EIP234 `block_hash` for `eth_getLogs` ([#9256](https://github.com/paritytech/parity-ethereum/pull/9256)): If `block_hash` and `from_block`/`to_block` present, return error. This also changes `eth_getLogs` to return error if any of `block_hash`/`from_block`/`to_block` cannot be found. | ||
| - The default `gas_floor_target` was increased to `8_000_000`, the default `gas_cap` to `10_000_000`. | ||
| - Comply EIP-86 with the new definition ([#9140](https://github.com/paritytech/parity-ethereum/pull/9140)). Note that this is backward incompatible, with the assumption that none (or not many) working chains have attempted to set the `eip86Transition` flag, because it's not really useful by itself. |
There was a problem hiding this comment.
EIP-86 flag has been removed (and replaced by EIP-1014) in #9268. And looks like we did include it in v2.1.
There was a problem hiding this comment.
#9268 says "Add EIP-1014 transition config flag" - how could I know?
Please save everyone some time by adding proper labels and pull request descriptions. I can't look at the code diff of 150 PRs when compiling the changelog.
There was a problem hiding this comment.
Apparently that PRs' scope was changed because of some issues -- there was indeed a description: #9268 (comment)
But yeah I agree this can be done better, and I should have added releasenote tag / put a reference to that comment in issue description.
|
I for one would prefer having oneline ( |
| - Check in flight FindNode before pings | ||
| - Add `deprecated` to deprecated_echo_hash | ||
| - Refactor `discovery_round` branching | ||
| - Net_version caches network_id to avoid redundant aquire of sync read lock ([#9544](https://github.com/paritytech/parity-ethereum/pull/9544)) |
| - Ethcore: don't validate difficulty when ignoring seal check | ||
| - Ethcore: fix block verification test | ||
| - Ethcore: document skipped verifications when check_seal is disabled | ||
| - [light/jsonrpc] Provide the actual account for `eth_coinbase` RPC and unify error handeling for light and full client ([#9383](https://github.com/paritytech/parity-ethereum/pull/9383)) |
There was a problem hiding this comment.
s/handeling/handling (oops I'm responsible for that one)
and: