First tilt at accelerating block production

This commit is contained in:
Michael Sproul
2022-03-28 17:28:10 +11:00
parent eb0324aa6b
commit c08e26803c
7 changed files with 193 additions and 26 deletions

View File

@@ -120,6 +120,7 @@ impl<T: EthSpec> PersistedOperationPool<T> {
attester_slashings,
proposer_slashings,
voluntary_exits,
reward_cache: Default::default(),
_phantom: Default::default(),
},
PersistedOperationPool::Altair(_) => {
@@ -132,6 +133,7 @@ impl<T: EthSpec> PersistedOperationPool<T> {
attester_slashings,
proposer_slashings,
voluntary_exits,
reward_cache: Default::default(),
_phantom: Default::default(),
}
}