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:
Etan Kissling 2022-08-17 19:50:28 +02:00 committed by GitHub
parent 74819729a5
commit 89bc466a9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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":

View File

@ -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":