erigon-pulse/cmd/erigon-cl/core/transition
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
..
test_data added better tests to epoch transitions (#6838) 2023-02-10 23:53:05 +00:00
block_transition.go begin refactor of beacon state (#7433) 2023-05-04 15:18:42 +02:00
finalization_and_justification.go [caplin] ssz byteobjects (#7454) 2023-05-10 21:37:50 +02:00
operations_test.go [caplin] ssz byteobjects (#7454) 2023-05-10 21:37:50 +02:00
operations.go [caplin] ssz byteobjects (#7454) 2023-05-10 21:37:50 +02:00
process_attestations.go [caplin] ssz byteobjects (#7454) 2023-05-10 21:37:50 +02:00
process_bls_to_execution_change.go [caplin] ssz byteobjects (#7454) 2023-05-10 21:37:50 +02:00
process_effective_balance_update.go [caplin] ssz byteobjects (#7454) 2023-05-10 21:37:50 +02:00
process_epoch_test.go Refactor of ssz interface (#7439) 2023-05-05 11:19:24 +02:00
process_epoch.go [caplin] ssz byteobjects (#7454) 2023-05-10 21:37:50 +02:00
process_inactivity_scores.go begin refactor of beacon state (#7433) 2023-05-04 15:18:42 +02:00
process_registry_updates.go [caplin] ssz byteobjects (#7454) 2023-05-10 21:37:50 +02:00
process_rewards_and_penalties.go [caplin] ssz byteobjects (#7454) 2023-05-10 21:37:50 +02:00
process_slashings.go [caplin] ssz byteobjects (#7454) 2023-05-10 21:37:50 +02:00
process_slots_test.go [caplin] ssz byteobjects (#7454) 2023-05-10 21:37:50 +02:00
process_slots.go [caplin] ssz byteobjects (#7454) 2023-05-10 21:37:50 +02:00
process_sync_aggregate.go begin refactor of beacon state (#7433) 2023-05-04 15:18:42 +02:00
process_sync_committee_update_test.go [caplin] ssz byteobjects (#7454) 2023-05-10 21:37:50 +02:00
process_sync_committee_update.go begin refactor of beacon state (#7433) 2023-05-04 15:18:42 +02:00
processing_test.go [caplin] ssz byteobjects (#7454) 2023-05-10 21:37:50 +02:00
processing.go [caplin] ssz byteobjects (#7454) 2023-05-10 21:37:50 +02:00
resets.go begin refactor of beacon state (#7433) 2023-05-04 15:18:42 +02:00