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

middleware/names returns "Not found" for registered names on testnet #120

Closed
davidyuk opened this issue Aug 2, 2019 · 1 comment
Closed

Comments

@davidyuk
Copy link
Member

davidyuk commented Aug 2, 2019

https://testnet.mdw.aepps.com/middleware/names/example.test

{"reason":"Not found"}

https://sdk-testnet.aepps.com/v2/names/example.test

{"id":"nm_XQEtgsZXrJvqsJPJJGagskwqdZQpUh8mokgMXkSC9MafSt48h","pointers":[{"id":"ak_2swhLkgBPeeADxVTAVCJnZLY5NZtCFiM93JxsEaMuC59euuFRQ","key":"account_pubkey"}],"ttl":153257}
@davidyuk
Copy link
Member Author

davidyuk commented Aug 20, 2019

@shekhar-shubhendu it was a bug, now https://testnet.mdw.aepps.com/middleware/names/example.test returns that name in the array:

[{
  "id":4368,
  "name":"example.test",
  "name_hash":"nm_XQEtgsZXrJvqsJPJJGagskwqdZQpUh8mokgMXkSC9MafSt48h",
  "tx_hash":"th_2NAf43fvYve8zoRYcCR4hHHFMdTktao98798pBwNEGynCKsbP1",
  "created_at_height":103257,
  "owner":"ak_2swhLkgBPeeADxVTAVCJnZLY5NZtCFiM93JxsEaMuC59euuFRQ",
  "expires_at":153257,
  "pointers":[{
    "id":"ak_2swhLkgBPeeADxVTAVCJnZLY5NZtCFiM93JxsEaMuC59euuFRQ",
    "key":"account_pubkey"
  }],
  "transaction_id":26237583
}]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants