prysm-pulse/beacon-chain/state
Raul Jordan abe679e90e
Create New Beacon State Data Structure (#4602)
* begin state service

* begin on the state trie idea

* created beacon state structure

* add in the full clone getter

* return by value instead

* add all setters

* new state setters are being completed

* arrays roots exposed

*  close to finishing all these headerssss

* functionality complete

* added in proto benchmark test

* test for compatibility

* add test for compat

* comments fixed

* add clone

* add clone

* remove underlying copies

* make it immutable

* integrate it into chainservice

* revert

* wrap up comments for package

* address all comments and godocs

* address all comments

* clone the pending attestation properly

* properly clone remaining items

* tests pass fixed bug

* prevent nil pointer exceptions

* fixed up some bugs in the clone comparisons

Co-authored-by: Nishant Das <nish1993@hotmail.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2020-01-21 22:36:12 -06:00
..
BUILD.bazel Create New Beacon State Data Structure (#4602) 2020-01-21 22:36:12 -06:00
getters.go Create New Beacon State Data Structure (#4602) 2020-01-21 22:36:12 -06:00
setters.go Create New Beacon State Data Structure (#4602) 2020-01-21 22:36:12 -06:00
types_test.go Create New Beacon State Data Structure (#4602) 2020-01-21 22:36:12 -06:00
types.go Create New Beacon State Data Structure (#4602) 2020-01-21 22:36:12 -06:00