input-output-hk / mithril

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

Transactions of the block number in the artifact are never certified by the prover #1762

Closed jpraynaud closed 1 week ago

jpraynaud commented 2 weeks ago

Why

The transactions included in the block number referenced in the artifact (as the last block number signed) are never certified by the prover. Some early investigations have shown that it only the transactions from the penultimate block range are certified.

What

Investigate and fix the problem that prevents some transactions to be certified when they are signed.

How