spacemeshos / post

Spacemesh POST protocol implementation
MIT License
20 stars 21 forks source link

Verify PoST labels against CPU provider while initialising #183

Closed fasmat closed 1 year ago

fasmat commented 1 year ago

Part of #181

During initialization for every batch that is calculated using the WorkOracle the first label will also be computed using the CPU provider. Should the labels not match return a typed error that can be used by go-spacemesh/smapp to display more detailed information to the user.