mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user