erigon-pulse/cl/merkle_tree
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
..
chunk.go Fixed epoch processing consensus tests (#6887) 2023-02-16 19:04:16 +00:00
list.go begin refactor of beacon state (#7433) 2023-05-04 15:18:42 +02:00
merkle_root_test.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
merkle_root.go ~2x Optimization to state root computation (#6854) 2023-02-12 21:26:31 +00:00
primitives.go Separation of SSZ Beacon State and Fix BeaconRpc (#6635) 2023-01-20 20:41:16 +01:00
zero.go [First PR] Removing FastSSZ and use more efficient hashing with gohashtree (#6520) 2023-01-07 12:25:28 +01:00