cosmos / ethermint-archive

Ethereum on Tendermint using Cosmos-SDK!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] How can I verify a block?

enriquefynn opened this issue · comments

As I can see from the Engine implementation, the VerifySeal is left unimplemented, I assume here we should verify all the member's signatures for the block, right?
That means that Seal should also be implemented?
I'm aiming to do some benchmarks with static members in Tendermint. Where are the members signatures for the block?
Thanks