prysm-pulse/shared
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
..
benchutil Refactor generated benchmark files to allow for more general usage (#4436) 2020-01-17 12:25:35 -05:00
bls Fix typos and inconsistencies (#4453) 2020-01-07 20:36:55 -06:00
bytesutil Validator keymanager refactor (#4340) 2020-01-04 03:51:53 +00:00
cmd Move confirmDelete from beacon-chain to shared/cmd (#4410) 2020-01-04 23:32:09 -05:00
debug Update Phore Dependency to the latest version (#2792) 2019-06-12 11:06:39 -05:00
event Fix typos and inconsistencies (#4453) 2020-01-07 20:36:55 -06:00
featureconfig Disable Fork Choice Feature Flag (#4574) 2020-01-20 17:45:37 -08:00
hashutil Fix old markdown links (#4603) 2020-01-21 03:30:35 +00:00
interop Revert 4372 and 4373 (#4375) 2019-12-30 01:21:08 +00:00
iputils Advanced peer tracking (#4233) 2019-12-11 18:31:36 +08:00
keystore Fix typos and inconsistencies (#4453) 2020-01-07 20:36:55 -06:00
logutil Fix typos and inconsistencies (#4453) 2020-01-07 20:36:55 -06:00
mathutil Update To Latest Eth API (#4028) 2019-11-18 10:15:45 -06:00
mclockutil Standardize Naming of Shared Packages, Remove Deprecated Packages (#1435) 2019-01-31 10:53:58 +08:00
messagehandler Handle Pubsub Panics (#4350) 2019-12-24 04:59:08 +00:00
mock Remove deprecated services and --next (#3371) 2019-09-05 11:04:06 -05:00
mputil Fix typos and inconsistencies (#4453) 2020-01-07 20:36:55 -06:00
pagination Update API to return empty next page token on last page response (#4176) 2019-12-03 17:45:43 +00:00
params Enable RPCMaxPageSize via Beacon Node Flag (#4539) 2020-01-16 21:19:43 +00:00
prometheus log buf.String() instead of map[reflect.Type]error (#3681) 2019-10-02 08:51:11 +08:00
roughtime remove roughtime servers hardcode (#3666) 2019-09-30 15:30:45 -05:00
runutil Fix typos and inconsistencies (#4453) 2020-01-07 20:36:55 -06:00
sliceutil Moved /shared/ test code in different package (#3714) 2019-10-04 15:46:49 -07:00
slotutil Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
stateutil Create New Beacon State Data Structure (#4602) 2020-01-21 22:36:12 -06:00
testutil PR #4502 take two (#4522) 2020-01-12 23:46:14 +00:00
traceutil Handle Runtime Error Type (#3954) 2019-11-09 05:53:20 -08:00
tracing Move p2p to deprecated-p2p (#3191) 2019-08-13 14:52:04 -04:00
trieutil Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
version Added 'Prysm' to version information. (#4281) 2019-12-13 18:52:28 +00:00
BUILD.bazel Complain about improperly sized tests (#2873) 2019-06-30 09:00:22 -07:00
service_registry_test.go Makes test naming consistent across codebase (#1636) 2019-02-22 07:11:26 -08:00
service_registry.go Minor runtime fixes for --next (#3265) 2019-08-21 16:58:38 -04:00