mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-10 22:36:01 +00:00
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…
x
Reference in New Issue
Block a user