-
Notifications
You must be signed in to change notification settings - Fork 906
Open
Labels
bugSomething isn't workingSomething isn't workingconsensusAn issue/PR that touches consensus code, such as state_processing or block verification.An issue/PR that touches consensus code, such as state_processing or block verification.electraRequired for the Electra/Prague forkRequired for the Electra/Prague fork
Description
Copied from:
Skipped slots can import new validators, i.e. validators get added to the state when advancing to the epoch boundary (because of new finalization) but not added to the cache. Then when we try to verify a chain segment or a block in the next epoch from one of these validators, we fail due to the cache not being updated
I didn't actually managed to repro the bug I thought existed on that PR. I think it still exists though.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingconsensusAn issue/PR that touches consensus code, such as state_processing or block verification.An issue/PR that touches consensus code, such as state_processing or block verification.electraRequired for the Electra/Prague forkRequired for the Electra/Prague fork