agreement: split ValidatedBlock and AssembledBlock interfaces #7260
Annotations
4 errors and 1 warning
Build go-algorand:
data/datatest/fabricateLedger.go#L47
cannot use entryFactoryImpl{…} (value of type entryFactoryImpl) as agreement.BlockFactory value in argument to agreementtest.Simulate: entryFactoryImpl does not implement agreement.BlockFactory (wrong type for method AssembleBlock)
|
Build go-algorand:
data/datatest/impls.go#L64
cannot use validatedBlock{…} (value of type validatedBlock) as agreement.AssembledBlock value in return statement: validatedBlock does not implement agreement.AssembledBlock (missing method FinalizeBlock)
|
Build go-algorand:
data/datatest/impls.go#L70
cannot use validatedBlock{…} (value of type validatedBlock) as agreement.AssembledBlock value in return statement: validatedBlock does not implement agreement.AssembledBlock (missing method FinalizeBlock)
|
Build go-algorand
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading