prysm-pulse/beacon-chain/state/v1
terence tsao 526596a679
State/v1: add atts and block roots getter tests (#9255)
* Add att and block getter tests

* Update BUILD.bazel

* Update getters_attestation_test.go

* Update beacon-chain/state/v1/getters_block_test.go

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>

* Fix mutation tests

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
2021-07-22 22:31:14 +00:00
..
BUILD.bazel State/v1: add atts and block roots getter tests (#9255) 2021-07-22 22:31:14 +00:00
doc.go Beacon State V2 Interface Definition With Semantic Version Paths (#9125) 2021-06-30 15:06:19 +00:00
field_roots.go Beacon State V2 Interface Definition With Semantic Version Paths (#9125) 2021-06-30 15:06:19 +00:00
field_trie_helpers.go Move v1alpha1 into Prysm API namespace (#9245) 2021-07-21 21:34:07 +00:00
field_trie_test.go Move v1alpha1 into Prysm API namespace (#9245) 2021-07-21 21:34:07 +00:00
field_trie.go Beacon State V2 Interface Definition With Semantic Version Paths (#9125) 2021-06-30 15:06:19 +00:00
getters_attestation_test.go State/v1: add atts and block roots getter tests (#9255) 2021-07-22 22:31:14 +00:00
getters_attestation.go Beacon State V2 Interface Definition With Semantic Version Paths (#9125) 2021-06-30 15:06:19 +00:00
getters_block_test.go State/v1: add atts and block roots getter tests (#9255) 2021-07-22 22:31:14 +00:00
getters_block.go Move v1alpha1 into Prysm API namespace (#9245) 2021-07-21 21:34:07 +00:00
getters_checkpoint.go Move v1alpha1 into Prysm API namespace (#9245) 2021-07-21 21:34:07 +00:00
getters_eth1.go Move v1alpha1 into Prysm API namespace (#9245) 2021-07-21 21:34:07 +00:00
getters_misc.go Clean up shared interface package (#9172) 2021-07-13 18:58:43 +00:00
getters_randao.go Beacon State V2 Interface Definition With Semantic Version Paths (#9125) 2021-06-30 15:06:19 +00:00
getters_state.go Move v1alpha1 into Prysm API namespace (#9245) 2021-07-21 21:34:07 +00:00
getters_test.go Move v1alpha1 into Prysm API namespace (#9245) 2021-07-21 21:34:07 +00:00
getters_validator_test.go beacon-chain/state/v1: ReadOnlyValidator wrapper constructor method (#9221) 2021-07-19 18:26:39 +00:00
getters_validator.go Move v1alpha1 into Prysm API namespace (#9245) 2021-07-21 21:34:07 +00:00
helpers_test.go Move v1alpha1 into Prysm API namespace (#9245) 2021-07-21 21:34:07 +00:00
readonly_validator_test.go Move v1alpha1 into Prysm API namespace (#9245) 2021-07-21 21:34:07 +00:00
readonly_validator.go Move v1alpha1 into Prysm API namespace (#9245) 2021-07-21 21:34:07 +00:00
references_test.go Move v1alpha1 into Prysm API namespace (#9245) 2021-07-21 21:34:07 +00:00
setters_attestation_test.go Move v1alpha1 into Prysm API namespace (#9245) 2021-07-21 21:34:07 +00:00
setters_attestation.go Beacon State V2 Interface Definition With Semantic Version Paths (#9125) 2021-06-30 15:06:19 +00:00
setters_block.go Move v1alpha1 into Prysm API namespace (#9245) 2021-07-21 21:34:07 +00:00
setters_checkpoint.go Move v1alpha1 into Prysm API namespace (#9245) 2021-07-21 21:34:07 +00:00
setters_eth1.go Move v1alpha1 into Prysm API namespace (#9245) 2021-07-21 21:34:07 +00:00
setters_misc.go Beacon State V2 Interface Definition With Semantic Version Paths (#9125) 2021-06-30 15:06:19 +00:00
setters_randao.go Beacon State V2 Interface Definition With Semantic Version Paths (#9125) 2021-06-30 15:06:19 +00:00
setters_state.go Beacon State V2 Interface Definition With Semantic Version Paths (#9125) 2021-06-30 15:06:19 +00:00
setters_validator.go Move v1alpha1 into Prysm API namespace (#9245) 2021-07-21 21:34:07 +00:00
state_test.go Move v1alpha1 into Prysm API namespace (#9245) 2021-07-21 21:34:07 +00:00
state_trie_test.go Move v1alpha1 into Prysm API namespace (#9245) 2021-07-21 21:34:07 +00:00
state_trie.go Beacon State V2 Interface Definition With Semantic Version Paths (#9125) 2021-06-30 15:06:19 +00:00
types_test.go Move v1alpha1 into Prysm API namespace (#9245) 2021-07-21 21:34:07 +00:00
types.go Beacon State V2 Interface Definition With Semantic Version Paths (#9125) 2021-06-30 15:06:19 +00:00
unsupported_getters.go Beacon State V2 Interface Definition With Semantic Version Paths (#9125) 2021-06-30 15:06:19 +00:00
unsupported_setters.go Beacon State V2 Interface Definition With Semantic Version Paths (#9125) 2021-06-30 15:06:19 +00:00