Gloas proposer preferences alpha 7 (#9239)

We yolo'd to alpha 7. We're just changing the proposer preference to include dependent root, instead of checkpoint root. This way we can actually construct it within the VC without needing a view of fork choice.


  


Co-Authored-By: Eitan Seri-Levi <eserilev@ucsc.edu>
This commit is contained in:
Eitan Seri-Levi
2026-04-30 11:36:45 +02:00
committed by GitHub
parent 8bb14d6f3d
commit effcd08223
5 changed files with 44 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.7.0-alpha.6
CONSENSUS_SPECS_TEST_VERSION ?= v1.7.0-alpha.7
REPO_NAME := consensus-spec-tests
OUTPUT_DIR := ./$(REPO_NAME)