erigon-pulse/cmd/erigon-cl/core/state
a 37da9ec1e3
[caplin] ssz byteobjects (#7454)
instead of converting from ssz -> struct -> ssz, it may be better to
just stay as ssz, then use methods to read the data.

this pr explores this concept, while maintaining compatiblity with the
existing codebase.
2023-05-10 21:37:50 +02:00
..
raw [caplin] ssz byteobjects (#7454) 2023-05-10 21:37:50 +02:00
shuffling [caplin] ssz byteobjects (#7454) 2023-05-10 21:37:50 +02:00
state_encoding Added SSZ support for Phase0 state. (#7065) 2023-03-09 17:34:49 +00:00
tests Added SSZ support for Phase0 state. (#7065) 2023-03-09 17:34:49 +00:00
accessors_test.go [caplin] ssz byteobjects (#7454) 2023-05-10 21:37:50 +02:00
accessors.go [caplin] ssz byteobjects (#7454) 2023-05-10 21:37:50 +02:00
cache_accessors.go [caplin] ssz byteobjects (#7454) 2023-05-10 21:37:50 +02:00
cache_getters.go begin refactor of beacon state (#7433) 2023-05-04 15:18:42 +02:00
cache_mutators.go [caplin] ssz byteobjects (#7454) 2023-05-10 21:37:50 +02:00
cache_setters.go [caplin] ssz byteobjects (#7454) 2023-05-10 21:37:50 +02:00
cache.go [caplin] ssz byteobjects (#7454) 2023-05-10 21:37:50 +02:00
copy.go [caplin] ssz byteobjects (#7454) 2023-05-10 21:37:50 +02:00
mutators_test.go [caplin] ssz byteobjects (#7454) 2023-05-10 21:37:50 +02:00
mutators.go begin refactor of beacon state (#7433) 2023-05-04 15:18:42 +02:00
root_test.go optimized state roots cache for erigon-cl (#7020) 2023-03-04 16:28:20 +00:00
root.go begin refactor of beacon state (#7433) 2023-05-04 15:18:42 +02:00
ssz_test.go Refactor of ssz interface (#7439) 2023-05-05 11:19:24 +02:00
ssz.go Refactor of ssz interface (#7439) 2023-05-05 11:19:24 +02:00
test_util.go begin refactor of beacon state (#7433) 2023-05-04 15:18:42 +02:00
upgrade.go Added dencun networking (#7453) 2023-05-07 01:37:53 +02:00
util.go [caplin] ssz byteobjects (#7454) 2023-05-10 21:37:50 +02:00