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
Currently, DaveConsensus only implements IDataProvider.
However, in order to be a proper consensus contract, to be interacted with by the Cartesi Node (which shouldn't bother to look at the specific consensus contract implementation when submitting claims) and consulted by the Application contract when validating outputs, we should make DaveConsensus implement the IConsensus interface, or adapt it to fit the DaveConsensus pipeline.
The text was updated successfully, but these errors were encountered:
Currently,
DaveConsensus
only implementsIDataProvider
.However, in order to be a proper consensus contract, to be interacted with by the Cartesi Node (which shouldn't bother to look at the specific consensus contract implementation when submitting claims) and consulted by the
Application
contract when validating outputs, we should makeDaveConsensus
implement theIConsensus
interface, or adapt it to fit theDaveConsensus
pipeline.The text was updated successfully, but these errors were encountered: