hirosystems / ordhook

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

Support Jubilee #207

Closed lgalabru closed 8 months ago

MikaelBTC commented 8 months ago

Cause BRC-20 is moving to Jubilee, can ordhook support Jubilee before the upgrade? Thank you very much.

lgalabru commented 8 months ago

Hi @MikaelBTC! We are in the process of testing and finalizing the release of Ordhook. Note that if you're using Ordhook exclusively for BRC20, you will be perfectly fine with the current version. Yes the BRC20 indexers are adopting the latest release 0.14, but they will all be basing their indexing using taking into account the vindicated flag - meaning they are completely ignoring the actual changes coming with the Jubilee.

MikaelBTC commented 8 months ago

Hi @MikaelBTC! We are in the process of testing and finalizing the release of Ordhook. Note that if you're using Ordhook exclusively for BRC20, you will be perfectly fine with the current version. Yes the BRC20 indexers are adopting the latest release 0.14, but they will all be basing their indexing using taking into account the vindicated flag - meaning they are completely ignoring the actual changes coming with the Jubilee.

Thank you very much @lgalabru, also which ordhook version will work same as Jubilee? V1.1.3 or V1.2.0 or both?

lgalabru commented 8 months ago

Jubilee support added in v2.0.0

lgalabru commented 8 months ago

@MikaelBTC If you'd like to stay on v1, 1.2.0 would probably best.

MikaelBTC commented 8 months ago

@MikaelBTC If you'd like to stay on v1, 1.2.0 would probably best.

Thank you so much for explaining.