ssvlabs / ssv-spec

GNU General Public License v3.0
25 stars 22 forks source link

Remove `identifier` field from qbft message #404

Open GalRogozinski opened 3 months ago

GalRogozinski commented 3 months ago

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.

GalRogozinski commented 3 months ago

linked to #368