Rename `eth2.0-spec-tests` to `consensus-spec-tests`

This commit is contained in:
Hsiao-Wei Wang 2021-08-19 12:41:51 +08:00
parent 4c1156d504
commit 3be3643bcb
No known key found for this signature in database
GPG Key ID: 1111A8A81778319E
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -9,7 +9,7 @@ build/
output/
dist/
eth2.0-spec-tests/
consensus-spec-tests/
.pytest_cache
.mypy_cache

View File

@ -6,7 +6,7 @@ TEST_GENERATORS_DIR = ./tests/generators
PY_SPEC_DIR = $(TEST_LIBS_DIR)/pyspec
ETH2SPEC_MODULE_DIR = $(PY_SPEC_DIR)/eth2spec
TEST_REPORT_DIR = $(PY_SPEC_DIR)/test-reports
TEST_VECTOR_DIR = ../eth2.0-spec-tests/tests
TEST_VECTOR_DIR = ../consensus-spec-tests/tests
GENERATOR_DIR = ./tests/generators
SOLIDITY_DEPOSIT_CONTRACT_DIR = ./solidity_deposit_contract
SOLIDITY_DEPOSIT_CONTRACT_SOURCE = ${SOLIDITY_DEPOSIT_CONTRACT_DIR}/deposit_contract.sol