You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my local Postgres ordinals.chain_tip shows 845758 so this inscription should be indexed. I have both ordinals and brc20 sections configured in my Ordhook.toml:
[ordinals]
# Configuration for indexing Ordinals
enabled = true
start_block = 0 # Block height to start indexing from
index_transactions = true # Enable transaction-level indexing if needed
track_transfers = true # Track transfer events of Ordinals
[brc20]
# Configuration for indexing BRC20 tokens
enabled = true
start_block = 0 # Block height to start indexing from
track_mints = true # Track minting events for BRC20 tokens
track_transfers = true # Track transfer events for BRC20 tokens
track_burns = true # Track burning events for BRC20 tokens
Why aren't image inscriptions behing written to the database? I'm using the release version of Ordhook (v2.2.5) and the master branch of Ordinals-api. Please help.
The text was updated successfully, but these errors were encountered:
dwasyluk
changed the title
Image Ordinals not found when using ordhook+ordinal-api but they exist in Hiro explorer
Image Ordinals not found when using ordhook+ordinals-api but they exist in Hiro explorer
Nov 21, 2024
I have ordhook running with ordinals-api running as an observer on port 20456. For some reason image ordinals don't seem to be getting indexed. For example https://api.hiro.so/ordinals/v1/inscriptions?id=3b6825e0c3e7401ef46ccfbe88a37d0a76db70ad9bc0ad2842704faeccce61b3i0 shows the ordinal but my local instance of ordinals-api shows no results (
{"limit":20,"offset":0,"total":0,"results":[]}
) when visiting http://localhost:3000/ordinals/v1/inscriptions?id=3b6825e0c3e7401ef46ccfbe88a37d0a76db70ad9bc0ad2842704faeccce61b3i0.In my local Postgres ordinals.chain_tip shows 845758 so this inscription should be indexed. I have both ordinals and brc20 sections configured in my Ordhook.toml:
Why aren't image inscriptions behing written to the database? I'm using the release version of Ordhook (v2.2.5) and the master branch of Ordinals-api. Please help.
The text was updated successfully, but these errors were encountered: