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

[BUG]: Nicknames resolve to owner, not resolved address #26

Closed
1 task done
mvandeberg opened this issue Nov 29, 2024 · 0 comments · Fixed by #27
Closed
1 task done

[BUG]: Nicknames resolve to owner, not resolved address #26

mvandeberg opened this issue Nov 29, 2024 · 0 comments · Fixed by #27
Assignees
Labels
bug Something isn't working

Comments

@mvandeberg
Copy link
Member

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

If I try to use the @lock.koincity.com nickname when interacting with a contract, I receive the following error:

{
  "error": "abi not available for contract 16Ropk9qA1zMCqpr8Db7XDCXDRN8Q2vknk"
}

When I look up the nickname on Koinos blocks, the nickname is for the address 1FT1D2jLKeeEFcfG5Zo7WKfYNHH9MMeK5N.

When viewing the nickname on KoinosBox, I can see the nickname is owned by 16R... but points to 1FT..., so it appears the the REST API is using an incorrect resolution for nicknames.

Expected behavior

I want the nickname to resolve to the correct contract so I can interact with it using the REST API.

Steps to reproduce

No response

Environment

- OS:

Anything else?

No response

@mvandeberg mvandeberg added the bug Something isn't working label Nov 29, 2024
@mvandeberg mvandeberg self-assigned this Nov 29, 2024
sgerbino added a commit that referenced this issue Dec 3, 2024
#26: Update nickname ABI and correctly resolve nickname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant