Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unbound inscription off-by-one error in current ordinals.com index #4237

Open
rafaelcr opened this issue Feb 21, 2025 · 1 comment
Open

Unbound inscription off-by-one error in current ordinals.com index #4237

rafaelcr opened this issue Feb 21, 2025 · 1 comment

Comments

@rafaelcr
Copy link

There seems to be an off-by-one error when assigning a location to an unbound inscription at block 879369.

If we look at the last unbound inscription at block 879368 we see its location as

0000000000000000000000000000000000000000000000000000000000000000:0:74620

However, the first unbound inscription in the next block 879369 reports its location as

0000000000000000000000000000000000000000000000000000000000000000:0:74622

Perhaps I'm missing something but shouldn't that inscription be at unbound offset 746621?

@raphjaph
Copy link
Collaborator

Ah yes, this is a variant of a bug one of your predecessors found with inscription numbers. See this PR for a fix and this issue in general. It would renumber a lot of inscriptions so we decided that we would have to live with it.

It has to do with the way we process inscriptions that are fee inscribed (the reveal transaction spends it directly into the coinbase).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants