-
Notifications
You must be signed in to change notification settings - Fork 118
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
Remove transferred names from address endpoint #714
Comments
🎉 This issue has been resolved in version 0.68.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@asimm241 I think there's a bug in the fix for this issue -- it looks like the last owned name logic is inverted.
Only the original address has the name. Looks like the same thing happening with this name: leather-io/extension#1706 |
The problem was occurring because of the name owner being set incorrectly. I have created another issue to track that. This issue should be closed as it's not a problem with the query. |
* develop: (40 commits) feat: added execution cost to block response #735 feat: ability to configure multiple tx broadcast endpoints #765 fix: return the latest name by address #714 fix(rosetta): use coinbase txs hash instead of stx_lock for forged unlock_transaction #760 feat: automatically generate postman collection from the openapi spec fix: disable http keep-alive for stacks-node /v2 proxied endpoints fix: increase the 10 second cap on prometheus http metric reporting chore: update typescript to 4.4.2 feat(rosetta): support memos in stx token transfer operations #752 fix: replicate query optimizations to other asset txs queries fix: optimize query that retrieves txs with asset transfers fix(rosetta): do not assume encoding of delegate-stx `pox_addr` data #732 feat: added a new endpoint fee_rate #729 chore(release): 0.65.0 [skip ci] fix: sql optimizations to speed up various tx queries feat: add execution cost data to transactions feat: token metadata fix: short summaries for BNS endpoints feat: emit prometheus metrics for socket.io fix: added types for search endpoint #645 ...
Currently it appears that names are still returned by the address endpoint even once they've been transferred to another address.
See leather-io/extension#1551 (comment)
Originally posted by @aulneau in leather-io/extension#1551 (comment)
Originally posted by @fbwoolf in leather-io/extension#1551 (comment)
The text was updated successfully, but these errors were encountered: