-
Notifications
You must be signed in to change notification settings - Fork 62
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
API returns provenance owner, not current owner #23
Comments
Thanks @diwakergupta . This is a known issue that will be solved very soon |
@rafaelcr Thanks for this API, really useful 👍 |
Just wanted to see if there was any update here :) Also, curious what the address field shows when a tx spending the UTXO is in the mempool — ideally it doesn’t “disappear”. We have some problems with other Ordinals APIs in that case. |
Still working on this @Jamil , we'll hopefully have a solution very soon
Our current design will make sure we only update an inscription location (and owner) when the transaction is mined in a block, so you won't have this problem |
Just adding a note here that we're ready to integrate this API into Hiro Wallet, though this appears to be the main blocker. |
I want to add that this is also the case for the location, output and value fields. I'm adding this here because I think it's related. Observed: Expected: Maybe the offset field is also concerned but not for this inscription. |
How to add logo to BRC-20 token? |
Hello! I'm interested in this functionality, it would open some interesting possibilities with ordinal interactions |
We are waiting on an indexing to finish, then index the API, then deploy new version to production to complete. |
@smcclellan Has this new version been deployed by now? 🙏 |
Any update here? |
Hey there! quick update on this. There is a big new feature, with this new version: tracking of inscription transfers, you can now track all the transfers for a given inscription, using the endpoint: The list of transfers returned by the API look currently incomplete, and I'm in the process of retracing transfers and identifying deltas. |
@lgalabru any updates here by chance? 🙏 |
Our DB should be ready tomorrow by EOD 🤞🏻 |
Hi @lgalabru I'm not sure if this is related and/or will be accounted for in your latest sweep but it also looks like the "address" field is inaccurate for inscriptions which transferred during marketplace purchases. Expected: bc1p3gcq2cld5vpfp9p6299efatfaj9fr64ggf7z4527tv7gxw0pqc3qpvw699 Interestingly, 3GoD1CLdezMkRco6jjNcNWjF5RDHmRh4Xf is the cardinal address which paid for the marketplace purchase (https://mempool.space/tx/140f2ea99d226ca11cc5105ba38b3d4be21e1fcab32c521b55addb2980bfffdc). |
hey @jack-linden! this is related yes. hopefully fixed soon, but looking at the indexing pace, we might need an additional day. |
Explorer now shows |
We've integrated the API here and are prepared to release: leather-io/extension#3654 @lgalabru is indexing 100% complete? 🙏 |
The traffic is now being routed to the new API. I've made a bunch of checks but certainly not 5M, so if you see something, feel free to reopen this issue and say something! And enjoy our new, unique Transfers API endpoint - courtesy of @rafaelcr 🚀 cc @jack-linden @markmhx @kitdesai @diegoxter @IM-Apple @0xWhiteleaf @Jamil |
this is awesome news, great work to everyone involved 🚀 |
Relaying from a builder:
address field is showing the provenance/genesis address and not the current owner
https://api.hiro.so/ordinals/v1/inscriptions/3091c2a50590892f2cf65a37d5eba652949e046c23c80af2ec910fb80615bf37i0
observed:
bc1pva89n5e9ekae5v5l89enmcp78elzhuqrcef8f6wrlsgf4qe7ptdsx4cfme
expected:
bc1ppltka86dpzdkw2w3k4pnxcce9h7jxlv6l9zgae57hmvuhmx5mfaqns58kc
The text was updated successfully, but these errors were encountered: