Remove finalized validator index to pubkey cache (#14497)

* remove the cache

* linting

* changelog

* fixing unit tests
This commit is contained in:
james-prysm
2024-10-15 11:41:58 -05:00
committed by GitHub
parent de094b0078
commit f776b968ad
14 changed files with 34 additions and 277 deletions

View File

@@ -76,7 +76,6 @@ type BeaconState struct {
stateFieldLeaves map[types.FieldIndex]*fieldtrie.FieldTrie
rebuildTrie map[types.FieldIndex]bool
valMapHandler *stateutil.ValidatorMapHandler
validatorIndexCache *finalizedValidatorIndexCache
merkleLayers [][][]byte
sharedFieldReferences map[types.FieldIndex]*stateutil.Reference
}