mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 21:08:10 -05:00
22 lines
695 B
Go
22 lines
695 B
Go
// Code generated by yaml_to_go. DO NOT EDIT.
|
|
// source: genesis_initialization_minimal.yaml
|
|
|
|
package spectest
|
|
|
|
import pb "github.com/prysmaticlabs/prysm/proto/beacon/p2p/v1"
|
|
|
|
type GenesisValidityTest struct {
|
|
Title string `json:"title"`
|
|
Summary string `json:"summary"`
|
|
ForksTimeline string `json:"forks_timeline"`
|
|
Forks []string `json:"forks"`
|
|
Config string `json:"config"`
|
|
Runner string `json:"runner"`
|
|
Handler string `json:"handler"`
|
|
TestCases []struct {
|
|
Description string `json:"description"`
|
|
Genesis *pb.BeaconState `json:"genesis"`
|
|
IsValid bool `json:"is_valid"`
|
|
} `json:"test_cases"`
|
|
}
|