erigon-pulse/cl/phase1/core/state
Giulio rebuffo 24987878e4
Resumable beacon state reconstruction (#8918)
* Most of the PR changed files are extra and slightly more complicated
unit tests.
* Fixed Eth1DataVotes not inheriting genesis
* Fixed Attestations simulation using wrong slot when reconstructing
partecipation
* Fixed Copy() operation on BeaconState on Eth1DataVotes
* Used correct ListSSZ type for Eth1DataVotes and HistoricalSummaries
* Fixed wrong []uint64 deltas on empty slots
2023-12-11 14:07:57 +01:00
..
lru Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
raw Resumable beacon state reconstruction (#8918) 2023-12-11 14:07:57 +01:00
shuffling Caplin: Parallel historical states reconstruction (#8817) 2023-12-06 10:48:36 +01:00
tests Caplin: Adding SSZ generics (#7542) 2023-05-23 20:58:34 +02:00
accessors.go Added separate Withdrawal data type to Caplin (#8474) 2023-10-14 17:59:52 +02:00
cache_accessors.go Resumable beacon state reconstruction (#8918) 2023-12-11 14:07:57 +01:00
cache_getters.go [caplin] extracting beacon state interface (#7910) 2023-07-20 00:20:33 +02:00
cache_mutators.go Caplin: Parallel historical states reconstruction (#8817) 2023-12-06 10:48:36 +01:00
cache_setters.go [caplin] extracting beacon state interface (#7910) 2023-07-20 00:20:33 +02:00
cache.go Resumable beacon state reconstruction (#8918) 2023-12-11 14:07:57 +01:00
copy.go Resumable beacon state reconstruction (#8918) 2023-12-11 14:07:57 +01:00
mutators_test.go [caplin] extracting beacon state interface (#7910) 2023-07-20 00:20:33 +02:00
mutators.go [caplin] extracting beacon state interface (#7910) 2023-07-20 00:20:33 +02:00
root_test.go Caplin: Adding SSZ generics (#7542) 2023-05-23 20:58:34 +02:00
ssz_test.go Added duties/proposer to beacon api (#8777) 2023-11-19 22:03:14 +01:00
ssz.go Resumable beacon state reconstruction (#8918) 2023-12-11 14:07:57 +01:00
upgrade_test.go [caplin] extracting beacon state interface (#7910) 2023-07-20 00:20:33 +02:00
upgrade.go [caplin] extracting beacon state interface (#7910) 2023-07-20 00:20:33 +02:00
util.go Caplin: Parallel historical states reconstruction (#8817) 2023-12-06 10:48:36 +01:00
utils_test.go Caplin: Adding SSZ generics (#7542) 2023-05-23 20:58:34 +02:00