Jordan Schalm
Jordan Schalm
## Problem Definition This issue enumerates test cases to manually test using a Benchnet instance, once the round-trip functionality of EFM Recovery is completed. ## Test Cases - [ ]...
At the moment, the bootstrapping code always generates a KV-Store filled with default data. This will need to change when: - we need to spork a network and - we...
## Problem Definition The Epoch Preparation Protocol prepares for each subsequent epoch in two steps: `EpochSetup` and `EpochCommit`, each represented by a service event. Most components should only access data...
At the moment we only store the hash of Epoch sub-state in the KVStore. We'd like to directly store all the data there instead. ## Suggested implementation - keep original...