Spectest: v1.5.0-alpha.1 (#13934)

* Update spectests to v1.5.0-alpha.1

* Add PeerDAS config change
This commit is contained in:
Preston Van Loon
2024-05-03 13:53:46 -05:00
committed by GitHub
parent 80bff0dc2d
commit 26355768a0
4 changed files with 13 additions and 8 deletions

View File

@@ -270,7 +270,8 @@ type BeaconChainConfig struct {
NodeIdBits uint64 `yaml:"NODE_ID_BITS" spec:"true"` // NodeIdBits defines the bit length of a node id.
// PeerDAS
NumberOfColumns uint64 `yaml:"NUMBER_OF_COLUMNS" spec:"true"` // NumberOfColumns in the extended data matrix.
NumberOfColumns uint64 `yaml:"NUMBER_OF_COLUMNS" spec:"true"` // NumberOfColumns in the extended data matrix.
MaxCellsInExtendedMatrix uint64 `yaml:"MAX_CELLS_IN_EXTENDED_MATRIX" spec:"true"` // MaxCellsInExtendedMatrix is the full data of one-dimensional erasure coding extended blobs (in row major format).
}
// InitializeForkSchedule initializes the schedules forks baked into the config.