provenance-io / explorer-service

The server side of the blockchain Explorer app. Allows for UI browsing of the blockchain.
Apache License 2.0
6 stars 3 forks source link

Blocks are missing transaction data #494

Closed Taztingo closed 1 month ago

Taztingo commented 12 months ago

Summary of Bug

Block 18293147 is missing transactions. It should have MsgUpdateClient and Acknowledgement along with their emitted events based on the tendermint output of that block https://rpc.test.provenance.io/block?height=18293147

Version

Steps to Reproduce

View https://explorer.test.provenance.io/block/18293147 Alternatively, have a relayer send a MsgUpdateClient and an Acknowledgement.


For Admin Use

nullpointer0x00 commented 1 month ago

This was happening due to complex ibc parsing failing. We will still collect the block tx data, but fail silently on ibc processing. https://github.com/provenance-io/explorer-service/pull/537