Add Metadata V2 Object and Interface (#8962)

* checkpoint changes

* gaz

* add error check

* gaz

* fix tests

* fix tests

* terence's review

* terence's review

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
This commit is contained in:
Nishant Das
2021-06-02 13:44:34 +08:00
committed by GitHub
parent ef20f2da7e
commit 91bd477f4f
43 changed files with 660 additions and 309 deletions

View File

@@ -27,6 +27,7 @@ var Analyzer = &analysis.Analyzer{
// These are the selected interfaces that we want to parse through and check nilness for.
var selectedInterfaces = []string{
"interfaces.SignedBeaconBlock",
"interfaces.MetadataV0",
"interface.BeaconState",
"interface.ReadOnlyBeaconState",
"interface.WriteOnlyBeaconState",