docs: add changelogs for 1.10.6 and 1.11.3 (#8810)
* docs: add changelog for 1.10.6 * docs: add changelog for 1.11.3 * docs: markdownify the changelogs
This commit is contained in:
parent
6771539a90
commit
bd4498cffc
138
CHANGELOG.md
138
CHANGELOG.md
@ -1,3 +1,71 @@
|
|||||||
|
## Parity [v1.11.3](https://github.com/paritytech/parity/releases/tag/v1.11.3) (2018-06-06)
|
||||||
|
|
||||||
|
Parity 1.11.3 is a security-relevant release. Please upgrade your nodes as soon as possible to [v1.10.6](https://github.com/paritytech/parity/releases/tag/v1.10.6) or [v1.11.3](https://github.com/paritytech/parity/releases/tag/v1.11.3).
|
||||||
|
|
||||||
|
The full list of included changes:
|
||||||
|
|
||||||
|
- Parity-version: bump beta to 1.11.3 ([#8806](https://github.com/paritytech/parity/pull/8806))
|
||||||
|
- Parity-version: bump beta to 1.11.3
|
||||||
|
- Disallow unsigned transactions in case EIP-86 is disabled ([#8802](https://github.com/paritytech/parity/pull/8802))
|
||||||
|
- Fix ancient blocks queue deadlock ([#8751](https://github.com/paritytech/parity/pull/8751))
|
||||||
|
- Update shell32-sys to fix windows build ([#8792](https://github.com/paritytech/parity/pull/8792))
|
||||||
|
- Backports ([#8785](https://github.com/paritytech/parity/pull/8785))
|
||||||
|
- Fix light sync with initial validator-set contract ([#8528](https://github.com/paritytech/parity/pull/8528))
|
||||||
|
- Fix #8468
|
||||||
|
- Use U256::max_value() instead
|
||||||
|
- Also change initial transaction gas
|
||||||
|
- Resumable warp-sync / Seed downloaded snapshots ([#8544](https://github.com/paritytech/parity/pull/8544))
|
||||||
|
- Start dividing sync chain : first supplier method
|
||||||
|
- WIP - updated chain sync supplier
|
||||||
|
- Finish refactoring the Chain Sync Supplier
|
||||||
|
- Create Chain Sync Requester
|
||||||
|
- Add Propagator for Chain Sync
|
||||||
|
- Add the Chain Sync Handler
|
||||||
|
- Move tests from mod -> handler
|
||||||
|
- Move tests to propagator
|
||||||
|
- Refactor SyncRequester arguments
|
||||||
|
- Refactoring peer fork header handler
|
||||||
|
- Fix wrong highest block number in snapshot sync
|
||||||
|
- Small refactor...
|
||||||
|
- Resume warp-sync downloaded chunks
|
||||||
|
- Refactoring the previous chunks import
|
||||||
|
- Address PR grumbles
|
||||||
|
- Fix not seeding current snapshot
|
||||||
|
- Update SnapshotService readiness check
|
||||||
|
- Early abort importing previous chunks
|
||||||
|
- Update Gitlab CI config
|
||||||
|
- SyncState back to Waiting when Manifest peers disconnect
|
||||||
|
- Revert GitLab CI changes
|
||||||
|
- Refactor resuming snapshots
|
||||||
|
- Revert "Refactor resuming snapshots"
|
||||||
|
- Update informant log
|
||||||
|
- Refactor resuming snapshots
|
||||||
|
- Update informant message : show chunks done
|
||||||
|
- Don't open Browser post-install on Mac ([#8641](https://github.com/paritytech/parity/pull/8641))
|
||||||
|
- Fix not downloading old blocks ([#8642](https://github.com/paritytech/parity/pull/8642))
|
||||||
|
- Fix PoW blockchains sealing notifications in chain_new_blocks ([#8656](https://github.com/paritytech/parity/pull/8656))
|
||||||
|
- Shutdown the Snapshot Service early ([#8658](https://github.com/paritytech/parity/pull/8658))
|
||||||
|
- Shutdown the Snapshot Service when shutting down the runner
|
||||||
|
- Rename `service` to `client_service`
|
||||||
|
- Fix tests
|
||||||
|
- Fix cli signer ([#8682](https://github.com/paritytech/parity/pull/8682))
|
||||||
|
- Update ethereum-types so `{:#x}` applies 0x prefix
|
||||||
|
- Set the request index to that of the current request ([#8683](https://github.com/paritytech/parity/pull/8683))
|
||||||
|
- Set the request index to that of the current request
|
||||||
|
- Network-devp2p: handle UselessPeer disconnect ([#8686](https://github.com/paritytech/parity/pull/8686))
|
||||||
|
- Fix local transactions policy. ([#8691](https://github.com/paritytech/parity/pull/8691))
|
||||||
|
- CI: Fixes for Android Pipeline ([#8745](https://github.com/paritytech/parity/pull/8745))
|
||||||
|
- Ci: Remove check for shared libraries in gitlab script
|
||||||
|
- Ci: allow android arm build to fail
|
||||||
|
- Custom Error Messages on ENFILE and EMFILE IO Errors ([#8744](https://github.com/paritytech/parity/pull/8744))
|
||||||
|
- Custom Error Messages on ENFILE and EMFILE IO Errors
|
||||||
|
- Use assert-matches for more readable tests
|
||||||
|
- Fix Wording and consistency
|
||||||
|
- Ethcore-sync: fix connection to peers behind chain fork block ([#8710](https://github.com/paritytech/parity/pull/8710))
|
||||||
|
- Parity-version: bump beta to 1.11.2 ([#8750](https://github.com/paritytech/parity/pull/8750))
|
||||||
|
- Parity-version: bump beta to 1.11.2
|
||||||
|
- Parity-version: unset critical flag
|
||||||
|
|
||||||
## Parity [v1.11.1](https://github.com/paritytech/parity/releases/tag/v1.11.1) (2018-05-15)
|
## Parity [v1.11.1](https://github.com/paritytech/parity/releases/tag/v1.11.1) (2018-05-15)
|
||||||
|
|
||||||
This is the Parity 1.11.1-beta release! Hurray!
|
This is the Parity 1.11.1-beta release! Hurray!
|
||||||
@ -156,47 +224,47 @@ The full list of included changes:
|
|||||||
|
|
||||||
- Backports ([#8558](https://github.com/paritytech/parity/pull/8558))
|
- Backports ([#8558](https://github.com/paritytech/parity/pull/8558))
|
||||||
- Fetching logs by hash in blockchain database ([#8463](https://github.com/paritytech/parity/pull/8463))
|
- Fetching logs by hash in blockchain database ([#8463](https://github.com/paritytech/parity/pull/8463))
|
||||||
- Fetch logs by hash in blockchain database
|
- Fetch logs by hash in blockchain database
|
||||||
- Fix tests
|
- Fix tests
|
||||||
- Add unit test for branch block logs fetching
|
- Add unit test for branch block logs fetching
|
||||||
- Add docs that blocks must already be sorted
|
- Add docs that blocks must already be sorted
|
||||||
- Handle branch block cases properly
|
- Handle branch block cases properly
|
||||||
- typo: empty -> is_empty
|
- typo: empty -> is_empty
|
||||||
- Remove return_empty_if_none by using a closure
|
- Remove return_empty_if_none by using a closure
|
||||||
- Use BTreeSet to avoid sorting again
|
- Use BTreeSet to avoid sorting again
|
||||||
- Move is_canon to BlockChain
|
- Move is_canon to BlockChain
|
||||||
- typo: pass value by reference
|
- typo: pass value by reference
|
||||||
- Use loop and wrap inside blocks to simplify the code
|
- Use loop and wrap inside blocks to simplify the code
|
||||||
- typo: missed a comment
|
- typo: missed a comment
|
||||||
- Pass on storage keys tracing to handle the case when it is not modified ([#8491](https://github.com/paritytech/parity/pull/8491))
|
- Pass on storage keys tracing to handle the case when it is not modified ([#8491](https://github.com/paritytech/parity/pull/8491))
|
||||||
- Pass on storage keys even if it is not modified
|
- Pass on storage keys even if it is not modified
|
||||||
- typo: account and storage query
|
- typo: account and storage query
|
||||||
- Fix tests
|
- Fix tests
|
||||||
- Use state query directly because of suicided accounts
|
- Use state query directly because of suicided accounts
|
||||||
- Fix a RefCell borrow issue
|
- Fix a RefCell borrow issue
|
||||||
- Add tests for unmodified storage trace
|
- Add tests for unmodified storage trace
|
||||||
- Address grumbles
|
- Address grumbles
|
||||||
- typo: remove unwanted empty line
|
- typo: remove unwanted empty line
|
||||||
- ensure_cached compiles with the original signature
|
- ensure_cached compiles with the original signature
|
||||||
- Update wasmi and pwasm-utils ([#8493](https://github.com/paritytech/parity/pull/8493))
|
- Update wasmi and pwasm-utils ([#8493](https://github.com/paritytech/parity/pull/8493))
|
||||||
- Update wasmi to 0.2
|
- Update wasmi to 0.2
|
||||||
- Update pwasm-utils to 0.1.5
|
- Update pwasm-utils to 0.1.5
|
||||||
- Show imported messages for light client ([#8517](https://github.com/paritytech/parity/pull/8517))
|
- Show imported messages for light client ([#8517](https://github.com/paritytech/parity/pull/8517))
|
||||||
- Enable WebAssembly and Byzantium for Ellaism ([#8520](https://github.com/paritytech/parity/pull/8520))
|
- Enable WebAssembly and Byzantium for Ellaism ([#8520](https://github.com/paritytech/parity/pull/8520))
|
||||||
- Enable WebAssembly and Byzantium for Ellaism
|
- Enable WebAssembly and Byzantium for Ellaism
|
||||||
- Fix indentation
|
- Fix indentation
|
||||||
- Remove empty lines
|
- Remove empty lines
|
||||||
- Don't panic in import_block if invalid rlp ([#8522](https://github.com/paritytech/parity/pull/8522))
|
- Don't panic in import_block if invalid rlp ([#8522](https://github.com/paritytech/parity/pull/8522))
|
||||||
- Don't panic in import_block if invalid rlp
|
- Don't panic in import_block if invalid rlp
|
||||||
- Remove redundant type annotation
|
- Remove redundant type annotation
|
||||||
- Replace RLP header view usage with safe decoding
|
- Replace RLP header view usage with safe decoding
|
||||||
- Node table sorting according to last contact data ([#8541](https://github.com/paritytech/parity/pull/8541))
|
- Node table sorting according to last contact data ([#8541](https://github.com/paritytech/parity/pull/8541))
|
||||||
- network-devp2p: sort nodes in node table using last contact data
|
- network-devp2p: sort nodes in node table using last contact data
|
||||||
- network-devp2p: rename node contact types in node table json output
|
- network-devp2p: rename node contact types in node table json output
|
||||||
- network-devp2p: fix node table tests
|
- network-devp2p: fix node table tests
|
||||||
- network-devp2p: note node failure when failed to establish connection
|
- network-devp2p: note node failure when failed to establish connection
|
||||||
- network-devp2p: handle UselessPeer error
|
- network-devp2p: handle UselessPeer error
|
||||||
- network-devp2p: note failure when marking node as useless
|
- network-devp2p: note failure when marking node as useless
|
||||||
- Betalize 1.11 :) ([#8475](https://github.com/paritytech/parity/pull/8475))
|
- Betalize 1.11 :) ([#8475](https://github.com/paritytech/parity/pull/8475))
|
||||||
- Betalize 1.11 :)
|
- Betalize 1.11 :)
|
||||||
- Update Gitlab scripts
|
- Update Gitlab scripts
|
||||||
|
@ -1,3 +1,41 @@
|
|||||||
|
## Parity [v1.10.6](https://github.com/paritytech/parity/releases/tag/v1.10.6) (2018-06-05)
|
||||||
|
|
||||||
|
Parity 1.10.6 is a security-relevant release. Please upgrade your nodes as soon as possible.
|
||||||
|
|
||||||
|
If you can not upgrade to 1.10+ yet, please use the following branches and build your own binaries from source:
|
||||||
|
|
||||||
|
- git checkout [old-stable-1.9](https://github.com/paritytech/parity/tree/old-stable-1.9) # `v1.9.8` (EOL)
|
||||||
|
- git checkout [old-stable-1.8](https://github.com/paritytech/parity/tree/old-stable-1.8) # `v1.8.12` (EOL)
|
||||||
|
- git checkout [old-stable-1.7](https://github.com/paritytech/parity/tree/old-stable-1.7) # `v1.7.14` (EOL)
|
||||||
|
|
||||||
|
The full list of included changes:
|
||||||
|
|
||||||
|
- Parity-version: bump stable to 1.10.6 ([#8805](https://github.com/paritytech/parity/pull/8805))
|
||||||
|
- Parity-version: bump stable to 1.10.6
|
||||||
|
- Disallow unsigned transactions in case EIP-86 is disabled ([#8802](https://github.com/paritytech/parity/pull/8802))
|
||||||
|
- Update shell32-sys to fix windows build ([#8793](https://github.com/paritytech/parity/pull/8793))
|
||||||
|
- Backports ([#8782](https://github.com/paritytech/parity/pull/8782))
|
||||||
|
- Fix light sync with initial validator-set contract ([#8528](https://github.com/paritytech/parity/pull/8528))
|
||||||
|
- Fix #8468
|
||||||
|
- Use U256::max_value() instead
|
||||||
|
- Fix again
|
||||||
|
- Also change initial transaction gas
|
||||||
|
- Don't open Browser post-install on Mac ([#8641](https://github.com/paritytech/parity/pull/8641))
|
||||||
|
- Prefix uint fmt with `0x` with alternate flag
|
||||||
|
- Set the request index to that of the current request ([#8683](https://github.com/paritytech/parity/pull/8683))
|
||||||
|
- Set the request index to that of the current request
|
||||||
|
- Node table sorting according to last contact data ([#8541](https://github.com/paritytech/parity/pull/8541))
|
||||||
|
- Network-devp2p: sort nodes in node table using last contact data
|
||||||
|
- Network-devp2p: rename node contact types in node table json output
|
||||||
|
- Network-devp2p: fix node table tests
|
||||||
|
- Network-devp2p: note node failure when failed to establish connection
|
||||||
|
- Network-devp2p: handle UselessPeer error
|
||||||
|
- Network-devp2p: note failure when marking node as useless
|
||||||
|
- Network-devp2p: handle UselessPeer disconnect ([#8686](https://github.com/paritytech/parity/pull/8686))
|
||||||
|
- Parity: bump stable version to 1.10.5 ([#8749](https://github.com/paritytech/parity/pull/8749))
|
||||||
|
- Parity: bump stable version to 1.10.5
|
||||||
|
- Fix failing doc tests running on non-code
|
||||||
|
|
||||||
## Parity [v1.10.4](https://github.com/paritytech/parity/releases/tag/v1.10.4) (2018-05-15)
|
## Parity [v1.10.4](https://github.com/paritytech/parity/releases/tag/v1.10.4) (2018-05-15)
|
||||||
|
|
||||||
Parity 1.10.4 is a bug-fix release to improve performance and stability.
|
Parity 1.10.4 is a bug-fix release to improve performance and stability.
|
||||||
@ -187,61 +225,61 @@ The full list of included changes:
|
|||||||
- Beta Backports ([#8136](https://github.com/paritytech/parity/pull/8136))
|
- Beta Backports ([#8136](https://github.com/paritytech/parity/pull/8136))
|
||||||
- Support parity protocol. ([#8035](https://github.com/paritytech/parity/pull/8035))
|
- Support parity protocol. ([#8035](https://github.com/paritytech/parity/pull/8035))
|
||||||
- updater: apply exponential backoff after download failure ([#8059](https://github.com/paritytech/parity/pull/8059))
|
- updater: apply exponential backoff after download failure ([#8059](https://github.com/paritytech/parity/pull/8059))
|
||||||
- updater: apply exponential backoff after download failure
|
- updater: apply exponential backoff after download failure
|
||||||
- updater: reset backoff on new release
|
- updater: reset backoff on new release
|
||||||
- Max code size on Kovan ([#8067](https://github.com/paritytech/parity/pull/8067))
|
- Max code size on Kovan ([#8067](https://github.com/paritytech/parity/pull/8067))
|
||||||
- Enable code size limit on kovan
|
- Enable code size limit on kovan
|
||||||
- Fix formatting.
|
- Fix formatting.
|
||||||
- Limit incoming connections. ([#8060](https://github.com/paritytech/parity/pull/8060))
|
- Limit incoming connections. ([#8060](https://github.com/paritytech/parity/pull/8060))
|
||||||
- Limit ingress connections
|
- Limit ingress connections
|
||||||
- Optimized handshakes logging
|
- Optimized handshakes logging
|
||||||
- WASM libraries bump ([#7970](https://github.com/paritytech/parity/pull/7970))
|
- WASM libraries bump ([#7970](https://github.com/paritytech/parity/pull/7970))
|
||||||
- update wasmi, parity-wasm, wasm-utils to latest version
|
- update wasmi, parity-wasm, wasm-utils to latest version
|
||||||
- Update to new wasmi & error handling
|
- Update to new wasmi & error handling
|
||||||
- also utilize new stack limiter
|
- also utilize new stack limiter
|
||||||
- fix typo
|
- fix typo
|
||||||
- replace dependency url
|
- replace dependency url
|
||||||
- Cargo.lock update
|
- Cargo.lock update
|
||||||
- add some dos protection ([#8084](https://github.com/paritytech/parity/pull/8084))
|
- add some dos protection ([#8084](https://github.com/paritytech/parity/pull/8084))
|
||||||
- revert removing blooms ([#8066](https://github.com/paritytech/parity/pull/8066))
|
- revert removing blooms ([#8066](https://github.com/paritytech/parity/pull/8066))
|
||||||
- Revert "fix traces, removed bloomchain crate, closes [#7228](https://github.com/paritytech/parity/issues/7228), closes [#7167](https://github.com/paritytech/parity/issues/7167)"
|
- Revert "fix traces, removed bloomchain crate, closes [#7228](https://github.com/paritytech/parity/issues/7228), closes [#7167](https://github.com/paritytech/parity/issues/7167)"
|
||||||
- Revert "fixed broken logs ([#7934](https://github.com/paritytech/parity/pull/7934))"
|
- Revert "fixed broken logs ([#7934](https://github.com/paritytech/parity/pull/7934))"
|
||||||
- fixed broken logs
|
- fixed broken logs
|
||||||
- bring back old lock order
|
- bring back old lock order
|
||||||
- remove migration v13
|
- remove migration v13
|
||||||
- revert CURRENT_VERSION to 12 in migration.rs
|
- revert CURRENT_VERSION to 12 in migration.rs
|
||||||
- more dos protection ([#8104](https://github.com/paritytech/parity/pull/8104))
|
- more dos protection ([#8104](https://github.com/paritytech/parity/pull/8104))
|
||||||
- Const time comparison ([#8113](https://github.com/paritytech/parity/pull/8113))
|
- Const time comparison ([#8113](https://github.com/paritytech/parity/pull/8113))
|
||||||
- Use `subtle::slices_equal` for constant time comparison.
|
- Use `subtle::slices_equal` for constant time comparison.
|
||||||
- Also update the existing version of subtle in `ethcrypto` from 0.1 to 0.5
|
- Also update the existing version of subtle in `ethcrypto` from 0.1 to 0.5
|
||||||
- Test specifically for InvalidPassword error.
|
- Test specifically for InvalidPassword error.
|
||||||
- fix trace filter returning returning unrelated reward calls, closes #8070 ([#8098](https://github.com/paritytech/parity/pull/8098))
|
- fix trace filter returning returning unrelated reward calls, closes #8070 ([#8098](https://github.com/paritytech/parity/pull/8098))
|
||||||
- network: init discovery using healthy nodes ([#8061](https://github.com/paritytech/parity/pull/8061))
|
- network: init discovery using healthy nodes ([#8061](https://github.com/paritytech/parity/pull/8061))
|
||||||
- network: init discovery using healthy nodes
|
- network: init discovery using healthy nodes
|
||||||
- network: fix style grumble
|
- network: fix style grumble
|
||||||
- network: fix typo
|
- network: fix typo
|
||||||
- Postpone Kovan hard fork ([#8137](https://github.com/paritytech/parity/pull/8137))
|
- Postpone Kovan hard fork ([#8137](https://github.com/paritytech/parity/pull/8137))
|
||||||
- ethcore: postpone Kovan hard fork
|
- ethcore: postpone Kovan hard fork
|
||||||
- util: update version fork metadata
|
- util: update version fork metadata
|
||||||
- Disable UI by default. ([#8105](https://github.com/paritytech/parity/pull/8105))
|
- Disable UI by default. ([#8105](https://github.com/paritytech/parity/pull/8105))
|
||||||
- dapps: update parity-ui dependencies ([#8160](https://github.com/paritytech/parity/pull/8160))
|
- dapps: update parity-ui dependencies ([#8160](https://github.com/paritytech/parity/pull/8160))
|
||||||
- Probe changes one step deeper ([#8134](https://github.com/paritytech/parity/pull/8134)) ([#8135](https://github.com/paritytech/parity/pull/8135))
|
- Probe changes one step deeper ([#8134](https://github.com/paritytech/parity/pull/8134)) ([#8135](https://github.com/paritytech/parity/pull/8135))
|
||||||
- Beta backports ([#8053](https://github.com/paritytech/parity/pull/8053))
|
- Beta backports ([#8053](https://github.com/paritytech/parity/pull/8053))
|
||||||
- CI: Fix cargo cache ([#7968](https://github.com/paritytech/parity/pull/7968))
|
- CI: Fix cargo cache ([#7968](https://github.com/paritytech/parity/pull/7968))
|
||||||
- Fix cache
|
- Fix cache
|
||||||
- Only clean locked cargo cache on windows
|
- Only clean locked cargo cache on windows
|
||||||
- fixed ethstore sign ([#8026](https://github.com/paritytech/parity/pull/8026))
|
- fixed ethstore sign ([#8026](https://github.com/paritytech/parity/pull/8026))
|
||||||
- fixed parsing ethash seals and verify_block_undordered ([#8031](https://github.com/paritytech/parity/pull/8031))
|
- fixed parsing ethash seals and verify_block_undordered ([#8031](https://github.com/paritytech/parity/pull/8031))
|
||||||
- fix for verify_block_basic crashing on invalid transaction rlp ([#8032](https://github.com/paritytech/parity/pull/8032))
|
- fix for verify_block_basic crashing on invalid transaction rlp ([#8032](https://github.com/paritytech/parity/pull/8032))
|
||||||
- fix cache & snapcraft CI build ([#8052](https://github.com/paritytech/parity/pull/8052))
|
- fix cache & snapcraft CI build ([#8052](https://github.com/paritytech/parity/pull/8052))
|
||||||
- Add MCIP-6 Byzyantium transition to Musicoin spec ([#7841](https://github.com/paritytech/parity/pull/7841))
|
- Add MCIP-6 Byzyantium transition to Musicoin spec ([#7841](https://github.com/paritytech/parity/pull/7841))
|
||||||
- Add test chain spec for musicoin byzantium testnet
|
- Add test chain spec for musicoin byzantium testnet
|
||||||
- Add MCIP-6 Byzyantium transition to Musicoin spec
|
- Add MCIP-6 Byzyantium transition to Musicoin spec
|
||||||
- Update mcip6_byz.json
|
- Update mcip6_byz.json
|
||||||
- ethcore: update musicoin byzantium block number
|
- ethcore: update musicoin byzantium block number
|
||||||
- ethcore: update musicoin bootnodes
|
- ethcore: update musicoin bootnodes
|
||||||
- Update musicoin.json
|
- Update musicoin.json
|
||||||
- More bootnodes.
|
- More bootnodes.
|
||||||
- Make 1.10 beta ([#8022](https://github.com/paritytech/parity/pull/8022))
|
- Make 1.10 beta ([#8022](https://github.com/paritytech/parity/pull/8022))
|
||||||
- Make 1.10 beta
|
- Make 1.10 beta
|
||||||
- Fix gitlab builds
|
- Fix gitlab builds
|
||||||
|
Loading…
Reference in New Issue
Block a user