[MIGHT BE CANDIDATE FOR MILESTONE/EPIC]
@currentSlot @synchronizedEpochList
Given as a Vanguard I want to produce consensus block
And I have notified about validators that will be signing current epoch
And in current slot I should create the block
When Pandora prepares the execution block for signature
And notifies about it
Then Vanguard signs the block
And Vanguard notifies about it
And Vanguard asynchronously push this block to consensus peers
And Pandora asynchronously push this block to execution peers
Expected behaviour
Engine is allowed to prepare block data and push it to the vanguard.
How to implement
Provide engine named pandora under consensus package.
[MIGHT BE CANDIDATE FOR MILESTONE/EPIC]
Expected behaviour
Engine is allowed to prepare block data and push it to the vanguard.
How to implement
Provide engine named
pandoraunderconsensuspackage.