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

Commit

Permalink
Merge branch 'a5-beta-212' of github.com:paritytech/parity-ethereum i…
Browse files Browse the repository at this point in the history
…nto a5-beta-212
  • Loading branch information
5chdn committed Oct 2, 2018
2 parents 72d8ddc + 835b4ed commit d9acc1b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 291 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ By default, Parity Ethereum runs a JSON-RPC HTTP server on port `:8545` and a We

If you run into problems while using Parity Ethereum, check out the [wiki for documentation](https://wiki.parity.io/), feel free to [file an issue in this repository](https://github.com/paritytech/parity-ethereum/issues/new), or hop on our [Gitter](https://gitter.im/paritytech/parity) or [Riot](https://riot.im/app/#/group/+parity:matrix.parity.io) chat room to ask a question. We are glad to help! **For security-critical issues**, please refer to the security policy outlined in [SECURITY.md](SECURITY.md).

Parity Ethereum's current beta-release is 2.0. You can download it at [the releases page](https://github.com/paritytech/parity-ethereum/releases) or follow the instructions below to build from source. Please, mind the [CHANGELOG.md](CHANGELOG.md) for a list of all changes between different versions.
Parity Ethereum's current beta-release is 2.1. You can download it at [the releases page](https://github.com/paritytech/parity-ethereum/releases) or follow the instructions below to build from source. Please, mind the [CHANGELOG.md](CHANGELOG.md) for a list of all changes between different versions.

## Build Dependencies

Parity Ethereum requires **Rust version 1.28.x** to build.
Parity Ethereum requires **Rust version 1.29.x** to build.

We recommend installing Rust through [rustup](https://www.rustup.rs/). If you don't already have `rustup`, you can install it like this:

Expand Down
61 changes: 0 additions & 61 deletions docker/android/Dockerfile

This file was deleted.

9 changes: 0 additions & 9 deletions docker/android/cargo-config.toml

This file was deleted.

216 changes: 0 additions & 216 deletions docker/android/libudev.patch

This file was deleted.

6 changes: 3 additions & 3 deletions scripts/gitlab/docs-jsonrpc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ setup_git() {
git config user.name "Devops Parity"
}

set_remote_wiki() {
git config remote.origin.url "https://${GITHUB_TOKEN}@github.com/paritytech/wiki.git"
}
set_remote_wiki() {
git config remote.origin.url "https://${GITHUB_TOKEN}@github.com/paritytech/wiki.git"
}

commit_files() {
echo "__________Commit files__________"
Expand Down

0 comments on commit d9acc1b

Please sign in to comment.