hirosystems / ordhook

Build indexers, standards and protocols on top of Ordinals and Inscriptions (BRC20, etc).
Apache License 2.0
189 stars 56 forks source link

no such column: inscription_number #243

Closed yyyfor closed 10 months ago

yyyfor commented 10 months ago

Describe the bug When I run ordhook scan blocks --interval 767430:767753 --mainnet The warning messages keep appearing and cannot download the latest block

Transaction ID Address Block# 780851 Time stamp

To Reproduce Steps to reproduce the behavior:

  1. run ordhook db sync --config-path=./Ordhook.toml
  2. meesages: ➜ ordhook git:(develop) ✗ ordhook db sync --config-path=./Ordhook.toml Jan 06 01:21:51.429 WARN unable to query hord.sqlite: no such column: inscription_number Jan 06 01:21:51.468 INFO Indexing inscriptions from block #780851 to block #824545 Jan 06 01:21:54.547 INFO Processing 3 blocks Jan 06 01:21:54.547 INFO Inscriptions data computation for block #780851 started Jan 06 01:21:54.547 WARN unable to prepare query hord.sqlite: no such column: inscription_number Jan 06 01:21:55.547 WARN unable to prepare query hord.sqlite: no such column: inscription_number

Expected behavior A clear and concise description of what you expected to happen.

Screenshots

image

Desktop (please complete the following information):

Thanks for helping.

yyyfor commented 10 months ago

fixed by rebuild the rust. new error appears:

image
smcclellan commented 10 months ago

Closing as this seems resolved -- please reopen if that's not the case.