Merge branch 'master' into blop-pool

This commit is contained in:
Paul Hauner
2019-03-29 17:49:33 +11:00
76 changed files with 4435 additions and 787 deletions

View File

@@ -20,7 +20,6 @@ pub fn per_slot_processing(
if (state.slot + 1) % spec.slots_per_epoch == 0 {
per_epoch_processing(state, spec)?;
state.advance_caches();
}
state.slot += 1;