forbole / big-dipper

A block explorer for Cosmos
https://cosmos.bigdipper.live
Apache License 2.0
180 stars 243 forks source link

Transaction index is missing #472

Closed kwunyeung closed 3 years ago

kwunyeung commented 3 years ago

A wrong transaction hash is saved at block height 5203100 in cosmoshub-4.

The raw tx data is as below.

CpMBCpABChwvY29zbW9zLmJhbmsudjFiZXRhMS5Nc2dTZW5kEnAKLWNvc21vczE5Y3l3bHJ2YTdqNTM3eXl2ZWo0cDkzc2xsMHRreXRzenc3ZTR0MhItY29zbW9zMTM1ejJnMDJmaGh1OW1jbWQ5ZDAwZnV2NG51emR4ZjdxNWRkNDQ3GhAKBXVhdG9tEgc0OTgwMDAwEmUKTgpGCh8vY29zbW9zLmNyeXB0by5zZWNwMjU2azEuUHViS2V5EiMKIQPAG4PQN0WNsFo1sluhe3s0LZ0D65tM/XWK25VFGksv7RIECgIIfxITCg0KBXVhdG9tEgQyMDAwEIDxBBpAcbXkFq/xu1+9Hqni1F0hmxNrbL5L/P37thufSdjqC+o/kggidUJEqeLUnL5MzqCt1sG0tBluU57MyEDK8yy8LQ==
kwunyeung commented 3 years ago

This is not a wrong transaction hash but the index was not saved due to restarting of the node.

https://github.com/tendermint/tendermint/issues/3211