mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-04 00:44:27 +00:00
9bd6147027
* 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
19 lines
548 B
Go
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"`
|
|
}
|