Update to spec v1.1.0-beta.1 (#2460)

## Proposed Changes

Update to the latest version of the Altair spec, which includes new tests and a tweak to the target sync aggregators.

## Additional Info

This change is _not_ required for the imminent Altair devnet, and is waiting on the merge of #2321 to unstable.


Co-authored-by: Paul Hauner <paul@paulhauner.com>
This commit is contained in:
Michael Sproul
2021-07-27 05:43:35 +00:00
parent 84e6d71950
commit f5bdca09ff
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
TESTS_TAG := v1.1.0-alpha.8
TESTS_TAG := v1.1.0-beta.1
TESTS = general minimal mainnet
TARBALLS = $(patsubst %,%-$(TESTS_TAG).tar.gz,$(TESTS))