Inside the stages crate, there is a stage/cannon.rs stage for the cannon prestate generation.
The cannon stage should be renamed such that it is more closely tied to it's use as a fault proof system "hook" to generate the prestate instead of tying it down to "cannon".
The output of this issue should be to migration the cannon.rs module to something like prestate.rs.
Description
Inside the
stages
crate, there is astage/cannon.rs
stage for the cannon prestate generation.The cannon stage should be renamed such that it is more closely tied to it's use as a fault proof system "hook" to generate the prestate instead of tying it down to "cannon".
The output of this issue should be to migration the
cannon.rs
module to something likeprestate.rs
.