re-enable `LightClientUpdate` tests (#3981)
Now that the 1.2.0-rc.2 spec contains the same `LightClientUpdate` definition that Nimbus was already using before, the corresponding SSZ test vectors can be re-enabled.
This commit is contained in:
parent
74819729a5
commit
89bc466a9e
|
@ -117,7 +117,7 @@ suite "EF - Altair - SSZ consensus objects " & preset():
|
|||
of "LightClientBootstrap":
|
||||
checkSSZ(LightClientBootstrap, path, hash)
|
||||
of "LightClientUpdate":
|
||||
discard # Modified - checkSSZ(LightClientUpdate, path, hash)
|
||||
checkSSZ(LightClientUpdate, path, hash)
|
||||
of "LightClientFinalityUpdate":
|
||||
checkSSZ(LightClientFinalityUpdate, path, hash)
|
||||
of "LightClientOptimisticUpdate":
|
||||
|
|
|
@ -120,7 +120,7 @@ suite "EF - Bellatrix - SSZ consensus objects " & preset():
|
|||
of "LightClientBootstrap":
|
||||
checkSSZ(LightClientBootstrap, path, hash)
|
||||
of "LightClientUpdate":
|
||||
discard # Modified - checkSSZ(LightClientUpdate, path, hash)
|
||||
checkSSZ(LightClientUpdate, path, hash)
|
||||
of "LightClientFinalityUpdate":
|
||||
checkSSZ(LightClientFinalityUpdate, path, hash)
|
||||
of "LightClientOptimisticUpdate":
|
||||
|
|
Loading…
Reference in New Issue