-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Recursive Address /r/address/:address
#3892
base: master
Are you sure you want to change the base?
Conversation
If we truly desire rune-aware inscriptions, it might be worth upgrading the Rune protocol to make them inscription aware and allow deposits/withdrawals of Runes to/from an inscription. For example, add an |
Nice work |
I don't think it makes sense right now because the address index is extremely new and untested. Creating a heavy dependency on it through a recursive endpoint would not be ideal. Have you built the address index and tried playing around with this endpoint? |
This should be looked at properly, the the possibilities of this are very valuable to the building community. |
Hey, have you all considered if this makes sense, now that the address index has been out for a bit? Currently, I have a collection (BTC Substance) that detects if the owning wallet owns multiple pieces in the collection, and updates the art to reflect this. Currently, I have to manually call The collection is only 100 pieces, so it's somewhat feasible to do 100 async calls while loading the art. But it seems infeasible to scale this approach for larger collections. For my 5k collection, I would love to just be able to call I personally think that if this was available, other artists would find ways to incorporate ownership-awareness into their code. I acknowledge that having inscriptions rely on the address inscription would increase the difficulty of people running their own node, and the strain on marketplaces. But I think it also offers a lot of opportunity in terms of art&tech. Thanks so much for your consideration! |
How about now? When you wrote this originally I was struggling to sync it. However since that big index update I have been able to keep my address index at chain tip relatively easily no issues. Is there still more optimization you are working on for the address index or do you think we are finally ready? |
This PR will add the ability for an inscription to know runes balances, sat balances, Inscriptions and outputs for any address recursively.
Note:
This will need #3891 for an inscription to find an address to query this endpoint with.