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

AENS resolving issue #1328

Open
jdgcs opened this issue Nov 28, 2019 · 1 comment
Open

AENS resolving issue #1328

jdgcs opened this issue Nov 28, 2019 · 1 comment

Comments

@jdgcs
Copy link

jdgcs commented Nov 28, 2019

Shantian noticed that he could not send tokens with the name 0000000000000.chain in base aepps, I investigated and found the reason.

as http://52.220.198.72:3013/v2/names/0000000000000.chain shows,

{"id":"nm_8oH11atX3dnEsqnhhuFzRkxVdZfkkKSKxtKZQcYFudmgqcVmT","pointers":[{"id":"ak_2tACpi3fVoP5kGo7aXw4riDNwifU2UR3AxxKzTs7FiCPi4iBa8","key":"account_pubkey"}],"ttl":212559}

0000000000000.chain was pointed to ak_2tACpi3fVoP5kGo7aXw4riDNwifU2UR3AxxKzTs7FiCPi4iBa8.

but from base.aepps.com, the tokens were sent to nm_8oH11atX3dnEsqnhhuFzRkxVdZfkkKSKxtKZQcYFudmgqcVmT as https://www.aeknow.org/block/transaction/th_HbokA1mCU4YYg2v236ugGLdD8pyNaMnQptctKrEjEoog9AMza

so there might have an AENS resolving issue.

The pointed id should be the id with "key":"account_pubkey".

@jdgcs
Copy link
Author

jdgcs commented Nov 28, 2019

getAddress: ({ names }) => (id) => {

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

No branches or pull requests

1 participant