ssvlabs/ssv-spec

Remove `identifier` field from qbft message

Opened this issue · 1 comments

Description

We rely on QBFTMessage identifier for current tests. I am not sure why this field is needed... The MessageID in the envelope should lead us to the proper runner and the slot/height to the proper instance. I think we need to remove this field from the message. Once this logic is removed dutyexe and identifier tests should be removed.

linked to #368