prysm-pulse/beacon-chain/state/v2
Radosław Kapka c45fe5cc1c
Implement GetStateV2 in the beacon API (#9506)
* implementation

# Conflicts:
#	beacon-chain/state/v2/BUILD.bazel

* Revert "Auxiliary commit to revert individual files from 2cbe98c88777cac071876fe97f85029fad964e51"

This reverts commit edc4ff52e7796aefd1782e31eaf40231a3134693.

* tests

* fix function call

* make state package visible to migration

* fix span names

Co-authored-by: terence tsao <terence@prysmaticlabs.com>
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2021-09-02 19:28:55 +00:00
..
BUILD.bazel Implement GetStateV2 in the beacon API (#9506) 2021-09-02 19:28:55 +00:00
deprecated_getters_test.go State/V2: getters (#9228) 2021-07-26 20:55:30 +00:00
deprecated_getters.go Fix duplicated imports (#9304) 2021-07-29 16:45:17 -05:00
deprecated_setters_test.go State/V2: setters (#9279) 2021-07-26 17:27:05 -05:00
deprecated_setters.go Fix duplicated imports (#9304) 2021-07-29 16:45:17 -05:00
field_root_eth1.go State/V2: rest of pkg (#9283) 2021-07-27 15:47:03 +00:00
field_root_participation_bit.go State/V2: rest of pkg (#9283) 2021-07-27 15:47:03 +00:00
field_root_sync_committee.go Fix duplicated imports (#9304) 2021-07-29 16:45:17 -05:00
field_root_validator.go State/V2: rest of pkg (#9283) 2021-07-27 15:47:03 +00:00
field_root_vector.go State/V2: rest of pkg (#9283) 2021-07-27 15:47:03 +00:00
field_roots.go Fix duplicated imports (#9304) 2021-07-29 16:45:17 -05:00
getters_test.go ValidatorIndexByPubkey length check (#9424) 2021-08-19 19:33:05 +00:00
getters.go Deduplicate Copy Functions In State Packages (#9437) 2021-08-23 16:53:50 +00:00
setters.go Clean Up State Representation (#9339) 2021-08-09 21:54:24 +00:00
state_trie_test.go Clean Up State Representation (#9339) 2021-08-09 21:54:24 +00:00
state_trie.go Clean Up State Representation (#9339) 2021-08-09 21:54:24 +00:00
types.go Clean Up State Representation (#9339) 2021-08-09 21:54:24 +00:00