input-output-hk / mithril

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

Limit Cardano transactions prover input #1757

Closed jpraynaud closed 3 months ago

jpraynaud commented 3 months ago

Why

In order to guarantee good performances of the aggregator, we need to bound the input of the prover (in particular, the number of transactions to be certified).

What

Implement a limit on the number of transactions that can be certified at once, and provide sanitation of the given input.

How