Update consensus spec tests to v1.6.0-beta.1 with new hashes and URL template (#15918)

This commit is contained in:
terence
2025-10-22 11:22:19 -07:00
committed by GitHub
parent 2f090c52d9
commit 7dd4f5948c
6 changed files with 66 additions and 30 deletions

View File

@@ -110,6 +110,6 @@ consensus_spec_tests = repository_rule(
"repo": attr.string(default = "ethereum/consensus-specs"),
"workflow": attr.string(default = "generate_vectors.yml"),
"branch": attr.string(default = "dev"),
"release_url_template": attr.string(default = "https://github.com/ethereum/consensus-spec-tests/releases/download/%s"),
"release_url_template": attr.string(default = "https://github.com/ethereum/consensus-specs/releases/download/%s"),
},
)