[Protocol KVStore] Move EpochProtocolState
data into KVStore
#5974
Open
Milestone
EpochProtocolState
data into KVStore
#5974
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
Clean up duplicated epoch API at the same time?
Historically grown, the Epoch portion of the Protocol state is exposed in three different places in our APIs (see #5650 (comment)). We would like to consolidate this.
See also #6191
The text was updated successfully, but these errors were encountered: