File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11# To download/extract nightly tests, run:
22# CONSENSUS_SPECS_TEST_VERSION=nightly make
3- CONSENSUS_SPECS_TEST_VERSION ?= v1.6.0-alpha.6
3+ CONSENSUS_SPECS_TEST_VERSION ?= v1.6.0-beta.1
44REPO_NAME := consensus-spec-tests
55OUTPUT_DIR := ./$(REPO_NAME )
66
Original file line number Diff line number Diff line change 5454 "tests/general/phase0/ssz_generic/basic_progressive_list" ,
5555 "tests/general/phase0/ssz_generic/containers/.*/ProgressiveBitsStruct.*" ,
5656 "tests/general/phase0/ssz_generic/containers/.*/ProgressiveTestStruct.*" ,
57+ "tests/general/phase0/ssz_generic/progressive_containers/.*" ,
58+ "tests/general/phase0/ssz_generic/compatible_unions/.*" ,
5759 # Ignore full epoch tests for now (just test the sub-transitions).
5860 "tests/.*/.*/epoch_processing/.*/pre_epoch.ssz_snappy" ,
5961 "tests/.*/.*/epoch_processing/.*/post_epoch.ssz_snappy" ,
Original file line number Diff line number Diff line change 5757 if [[ ! -e " ${test} .tar.gz" ]]; then
5858 echo " Downloading: ${version} /${test} .tar.gz"
5959 curl --progress-bar --location --remote-name --show-error --retry 3 --retry-all-errors --fail \
60- " https://github.com/ethereum/consensus-spec-tests /releases/download/${version} /${test} .tar.gz" \
60+ " https://github.com/ethereum/consensus-specs /releases/download/${version} /${test} .tar.gz" \
6161 || {
6262 echo " Curl failed. Aborting"
6363 rm -f " ${test} .tar.gz"
Original file line number Diff line number Diff line change @@ -1083,8 +1083,7 @@ impl<E: EthSpec + TypeName> Handler for LightClientUpdateHandler<E> {
10831083
10841084 fn is_enabled_for_fork ( & self , fork_name : ForkName ) -> bool {
10851085 // Enabled in Altair
1086- // No test in Fulu yet.
1087- fork_name. altair_enabled ( ) && fork_name != ForkName :: Fulu
1086+ fork_name. altair_enabled ( )
10881087 }
10891088}
10901089
You can’t perform that action at this time.
0 commit comments