You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to update the epoch transition logic as well:
Schnorr signatures will be included in the epoch QC as well to utilize the persistent storage. In this case, we can easily recover from failed prover-service/relay server during the epoch transition.
New logic for prover service: when it noticed an epoch transition, it goes to query service for the epoch QC that contains all the schnorr signatures and perform the epoch transition update first. We don't need to touch the relay server.
prover-service retrieves stake table from a known node. Some logic will need to be updated for enabling epochs / proof of stake. Note that some prover functions are called from
TestNetwork
,deploy.rs
anddev-node
.The text was updated successfully, but these errors were encountered: