Rebrand the repo nim-eth2-official-tests => nim-eth2-scenarios

This commit is contained in:
Mamy André-Ratsimbazafy 2020-02-14 10:41:27 +01:00
parent 1359bab0ae
commit 0f56dd6047
No known key found for this signature in database
GPG Key ID: 7B88AD1FE79492E1
1 changed files with 9 additions and 8 deletions

View File

@ -1,12 +1,13 @@
# nim-eth2-official-tests
# ETH 2 Scenarios
This repo used to reformat the official Ethereum 2 tests to a format suitable for [Nimbus](https://github.com/status-im/nimbus)/[nim-beacon-chain](https://github.com/status-im/nim-beacon-chain).
This repo holds Ethereum 2 scenarios of particular interest for [Nimbus Eth2](https://github.com/status-im/nim-beacon-chain)
Currently it is used for:
At the moment it contains:
- A test vector downloader for [Ethereum 2.0 specs](https://github.com/ethereum/eth2.0-specs)
- Having multiple test vectors versions side-by-side for progressive update between spec versions
- SSZ test vectors that are still using a JSON format from 0.8.1.
- SSZ test vectors in JSON that require LFS
Future plans include:
- Bugs arising from usage or fuzzing
- Benchmark scenarios in particular those that might trigger degenerate cases
## Cloning the repo
@ -16,8 +17,8 @@ After cloning the repo, you will need to download the official test vectors.
This is done via the `download_test_vectors.sh` script.
```bash
git clone https://github.com/status-im/nim-eth2-official-tests
cd nim-eth2-official-tests
git clone https://github.com/status-im/nim-eth2-scenarios
cd nim-eth2-scenarios
# Download versioned test vectors
./download_test_vectors.sh