prysm-pulse/beacon-chain/state
terence tsao c6b74b2ba7
Beacon state: Add interfaces (#8544)
* Define Readonly and writeonly

* Comment

* First take at clean up

* Completed interfaces

* Fix build and test

* Reordering interfaces

* Add build.bazel

* Add build.bazel

* Fix visibility
2021-03-03 02:26:24 +00:00
..
interface Beacon state: Add interfaces (#8544) 2021-03-03 02:26:24 +00:00
stategen Use DeepSSZEqual to satisfy go tests (#8499) 2021-02-23 22:20:11 +00:00
stateutil Use Custom Type ValidatorIndex Across Prysm (#8478) 2021-02-23 00:14:50 +00:00
BUILD.bazel Beacon state: Add interfaces (#8544) 2021-03-03 02:26:24 +00:00
cloners.go Pubsub: ensure better TopicIDs validation (#7418) 2020-10-03 01:51:58 +00:00
doc.go Clean up state pkg's getter and setter (#8533) 2021-03-02 12:37:36 +00:00
field_trie_test.go Use Custom Type ValidatorIndex Across Prysm (#8478) 2021-02-23 00:14:50 +00:00
field_trie.go Prevent Panics in Field Trie Helpers (#7613) 2020-10-23 21:41:45 +00:00
getters_test.go Clean up state pkg's getter and setter (#8533) 2021-03-02 12:37:36 +00:00
getters.go Beacon state: Add interfaces (#8544) 2021-03-03 02:26:24 +00:00
helpers_test.go Prevent Panics in Field Trie Helpers (#7613) 2020-10-23 21:41:45 +00:00
references_test.go Beacon state: Add interfaces (#8544) 2021-03-03 02:26:24 +00:00
setters.go Clean up state pkg's getter and setter (#8533) 2021-03-02 12:37:36 +00:00
state_test.go Fix Deadlock in Runtime (#8321) 2021-01-25 11:01:55 +08:00
state_trie_test.go Configurable testutil's BeaconState (#8407) 2021-02-08 20:00:09 +00:00
state_trie.go Clean up state pkg's getter and setter (#8533) 2021-03-02 12:37:36 +00:00
types_bench_test.go Tiny optimization in state refs lock/unlock (#6520) 2020-07-08 12:53:36 +00:00
types_test.go Use DeepSSZEqual to satisfy go tests (#8499) 2021-02-23 22:20:11 +00:00
types.go Beacon state: Add interfaces (#8544) 2021-03-03 02:26:24 +00:00
validator_getters.go Clean up state pkg's getter and setter (#8533) 2021-03-02 12:37:36 +00:00