input-output-hk / mithril

Stake-based threshold multi-signatures protocol
https://mithril.network
Apache License 2.0
128 stars 41 forks source link

Make Certificate messages beacon field optional #1807

Closed jpraynaud closed 3 months ago

jpraynaud commented 3 months ago

Why

While implementing the issue #1804, we have made the usage of the beacon field in the pending certificate optional. We want to do this operation on the Certificate messages for completeness.

What

Make the beacon field optional in the Certificate messages.

How