prysm-pulse/beacon-chain/state/stateutil
terence tsao dc1bec79ed
Use Eth2 type CommitteeIndex (#8477)
* Use types.CommitteeIndex

* Go fmt

* Update validator pkg

* Fix e2e

* Happy fuzz tests

* Sync with upstream ethereumapi

* Go mod tidy

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2021-02-18 20:11:20 +00:00
..
arrays.go Rename getter functions to be idiomatic (#8320) 2021-01-25 21:27:30 +00:00
attestations_test.go Replace bytes.Equal with assert.DeepEqual in tests (#8318) 2021-01-22 15:15:40 +00:00
attestations.go Use Eth2 type CommitteeIndex (#8477) 2021-02-18 20:11:20 +00:00
benchmark_test.go Remove custom block body root and block root methods (#8069) 2020-12-09 12:11:42 -06:00
blocks.go ETH2 Types: Slot (#8408) 2021-02-16 07:45:34 +00:00
BUILD.bazel Remove go-ssz entirely from prysm (#8257) 2021-01-20 21:03:46 +00:00
state_root_test.go Add state field count to config (#8068) 2020-12-07 21:49:28 -06:00
state_root.go ETH2 Types: Slot (#8408) 2021-02-16 07:45:34 +00:00
stateutil_test.go Update TestMain(): do not call os.Exit() explicitly (#8046) 2020-12-04 16:10:07 +00:00
trie_helpers_test.go ETH2 Types: Slot (#8408) 2021-02-16 07:45:34 +00:00
trie_helpers.go Rename getter functions to be idiomatic (#8320) 2021-01-25 21:27:30 +00:00
validators.go ETH2 Types: Epoch (#8373) 2021-02-09 10:05:22 +00:00