use v1.1.1 test vectors (#2954)
This commit is contained in:
parent
c8f5f9bc8e
commit
5cc2acb44e
|
@ -56,7 +56,7 @@ export
|
||||||
# Eventually, we could also differentiate between user/tainted data and
|
# Eventually, we could also differentiate between user/tainted data and
|
||||||
# internal state that's gone through sanity checks already.
|
# 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
|
## Spec version we're aiming to be compatible with, right now
|
||||||
|
|
||||||
const
|
const
|
||||||
|
|
|
@ -39,7 +39,7 @@ type
|
||||||
const
|
const
|
||||||
FixturesDir* =
|
FixturesDir* =
|
||||||
currentSourcePath.rsplit(DirSep, 1)[0] / ".." / ".." / "vendor" / "nim-eth2-scenarios"
|
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
|
MaxObjectSize* = 3_000_000
|
||||||
|
|
||||||
proc parseTest*(path: string, Format: typedesc[Json], T: typedesc): T =
|
proc parseTest*(path: string, Format: typedesc[Json], T: typedesc): T =
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit e129374fb564b69fb9b3857e88aff4e3d812a03b
|
Subproject commit a7cdca50e382091922f2ae851ec4ae3b56f533e2
|
Loading…
Reference in New Issue