use v1.1.5 consensus spec test vectors (#3066)
This commit is contained in:
parent
95b0ecc5a2
commit
b76326f4b8
|
@ -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.4"
|
||||
const SPEC_VERSION* = "1.1.5"
|
||||
## Spec version we're aiming to be compatible with, right now
|
||||
|
||||
const
|
||||
|
|
|
@ -50,7 +50,7 @@ type
|
|||
const
|
||||
FixturesDir* =
|
||||
currentSourcePath.rsplit(DirSep, 1)[0] / ".." / ".." / "vendor" / "nim-eth2-scenarios"
|
||||
SszTestsDir* = FixturesDir / "tests-v1.1.4"
|
||||
SszTestsDir* = FixturesDir / "tests-v1.1.5"
|
||||
MaxObjectSize* = 3_000_000
|
||||
|
||||
proc parseTest*(path: string, Format: typedesc[Json], T: typedesc): T =
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 91645e3f81c7fac16f22de410d99f7a393d8ef56
|
||||
Subproject commit 2d883b5db986a9d32b272f3a9a6c73b666d5d41e
|
Loading…
Reference in New Issue