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
22 lines
618 B
Go
22 lines
618 B
Go
// Code generated by yaml_to_go. DO NOT EDIT.
|
|
// source: g2_compressed.yaml
|
|
|
|
package spectest
|
|
|
|
type G2CompressedTest 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 struct {
|
|
Message []byte `json:"message" ssz:"size=32"`
|
|
Domain uint64 `json:"domain"`
|
|
} `json:"input"`
|
|
Output [][]byte `json:"output"`
|
|
} `json:"test_cases"`
|
|
}
|