lighthouse/consensus/state_processing/src
Paul Hauner 40669da486
Modify some Capella comments (#4015)
* Modify comment to only include 4844

Capella only modifies per epoch processing by adding
`process_historical_summaries_update`, which does not change the realization of
justification or finality.

Whilst 4844 does not currently modify realization, the spec is not yet final
enough to say that it never will.

* Clarify address change verification comment

The verification of the address change doesn't really have anything to do with
the current epoch. I think this was just a copy-paste from a function like
`verify_exit`.
2023-02-21 18:03:42 +11:00
..
common Updated for queueless withdrawals spec 2022-11-09 18:09:34 -06:00
per_block_processing Modify some Capella comments (#4015) 2023-02-21 18:03:42 +11:00
per_epoch_processing add historical summaries (#3865) 2023-01-11 12:40:21 +11:00
upgrade add historical summaries (#3865) 2023-01-11 12:40:21 +11:00
block_replayer.rs Consensus context with proposer index caching (#3604) 2022-10-15 22:25:54 +00:00
consensus_context.rs Merged with unstable 2022-11-30 17:29:10 -06:00
genesis.rs Fixed a ton of state_processing stuff (#3642) 2022-10-14 17:35:10 -05:00
lib.rs Consensus context with proposer index caching (#3604) 2022-10-15 22:25:54 +00:00
macros.rs Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
metrics.rs Cache participating indices for Altair epoch processing (#2416) 2021-07-27 07:01:01 +00:00
per_block_processing.rs Capella consensus review (#4012) 2023-02-21 15:33:27 +11:00
per_epoch_processing.rs add historical summaries (#3865) 2023-01-11 12:40:21 +11:00
per_slot_processing.rs Fixes to make EF Capella tests pass (#3719) 2022-11-14 13:14:31 -06:00
state_advance.rs Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
upgrade.rs Fixed a ton of state_processing stuff (#3642) 2022-10-14 17:35:10 -05:00
verify_operation.rs Import BLS to execution changes before Capella (#3892) 2023-01-21 10:39:59 +11:00