Update to spec v1.6.0-alpha.5 (#7910)

- https://github.com/ethereum/consensus-specs/pull/4508
This commit is contained in:
Barnabas Busa
2025-08-27 05:59:21 +02:00
committed by GitHub
parent 8901c7417d
commit 2b33fe6620
4 changed files with 11 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
# To download/extract nightly tests, run:
# CONSENSUS_SPECS_TEST_VERSION=nightly make
CONSENSUS_SPECS_TEST_VERSION ?= v1.6.0-alpha.4
CONSENSUS_SPECS_TEST_VERSION ?= v1.6.0-alpha.5
REPO_NAME := consensus-spec-tests
OUTPUT_DIR := ./$(REPO_NAME)

View File

@@ -57,6 +57,8 @@ excluded_paths = [
# Ignore full epoch tests for now (just test the sub-transitions).
"tests/.*/.*/epoch_processing/.*/pre_epoch.ssz_snappy",
"tests/.*/.*/epoch_processing/.*/post_epoch.ssz_snappy",
# Ignore gloas tests for now
"tests/.*/gloas/.*",
]