Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Backporting to beta #5791

Merged
merged 7 commits into from
Jun 7, 2017
Merged

Backporting to beta #5791

merged 7 commits into from
Jun 7, 2017

Conversation

arkpar
Copy link
Collaborator

@arkpar arkpar commented Jun 7, 2017

No description provided.

@arkpar arkpar added A8-backport 🕸 Pull request is already reviewed well in another branch. M4-core ⛓ Core client code / Rust. labels Jun 7, 2017
@5chdn
Copy link
Contributor

5chdn commented Jun 7, 2017

If there is nothing else, these are the changes:

## Parity [v1.6.8](https://github.com/paritytech/parity/releases/tag/v1.6.8) (2017-06-07)

This release addresses:

- a rare condition where quickly creating a new account was generating an account not matching the recovery phrase.
- compressed RLP strings caused wrong/empty transaction receipts on Classic network.
- blacklisting the _empty phrase_ account from UI and RPC on non-development chains. See also [this blog post](https://blog.parity.io/restoring-blank-seed-phrase/).
- canceling transactions that didn't have a condition.
- the updated Expanse fork block and chain ID.

Full changelog:

- Backporting to beta [#5791](https://github.com/paritytech/parity/pull/5791)
  - Bump to v1.6.8
  - Update expanse json with fork at block 600000 [#5351](https://github.com/paritytech/parity/pull/5351)
    - Update expanse json with fork at block 600000
    - Update exp chainID to 2
  - Bumped mio [#5763](https://github.com/paritytech/parity/pull/5763)
  - Fixed default UI port for mac installer [#5782](https://github.com/paritytech/parity/pull/5782)
  - Blacklist empty phrase account. [#5730](https://github.com/paritytech/parity/pull/5730)
  - Update Cid/multihash/ring/tinykeccak [#5785](https://github.com/paritytech/parity/pull/5785)
    - Updating ring,multihash,tiny-keccak
    - Updating CID in ipfs.
  - Disable compression for RLP strings [#5786](https://github.com/paritytech/parity/pull/5786)
- Beta Backports [#5789](https://github.com/paritytech/parity/pull/5789)
  - Fix local transactions without condition. [#5716](https://github.com/paritytech/parity/pull/5716)
  - Block invalid account name creation [#5784](https://github.com/paritytech/parity/pull/5784)
    - Additional non-empty phrase check (fromNew)
    - Explicit canCreate check in create (not only on UI)
    - BN instance check (fixes Geth imports)
    - Fixup tests after better checks
  - Recover from empty phrase in dev mode [#5698](https://github.com/paritytech/parity/pull/5698)
    - Add dev chain to isTest
    - Fix signer
    - Fix no condition transactions
    - Fix case: old parity
    - Fix propTypes.

@arkpar arkpar merged commit b8b5a23 into beta Jun 7, 2017
@arkpar arkpar deleted the backporting branch June 7, 2017 20:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-backport 🕸 Pull request is already reviewed well in another branch. M4-core ⛓ Core client code / Rust.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants