merge latest capella changes

This commit is contained in:
realbigsean
2023-01-16 09:17:18 -05:00
8 changed files with 70 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
TESTS_TAG := v1.3.0-rc.0
TESTS_TAG := v1.3.0-rc.1
TESTS = general minimal mainnet
TARBALLS = $(patsubst %,%-$(TESTS_TAG).tar.gz,$(TESTS))

View File

@@ -39,6 +39,8 @@ excluded_paths = [
"tests/.*/.*/ssz_static/LightClientOptimistic",
# LightClientFinalityUpdate
"tests/.*/.*/ssz_static/LightClientFinalityUpdate",
# LightClientHeader
"tests/.*/.*/ssz_static/LightClientHeader",
# One of the EF researchers likes to pack the tarballs on a Mac
".*\.DS_Store.*",
# More Mac weirdness.