Etan Kissling
|
683ec36034
|
retry download on unpack error (#11)
Sometimes, the downloaded tar file gets corrupted and fails to unpack.
Add a couple retries to avoid spurious CI failures in dependent projs.
```
[2022-12-09T23:17:22.588Z] + ./scripts/setup_scenarios.sh
[2022-12-09T23:17:22.588Z] Downloading consensus spec test vectors
[2022-12-09T23:17:22.588Z] ~/workspace/atforms_macos_aarch64_dev_etan_y/vendor/nim-eth2-scenarios ~/workspace/atforms_macos_aarch64_dev_etan_y
[2022-12-09T23:17:22.588Z] Downloading: v1.2.0/general.tar.gz
[2022-12-09T23:17:24.296Z] Downloading: v1.2.0/minimal.tar.gz
[2022-12-09T23:17:29.150Z] Downloading: v1.2.0/mainnet.tar.gz
[2022-12-09T23:17:30.331Z] Unpacking: v1.2.0/general.tar.gz
[2022-12-09T23:17:30.671Z] Unpacking: v1.2.0/minimal.tar.gz
[2022-12-09T23:17:36.665Z] Unpacking: v1.2.0/mainnet.tar.gz
[2022-12-09T23:17:36.665Z] tar: Error opening archive: Unrecognized archive format
[2022-12-09T23:17:36.665Z] Tar failed. Aborting.
script returned exit code 1
```
|
2022-12-11 18:13:58 +01:00 |
|
Etan Kissling
|
186d992345
|
avoid spurious deletion of slashing test vectors (#12)
Slashing tests tarball and output is deleted by unpack script even when
it didn't change. Hardened the logic to avoid that.
|
2022-12-11 17:53:59 +01:00 |
|
Fredrik Svantes
|
1105110723
|
Adjusting slashing test url
Was renamed from eth2-clients to eth-clients
|
2022-01-06 11:16:30 +01:00 |
|
Mamy Ratsimbazafy
|
ce3286d407
|
update slashing protection changes to v5.2.1
|
2022-01-01 15:12:15 +01:00 |
|
Zahary Karadjov
|
25ad5ba51c
|
/bin/bash -> /usr/bin/env bash
|
2021-11-15 15:43:05 +02:00 |
|
Mamy André-Ratsimbazafy
|
48fef39e8c
|
slashing interchange repo
|
2021-02-01 20:34:17 +01:00 |
|