-
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
/v1/names/wowscience.id.stx is not returned by the API #1269
Comments
I originally thought this issue was only a bug related to canonical data, however, upon further inspection it looks like in some of our instances we are not receiving an We're currently investigating whether this is a bug on the API side or the stacks node side. |
Blocked by this issue on the Stacks blockchain: stacks-network/stacks-core#3270 |
Hey there, any update? Our user is still blocked and can't use his account. |
hi @pradel. Not at this time, unfortunately. I recommend reaching out to core developers on the blocking issue to signal your support for its resolution: stacks-network/stacks-core#3270 however I believe most of the resources are dedicated to 2.1 launch at this time. |
Subdomain |
We wonder what happened with the zone files of these subdomains. We put them back to work updating the zone files with the subdomain registrar. What is causing these issues? Looks like they are random subdomain accounts that get damaged and are replicated across the network. |
Another user affected |
Another one |
Hi, @pradel! Yikes, sorry that you're continuing to run into trouble with this. Please keep posting on stacks-network/stacks-core#3270, so the upstream team can keep this on their radar. |
Another one |
Describe the bug
When accessing
https://stacks-node-api.mainnet.stacks.co/v1/names/wowscience.id.stx
, the API is not returning the info regarding this username, instead, it's redirecting tohttps://registrar.stacks.co/v1/names/wowscience.id.stx
to show the data included in the registrar.This would be the expected behavior for a pending subdomain not submitted to the blockchain. However, the tx registering this username was included in an anchor block 10 days ago, see https://explorer.stacks.co/txid/2a0939c461c9caff0a91c5b66d0290dd0d16153f9b3c96edb3cc000e88e77cfc?chain=mainnet. The API should have the info and return it.
The result is that asking the names that SP12YGP1C4V0XRSHDW9G2PSEZRK1T15M66K1GKMBR is holding return an empty array.
The user do not see the username in the Hiro wallet and can't connect to Sigle at the moment.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The API should return the information directly as it's included in a block and not rely on the registrar.
The text was updated successfully, but these errors were encountered: