Add support for nightly test vectors (#15312)

* Add tool to download spec tests

* Rename consensus_spec_tests deps

* Make _get_redirected_url more portable

* Rename env variable

* Add a debug print for sanity

* Add changelog file

* Update newly added fulu tests

* Delete some unnecessary white space

* PR fixes

---------

Co-authored-by: Preston Van Loon <preston@pvl.dev>
This commit is contained in:
Justin Traglia
2025-05-23 09:15:34 -05:00
committed by GitHub
parent 58b5aac201
commit f8d895a5ed
159 changed files with 285 additions and 205 deletions

View File

@@ -46,8 +46,7 @@ go_test(
"tags_test.go",
],
data = [
"@consensus_spec_tests_mainnet//:test_data",
"@consensus_spec_tests_minimal//:test_data",
"@consensus_spec_tests//:test_data",
],
embed = [":go_default_library"],
tags = ["spectest"],