Change parity versions to 2.3.2

This commit is contained in:
phahulin 2019-02-04 15:14:27 +03:00
parent 06ba96bcba
commit 56272d5954
2 changed files with 16 additions and 16 deletions

View File

@ -58,7 +58,7 @@ and check parity version (replace `bootnode` with correct role name ,e.g. `valid
sample output (version number may be different):
```
Parity Ethereum
version Parity-Ethereum/v2.3.1-beta-938c8d8-20190130/x86_64-linux-gnu/rustc1.31.1
version Parity-Ethereum/v2.3.2-beta-678138f-20190203/x86_64-linux-gnu/rustc1.31.1
Copyright 2015-2018 Parity Technologies (UK) Ltd.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.

View File

@ -1,26 +1,26 @@
---
- set_fact:
PARITY_BIN_LOC_UBUNTU: "https://releases.parity.io/ethereum/v2.3.1/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256_UBUNTU: "c7bca14bc9be2b46f8c071004d3b5c88a1e9f523906d1068aca38ec00d9e9950"
PARITY_BIN_LOC_CENTOS: "https://releases.parity.io/ethereum/v2.3.1/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256_CENTOS: "c7bca14bc9be2b46f8c071004d3b5c88a1e9f523906d1068aca38ec00d9e9950"
PARITY_VERSION_CHECK: "2.3.1"
PARITY_BIN_LOC_UBUNTU: "https://releases.parity.io/ethereum/v2.3.2/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256_UBUNTU: "9abd1aaa60d23aa5eb99d9392b203e837679a64f03662bf1057712d9c2cb70ad"
PARITY_BIN_LOC_CENTOS: "https://releases.parity.io/ethereum/v2.3.2/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256_CENTOS: "9abd1aaa60d23aa5eb99d9392b203e837679a64f03662bf1057712d9c2cb70ad"
PARITY_VERSION_CHECK: "2.3.2"
when: GENESIS_BRANCH == 'sokol'
- set_fact:
PARITY_BIN_LOC_UBUNTU: "https://releases.parity.io/ethereum/v2.3.0/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256_UBUNTU: "c55c0c1ee397c7a1999ff8e19f9f91caf1b93e239a2a4fc85f57d18eb934f63b"
PARITY_BIN_LOC_CENTOS: "https://releases.parity.io/ethereum/v2.3.0/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256_CENTOS: "c55c0c1ee397c7a1999ff8e19f9f91caf1b93e239a2a4fc85f57d18eb934f63b"
PARITY_VERSION_CHECK: "2.3.0"
PARITY_BIN_LOC_UBUNTU: "https://releases.parity.io/ethereum/v2.3.2/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256_UBUNTU: "9abd1aaa60d23aa5eb99d9392b203e837679a64f03662bf1057712d9c2cb70ad"
PARITY_BIN_LOC_CENTOS: "https://releases.parity.io/ethereum/v2.3.2/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256_CENTOS: "9abd1aaa60d23aa5eb99d9392b203e837679a64f03662bf1057712d9c2cb70ad"
PARITY_VERSION_CHECK: "2.3.2"
when: GENESIS_BRANCH == 'core'
- set_fact:
PARITY_BIN_LOC_UBUNTU: "https://releases.parity.io/ethereum/v2.3.0/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256_UBUNTU: "c55c0c1ee397c7a1999ff8e19f9f91caf1b93e239a2a4fc85f57d18eb934f63b"
PARITY_BIN_LOC_CENTOS: "https://releases.parity.io/ethereum/v2.3.0/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256_CENTOS: "c55c0c1ee397c7a1999ff8e19f9f91caf1b93e239a2a4fc85f57d18eb934f63b"
PARITY_VERSION_CHECK: "2.3.0"
PARITY_BIN_LOC_UBUNTU: "https://releases.parity.io/ethereum/v2.3.2/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256_UBUNTU: "9abd1aaa60d23aa5eb99d9392b203e837679a64f03662bf1057712d9c2cb70ad"
PARITY_BIN_LOC_CENTOS: "https://releases.parity.io/ethereum/v2.3.2/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256_CENTOS: "9abd1aaa60d23aa5eb99d9392b203e837679a64f03662bf1057712d9c2cb70ad"
PARITY_VERSION_CHECK: "2.3.2"
when: GENESIS_BRANCH == 'dai'
- name: Check that node role is correct