Merge branch 'yaml-test-downloads' into state-transition-tests

This commit is contained in:
Kirk Baird
2019-03-29 11:47:55 +11:00
69 changed files with 4163 additions and 741 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;