erigon-pulse/cmd/erigon-cl/forkchoice
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
..
fork_graph begin refactor of beacon state (#7433) 2023-05-04 15:18:42 +02:00
test_data Added forkchoice rule (#7281) 2023-04-08 01:01:10 +00:00
checkpoint_state.go begin refactor of beacon state (#7433) 2023-05-04 15:18:42 +02:00
fork_choice_test.go Fixed networking issue in Caplin (#7388) 2023-04-26 14:33:21 +01:00
forkchoice.go begin refactor of beacon state (#7433) 2023-05-04 15:18:42 +02:00
get_head.go Added checkpoint states object to optimize memory consumption (#7429) 2023-05-03 10:51:39 +02:00
on_attestation.go Added checkpoint states object to optimize memory consumption (#7429) 2023-05-03 10:51:39 +02:00
on_attester_slashing.go begin refactor of beacon state (#7433) 2023-05-04 15:18:42 +02:00
on_block.go Implement SpecTests in native go, add fork_choice handler (#7422) 2023-05-02 16:19:22 +02:00
on_tick.go Refactore fork choice to RR approach (#7359) 2023-04-20 22:47:58 +02:00
utils.go begin refactor of beacon state (#7433) 2023-05-04 15:18:42 +02:00