mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-06 10:11:44 +00:00
Optimization: avoid recomputing known state roots (#762)
* Start adding optimization * Add temp fix for protobuf issue * Fix compile errors * Fix protobuf import
This commit is contained in:
@@ -41,7 +41,7 @@ fn massive_skips() {
|
||||
|
||||
// Run per_slot_processing until it returns an error.
|
||||
let error = loop {
|
||||
match per_slot_processing(&mut state, spec) {
|
||||
match per_slot_processing(&mut state, None, spec) {
|
||||
Ok(_) => continue,
|
||||
Err(e) => break e,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user