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
dbft: allow to apply Eth-based block verification for unsigned block
To be able to properly verify unsigned block after PrepareRequest receival
in WithVerifyBlock dBFT callback we need to ensure that (*DBFT).Author can
handle such unsugned block. Starting from the previous commit, we define
block's Coinbase as the Primary address for the dBFT round when the block
was accepted. And thus, return proper block author for proper verification.
The problem itself is described in #87 (comment).
Also ref. #51.
Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
0 commit comments