Gloas fork upgrade consensus (#8833)

- Implement and optimise `upgrade_to_gloas`
- Enable EF tests for `fork_ugprade`


Co-Authored-By: Michael Sproul <michael@sigmaprime.io>
This commit is contained in:
Michael Sproul
2026-02-17 17:23:25 +11:00
committed by GitHub
parent 67b9673191
commit 41291a8aec
4 changed files with 83 additions and 9 deletions

View File

@@ -876,7 +876,7 @@ pub fn apply_deposit_for_builder<E: EthSpec>(
signature: SignatureBytes,
slot: Slot,
spec: &ChainSpec,
) -> Result<(), BlockProcessingError> {
) -> Result<(), BeaconStateError> {
match builder_index_opt {
None => {
// Verify the deposit signature (proof of possession) which is not checked by the deposit contract