Ethereum 2.0 Scenarios for Nimbus
Go to file
Dustin Brody 1359bab0ae
stop downloading 0.10.0 test vectors
2020-01-27 10:50:07 +01:00
.gitignore download_test_vectors.sh: delete tarballs and unpacked data from old versions 2019-10-31 21:28:32 +01:00
README.md Remove JSON LFS 2019-11-14 11:32:52 +01:00
download_test_vectors.sh stop downloading 0.10.0 test vectors 2020-01-27 10:50:07 +01:00

README.md

nim-eth2-official-tests

This repo used to reformat the official Ethereum 2 tests to a format suitable for Nimbus/nim-beacon-chain.

Currently it is used for:

  • 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

Cloning the repo

Cloning and downloading the official test vectors

After cloning the repo, you will need to download the official test vectors. This is done via the download_test_vectors.sh script.

git clone https://github.com/status-im/nim-eth2-official-tests
cd nim-eth2-official-tests

# Download versioned test vectors
./download_test_vectors.sh