deltadevsde / deltadevsde/prism
testing: system test should test for produced epochs
Open
p1
testing
- Dominant language
- Rust
- Stars
- 134
- Forks
- 41
- PR merge metrics
- No merged PRs in 30d
Description
[test_light_client_prover_talking()](https://github.com/deltadevsde/prism/blob/main/crates/tests/src/lib.rs) is our only system test and it isn't testing anything. It exits once the validator produces 100 heights, which ofc has nothing to do with prism.
It should track that at least X epochs have been produced, and the light node has verified at least Y of them. But the API for this doesn't exist yet, we need to add it to the prover and light node.
Contributor guide
Assessment
This issue has not been assessed yet.