Merge pull request #20 from varasev/update-to-parity-2-6-8

Update Parity version to v2.6.8
This commit is contained in:
varasev 2020-01-06 16:01:59 +03:00 committed by GitHub
commit 11c4c552f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

@ -1,8 +1,8 @@
---
- set_fact:
PARITY_BIN_LOC: "https://releases.parity.io/ethereum/v2.6.2/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256: "593c2f622fbb04a4baccd3388b66d2d1b1a5bd207201335ab5b26a3ed95d182f"
PARITY_VERSION_CHECK: "2.6.2"
PARITY_BIN_LOC: "https://releases.parity.io/ethereum/v2.6.8/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256: "299f928503cb3b8d44d95a0f592e32358542ec854842c277e3eeaee2a3478a28"
PARITY_VERSION_CHECK: "2.6.8"
when: GENESIS_BRANCH == 'sokol'
- set_fact:
@ -12,15 +12,15 @@
when: GENESIS_BRANCH == 'kovan'
- set_fact:
PARITY_BIN_LOC: "https://releases.parity.io/ethereum/v2.6.2/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256: "593c2f622fbb04a4baccd3388b66d2d1b1a5bd207201335ab5b26a3ed95d182f"
PARITY_VERSION_CHECK: "2.6.2"
PARITY_BIN_LOC: "https://releases.parity.io/ethereum/v2.6.8/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256: "299f928503cb3b8d44d95a0f592e32358542ec854842c277e3eeaee2a3478a28"
PARITY_VERSION_CHECK: "2.6.8"
when: GENESIS_BRANCH == 'dai'
- set_fact:
PARITY_BIN_LOC: "https://releases.parity.io/ethereum/v2.6.2/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256: "593c2f622fbb04a4baccd3388b66d2d1b1a5bd207201335ab5b26a3ed95d182f"
PARITY_VERSION_CHECK: "2.6.2"
PARITY_BIN_LOC: "https://releases.parity.io/ethereum/v2.6.8/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256: "299f928503cb3b8d44d95a0f592e32358542ec854842c277e3eeaee2a3478a28"
PARITY_VERSION_CHECK: "2.6.8"
when: GENESIS_BRANCH == 'core'
- set_fact: