Put validator pubkey cache back in beacon_chain
#4413
Labels
backwards-incompat
Backwards-incompatible API change
code-quality
database
tree-states
Upcoming state and database overhaul
Description
At one point in the history of
tree-states
I relocated the validator pubkey cache into thestore
crate. With the latest database schema that's no longer necessary, so I think it would make sense to minimise the size of the (source code) diff and move it back. We just need to take care to preserve the changes which implement #3505.The text was updated successfully, but these errors were encountered: