ordhook icon indicating copy to clipboard operation
ordhook copied to clipboard

Incomplete transaction records from ordhook to ordinals-api

Open saltict opened this issue 1 year ago • 2 comments

Hi ordhook team,

Thank you for your awesome work!

I tried to implement my own ordhook and ordinals-api on my server. I used ordhook version 2.2.4 and ordinals-api version 4.0.4 on docker with data restored from the snapshot on archive.hiro.so with all snapshot files from xxx-20240630.yyy. After completion, I checked the data in the inscription table, and it was correct, matching the data from ordinals.com. However, after debugging, I found that the number of transaction records ordhook sent to ordinals-api is incomplete. For example, for block 350357, I only received 229 transactions from ordhook.

I need a version that provides data consistent with https://api.hiro.so/ordinals. Which version should I use, and which backup date should I choose?

Thank you!

saltict avatar Jul 05 '24 02:07 saltict

This is data of the block 850357 I got from ordhook: 850357.json and data from ordinals.com (https://ordinals.com/block/850357)

saltict avatar Jul 05 '24 02:07 saltict

After checked I found that my problems may be related to that issue (https://github.com/hirosystems/ordhook/issues/329#issuecomment-2201339135)

But I still not sure about the ordhook version running for official API off Hiro Official API

saltict avatar Jul 10 '24 10:07 saltict

Hey @saltict , we are using the latest from the releases page https://github.com/hirosystems/bitcoin-indexer/releases/. Please let me know if it matches and if you have any other questions.

ASuciuX avatar Jun 27 '25 14:06 ASuciuX