Jordan Schalm

Results 34 issues of 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 - [ ]...

Protocol
Integration testing

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...

Protocol
Preserve
S-BFT

## 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...

Protocol
Preserve
Tech Debt

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...

Protocol
Preserve
S-BFT