erigon-pulse/turbo/app
a 30430d585a
begin refactor of beacon state (#7433)
this first major move separates the transient beacon state cache from
the underlying tree.

leaf updates are enforced in the setters, which should make programming
easier.

all exported methods of the raw.BeaconState should be safe to call
(without disrupting internal state)

changes many functions to consume *raw.BeaconState in perparation for
interface


beyond refactor it also:

adds a pool for the leaves of the validator ssz hash 

adds a pool for the snappy writers
  
removed the parallel hash experiment (high memory use)
2023-05-04 15:18:42 +02:00
..
backup_cmd.go erigon backup: docs 2023-05-01 09:27:35 +07:00
import_cmd.go erigon backup: v0 of sub-command (#7396) 2023-04-27 10:42:12 +07:00
init_cmd.go erigon backup: v0 of sub-command (#7396) 2023-04-27 10:42:12 +07:00
make_app.go begin refactor of beacon state (#7433) 2023-05-04 15:18:42 +02:00
snapshots_cmd.go erigon backup: v0 of sub-command (#7396) 2023-04-27 10:42:12 +07:00
support_cmd.go erigon backup: v0 of sub-command (#7396) 2023-04-27 10:42:12 +07:00