input-output-hk / mithril

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

Create new signed entity type for Incremental Cardano DB #2121

Open jpraynaud opened 1 week ago

jpraynaud commented 1 week ago

Why

We want to bootstrap the signed entity type for the incremental Cardano database signature.

What

Create the associated signed entity type and the associated database migrations.

How

[!IMPORTANT] Do not use unimplemented! or todo! macro with the default implementation, return error instead.