prysm-pulse/shared/bls/spectest/aggregate_sigs_test.yaml.go
Preston Van Loon 9bd6147027
BLS spec tests (#2826)
* bls spec tests

* add more bls tests

* use ioutil instead of bazel runfiles

* dont read bytes

* skip tests that overflow uint64

* manually fix input data

* add tests

* lint and gaz

* add all new changes

* some refactoring, cleanup, remove new API methods that only exist for tests

* gaz

* Remove yamls, skip test
2019-06-25 12:57:47 -04:00

19 lines
548 B
Go

// Code generated by yaml_to_go. DO NOT EDIT.
// source: aggregate_sigs.yaml
package spectest
type AggregateSigsTest 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 {
Input [][]byte `json:"input"`
Output []byte `json:"output" ssz:"size=96"`
} `json:"test_cases"`
}