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

findLikelyTokens didn't return all tokens for user. #646

Open
tayadeamit opened this issue Sep 21, 2022 · 0 comments
Open

findLikelyTokens didn't return all tokens for user. #646

tayadeamit opened this issue Sep 21, 2022 · 0 comments

Comments

@tayadeamit
Copy link

tayadeamit commented Sep 21, 2022

Description:
const findLikelyTokens = async (ctx) => should return all the tokens user have. But it is not working properly in testnet.
Also findLikelyTokensFromBlock() with param fromBlockTimestamp = 0 is having same issue.

Steps to reproduce

On Testnet:

  1. Send some FT coins to another wallet address
    https://explorer.testnet.near.org/transactions/57Vq1nB44utEDyX5XgpN1xoRhWPe48sX4WkgZWKp59zd
  2. Coin does not show up in receiver's wallet
    image
  3. It's also not shown up in Kitwallet api.
    https://testnet-api.kitwallet.app/account/testdojo1047.testnet/likelyTokensFromBlock?fromBlockTimestamp=1663564949007578400
  4. It is also not present by using findLikelyTokens() or findLikelyTokensFromBlock() function form "near-contract-helper/src/middleware/indexer.js"
@tayadeamit tayadeamit changed the title findLikelyTokens didn't return all users tokens. findLikelyTokens didn't return all the tokens for user. Sep 21, 2022
@tayadeamit tayadeamit changed the title findLikelyTokens didn't return all the tokens for user. findLikelyTokens didn't return all tokens for user. Sep 21, 2022
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