lighthouse/consensus/state_processing/src
Divma 047c7544e3 Clean capella (#4019)
## Issue Addressed

Cleans up all the remnants of 4844 in capella. This makes sure when 4844 is reviewed there is nothing we are missing because it got included here 

## Proposed Changes

drop a bomb on every 4844 thing 

## Additional Info

Merge process I did (locally) is as follows:
- squash merge to produce one commit
- in new branch off unstable with the squashed commit create a `git revert HEAD` commit
- merge that new branch onto 4844 with `--strategy ours`
- compare local 4844 to remote 4844 and make sure the diff is empty
- enjoy

Co-authored-by: Paul Hauner <paul@paulhauner.com>
2023-03-01 03:19:02 +00:00
..
common Clean capella (#4019) 2023-03-01 03:19:02 +00:00
per_block_processing Clean capella (#4019) 2023-03-01 03:19:02 +00:00
per_epoch_processing add historical summaries (#3865) 2023-01-11 12:40:21 +11:00
upgrade Clean capella (#4019) 2023-03-01 03:19:02 +00: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 Clean capella (#4019) 2023-03-01 03:19:02 +00: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 Clean capella (#4019) 2023-03-01 03:19:02 +00:00
per_epoch_processing.rs Clean capella (#4019) 2023-03-01 03:19:02 +00:00
per_slot_processing.rs Clean capella (#4019) 2023-03-01 03:19:02 +00:00
state_advance.rs Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
upgrade.rs Clean capella (#4019) 2023-03-01 03:19:02 +00:00
verify_operation.rs Import BLS to execution changes before Capella (#3892) 2023-01-21 10:39:59 +11:00