{"msg":"Compute protocol message for CardanoTransactions at block_number: 10499370","v":0,"name":"slog-rs","level":20,"time":"2024-06-27T10:54:03.200240225Z","hostname":"891e6000d0f1","pid":1}
{"msg":"TransactionsImporter will retrieve Cardano transactions between block_number '10499339' and '10499370'","v":0,"name":"slog-rs","level":20,"time":"2024-06-27T10:54:03.200730418Z","hostname":"891e6000d0f1","pid":1}
{"msg":"ChainReaderBlockStreamer polls next","v":0,"name":"slog-rs","level":20,"time":"2024-06-27T10:54:03.201524327Z","hostname":"891e6000d0f1","pid":1}
{"msg":"ChainReaderBlockStreamer received a RollBackward(127916665)","v":0,"name":"slog-rs","level":20,"time":"2024-06-27T10:54:03.202030767Z","hostname":"891e6000d0f1","pid":1}
{"msg":"ChainReaderBlockStreamer polls next","v":0,"name":"slog-rs","level":20,"time":"2024-06-27T10:54:34.895605277Z","hostname":"891e6000d0f1","pid":1}
{"msg":"TransactionsImporter - computing Block Range Roots","v":0,"name":"slog-rs","level":20,"time":"2024-06-27T10:54:34.94627066Z","hostname":"891e6000d0f1","pid":1,"end_block":10499370,"start_block":10499340}
Why
The Cardano transaction importer does not import the last block displayed as certified:
In the aggregator artifact route:
In the aggregator logs:
In the aggregator database:
What
Import the missing block with the Cardano transaction importer:
10499369
(last block number signed by a block range, add an explanation in the code)10499369
10499369
How
Linked issues
#1762 should have fixed the problem