Remove testnet dir from repo (#857)

* Pull testnet dir with build script

* Add comment

* Don't hardcode the genesis fork

* Re-enable hard-coded test
This commit is contained in:
Paul Hauner
2020-03-04 10:02:44 +11:00
committed by GitHub
parent 6368be148d
commit 58fb144276
11 changed files with 73 additions and 68 deletions

1
Cargo.lock generated
View File

@@ -1212,6 +1212,7 @@ version = "0.1.0"
dependencies = [
"eth2-libp2p 0.1.0",
"eth2_ssz 0.1.2",
"reqwest 0.9.24 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)",
"tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",