use v1.1.1 test vectors (#2954)

This commit is contained in:
tersec 2021-10-05 02:26:56 +00:00 committed by GitHub
parent c8f5f9bc8e
commit 5cc2acb44e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@ export
# Eventually, we could also differentiate between user/tainted data and
# internal state that's gone through sanity checks already.
const SPEC_VERSION* = "1.1.0"
const SPEC_VERSION* = "1.1.1"
## Spec version we're aiming to be compatible with, right now
const

View File

@ -39,7 +39,7 @@ type
const
FixturesDir* =
currentSourcePath.rsplit(DirSep, 1)[0] / ".." / ".." / "vendor" / "nim-eth2-scenarios"
SszTestsDir* = FixturesDir / "tests-v1.1.0"
SszTestsDir* = FixturesDir / "tests-v1.1.1"
MaxObjectSize* = 3_000_000
proc parseTest*(path: string, Format: typedesc[Json], T: typedesc): T =

@ -1 +1 @@
Subproject commit e129374fb564b69fb9b3857e88aff4e3d812a03b
Subproject commit a7cdca50e382091922f2ae851ec4ae3b56f533e2