prysm-pulse/spectest/shared/altair/sanity/block_processing.yaml.go
Preston Van Loon 5442d0f486
Altair: Merge passing hf1 tests and shared code (#9447)
* Altair: Merge passing hf1 tests and shared code

* Remove weird files

* del commented code

* Add dynamic file fetching, remove hardcoded list of files

* Remove hard coded paths

* remove hardcoded paths from phase0 too

* nosec fixes
2021-08-23 20:09:24 +00:00

7 lines
103 B
Go

package sanity
// SanityConfig --
type SanityConfig struct {
BlocksCount int `json:"blocks_count"`
}