nimbus-eth2/tests/spec_epoch_processing
tersec 3a56ddc5c4
begin removing plain BeaconState versions of state transition functions (#951)
* remove near-duplicate code paths: process_slot(), process_slots(), and state_transition() for BeaconState are now wrappers around the HashedBeaconState versions

* convert tests/test_state_transition.nim to use HashedBeaconState

* convert mocking infrastructure and spec_block/epoch_processing tests to use HashedBeaconBlock, and remove thus unused process_slot*(state: var BeaconState)
2020-04-30 08:44:19 +02:00
..
README.md Fix comments in j/f tests + add a readme for scaled image 2019-08-28 16:22:48 +02:00
epoch_utils.nim begin removing plain BeaconState versions of state transition functions (#951) 2020-04-30 08:44:19 +02:00
eth2-finalization.png v0.8.1 tests refactor (#326) 2019-08-28 12:07:00 +00:00
justification_finalization_helpers.nim create distinct CommitteeIndex type 2020-04-15 09:59:49 +00:00
test_process_justification_and_finalization.nim begin removing plain BeaconState versions of state transition functions (#951) 2020-04-30 08:44:19 +02:00

README.md

Epoch state transition

Finalization and justification