erigon-pulse/cl/utils
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
..
bytes_test.go [First PR] Removing FastSSZ and use more efficient hashing with gohashtree (#6520) 2023-01-07 12:25:28 +01:00
bytes.go Added partial SSZ library (#7083) 2023-03-12 14:41:53 +00:00
crypto.go begin refactor of beacon state (#7433) 2023-05-04 15:18:42 +02:00
math.go added better tests to epoch transitions (#6838) 2023-02-10 23:53:05 +00:00
merkle.go added processing of historical roots (#6823) 2023-02-10 01:09:05 +01:00
set.go Fixed sanity consensus tests for slots processing (#6949) 2023-02-24 21:07:32 +00:00
time_test.go refactored files regarding lightclient (#5904) 2022-10-29 21:51:32 +02:00
time.go Fixed networking issue in Caplin (#7388) 2023-04-26 14:33:21 +01:00