prysm-pulse/beacon-chain/state/v3
Leo Lara 1835f54197
Refactor for DRY state getters_validator_test and getters_test (#10117)
* Refactor for DRY state getters_validator_test and getters_test

* Add BUILD.bazel to beacon-chain/state/testing

* Handle type assertion error in beacon-chain/state tests

* Fix with gazelle

Co-authored-by: Nishant Das <nishdas93@gmail.com>
2022-02-11 14:48:29 +08:00
..
BUILD.bazel Refactor for DRY state getters_validator_test and getters_test (#10117) 2022-02-11 14:48:29 +08:00
deprecated_getters_test.go Use beacon state interfaces instead of concrete structs (#10195) 2022-02-08 09:30:06 +00:00
deprecated_getters.go #10036 Replace codename Merge with Bellatrix (1st step) (#10044) 2022-01-10 16:47:30 +00:00
deprecated_setters_test.go Use beacon state interfaces instead of concrete structs (#10195) 2022-02-08 09:30:06 +00:00
deprecated_setters.go Use beacon state interfaces instead of concrete structs (#10195) 2022-02-08 09:30:06 +00:00
field_roots.go Clean up outdated bellatrix code (#10225) 2022-02-11 04:40:12 +00:00
getters_block_test.go #10036 Replace codename Merge with Bellatrix (1st step) (#10044) 2022-01-10 16:47:30 +00:00
getters_block.go Add getters and setters for beacon state v3 (part 1) (#9915) 2021-11-22 09:37:55 -08:00
getters_checkpoint.go Add getters and setters for beacon state v3 (part 1) (#9915) 2021-11-22 09:37:55 -08:00
getters_eth1.go Add getters and setters for beacon state v3 (part 1) (#9915) 2021-11-22 09:37:55 -08:00
getters_misc.go Use beacon state interfaces instead of concrete structs (#10195) 2022-02-08 09:30:06 +00:00
getters_participation.go Add getters and setters for beacon state v3 (part 1) (#9915) 2021-11-22 09:37:55 -08:00
getters_payload_header.go Add getters and setters for beacon state v3 (part 2) (#9916) 2021-11-22 15:56:23 -08:00
getters_randao.go Add getters and setters for beacon state v3 (part 1) (#9915) 2021-11-22 09:37:55 -08:00
getters_state.go #10036 Replace codename Merge with Bellatrix (2nd step) (#10116) 2022-01-26 07:24:47 +00:00
getters_sync_committee.go Add getters and setters for beacon state v3 (part 1) (#9915) 2021-11-22 09:37:55 -08:00
getters_test.go Refactor for DRY state getters_validator_test and getters_test (#10117) 2022-02-11 14:48:29 +08:00
getters_validator_test.go Refactor for DRY state getters_validator_test and getters_test (#10117) 2022-02-11 14:48:29 +08:00
getters_validator.go Move ErrNilValidatorsInState from one in each state version to a common one (#10074) 2022-01-18 08:19:20 +00:00
proofs_test.go Initialize Merkle Layers and Recompute Dirty Fields in BeaconState Proofs (#10032) 2022-01-11 17:36:03 +08:00
proofs.go Initialize Merkle Layers and Recompute Dirty Fields in BeaconState Proofs (#10032) 2022-01-11 17:36:03 +08:00
setters_block.go Add getters and setters for beacon state v3 (part 1) (#9915) 2021-11-22 09:37:55 -08:00
setters_checkpoint.go Add getters and setters for beacon state v3 (part 1) (#9915) 2021-11-22 09:37:55 -08:00
setters_eth1.go Add getters and setters for beacon state v3 (part 1) (#9915) 2021-11-22 09:37:55 -08:00
setters_misc.go Add getters and setters for beacon state v3 (part 1) (#9915) 2021-11-22 09:37:55 -08:00
setters_participation.go Add getters and setters for beacon state v3 (part 1) (#9915) 2021-11-22 09:37:55 -08:00
setters_payload_header.go Add getters and setters for beacon state v3 (part 2) (#9916) 2021-11-22 15:56:23 -08:00
setters_randao.go Add getters and setters for beacon state v3 (part 1) (#9915) 2021-11-22 09:37:55 -08:00
setters_state.go Split state package into state-proto and state-native (#10069) 2022-01-13 12:23:53 +01:00
setters_sync_committee.go Add getters and setters for beacon state v3 (part 1) (#9915) 2021-11-22 09:37:55 -08:00
setters_test.go Use beacon state interfaces instead of concrete structs (#10195) 2022-02-08 09:30:06 +00:00
setters_validator.go Add getters and setters for beacon state v3 (part 1) (#9915) 2021-11-22 09:37:55 -08:00
state_trie_test.go Use beacon state interfaces instead of concrete structs (#10195) 2022-02-08 09:30:06 +00:00
state_trie.go Use beacon state interfaces instead of concrete structs (#10195) 2022-02-08 09:30:06 +00:00
types.go #10036 Replace codename Merge with Bellatrix (1st step) (#10044) 2022-01-10 16:47:30 +00:00