Implement Electra spec v1.5.0-alpha.5 (#6305)

* Implement spec v1.5.0-alpha.5

* Merge remote-tracking branch 'origin/unstable' into spec-1.5.0-alpha.5

* Ignore broken Electra light client tests
This commit is contained in:
Michael Sproul
2024-08-26 21:43:35 +10:00
committed by GitHub
parent 4036da7cfd
commit e09fe5a372
3 changed files with 14 additions and 9 deletions

View File

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