dev-mainnet
not signing Cardano transaction after full import
#1875
Labels
bug ⚠️
Something isn't working
dev-mainnet
not signing Cardano transaction after full import
#1875
Why
We have noticed that following the full import of the Cardano transactions in the
dev-mainnet
network, the certification of the transactions stopped after a few successful signatures.After investigation, it appears that the aggregator of the
dev-mainnet
network is missing a row for a block number in its database (confirmed with thetesting-mainnet
network), which causes the mismatch of signatures:We have also noticed that the problem occurs only when the import is done very close from the tip of the chain, which is probably the source of the problem. An analysis from the logs of the aggregator showed that the problem is likely due to bounds management in the ChainReaderBlockStreamer::get_next_chain_block_action.
What
Investigate and fix the problem.
How
ChainReaderBlockStreamer::get_next_chain_block_action
The text was updated successfully, but these errors were encountered: