input-output-hk / mithril

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

Some transactions are not signed in `testing-sanchonet` #1577

Closed jpraynaud closed 5 months ago

jpraynaud commented 6 months ago

Why

We have noticed that some transactions are not signed on testing-sanchonet whereas they were created recently, such as 5112f1570962ad84f01e4d323f16f3559f7fefd124ca266e8863344580f092f9

What

After investigating the logs of the aggregator on the testing-sanchonet it appears that there are some parsing issue remaining on the recently produced blocks.

Here is a log extract from a Mithril node running a pallas-hardano parser: parse-errors-tx-sanchonet-pallas-hardano.logs.txt

The errors are due to Invalid CBOR structure witth several causes (at least the following ones):

How

Related Issue

1537

jpraynaud commented 6 months ago

The bug issue https://github.com/txpipe/pallas/issues/410#issuecomment-2006795148 has been reopened.