Save the scheduler to disk

This is a horrible impl which does a full ser of everything on every change.
It's just the minimal changes to resolve this TODO and able testnet deployment.
This commit is contained in:
Luke Parker
2023-07-30 14:11:04 -04:00
parent d8033504c8
commit 2815046b21
5 changed files with 144 additions and 29 deletions

View File

@@ -85,7 +85,7 @@ pub fn reproducibly_builds() {
break;
}
// If we didn't get resuts from all runners, panic
// If we didn't get results from all runners, panic
for item in &res {
if item.is_none() {
panic!("couldn't get runtime hashes within allowed time");