input-output-hk / mithril

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

Make Certificate messages beacon field optional #1807

Closed jpraynaud closed 3 days ago

jpraynaud commented 1 week 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