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

bug(indexer): inscriptions on inputs after the first are not indexed #30

Open
hoale58-vl opened this issue Jan 3, 2024 · 2 comments
Open

Comments

@hoale58-vl
Copy link

The indexer only record the inscription inscribed on the first input. In my case, I was using batch inscriptions to create multiple inscriptions in one transaction, but only the first inscription was recorded in indexer.

Here is my transaction on testnet:
https://mempool.space/testnet/tx/40c71f4ed13b4587ba3831069edaa69e639e2b7d4ec5ec7ddc22a876c0d478e2

Here is the transaction on your explorer:
https://testnet.explorer.sado.space/tx/40c71f4ed13b4587ba3831069edaa69e639e2b7d4ec5ec7ddc22a876c0d478e2

You can also check the inscription information on this link:
https://testnet.ordinals.com/inscription/40c71f4ed13b4587ba3831069edaa69e639e2b7d4ec5ec7ddc22a876c0d478e2i19

@hoale58-vl
Copy link
Author

I have checked your source code. Look like there isn't defination for POINTER_TAG in your inscription envelop. Do you guys have any plan to support this feature?

@trongdth
Copy link

trongdth commented Jan 4, 2024

Thumb up for this.

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