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

getSignaturesForAddress not returning expected transactions #35484

Closed
fafrd opened this issue Apr 2, 2024 · 1 comment
Closed

getSignaturesForAddress not returning expected transactions #35484

fafrd opened this issue Apr 2, 2024 · 1 comment
Labels
community Community contribution

Comments

@fafrd
Copy link

fafrd commented Apr 2, 2024

I'm trying to track transfer of the USDY token, A1KLoBrKBde8Ty9qtNQUtq3C2ortoC3u7twggz7sEto6. The getSignaturesForAddress API is not returning all the results I expect.

For example, this transaction shows up in getSignaturesForAddress:
3Ho6c6W4CyidzBaGZ9jYnvJZr4uXkWMk88ZDvN4WZd8difKBHgafjn6DNqJ6uW1pNfVBgnMUcmM19F32Dqos6tnA

But some transactions do not show, such as this one:
5jZYVxqLZkaff6G5fYrrbTvTNtPySqRsr5xG6PXRjU9YQrV72mrzF1txNm9GHr3NbjjEswSaqfmzNAVm4yHXqxBa

They're both version 0 transactions. Both transactions reference the signer's Token Account for USDY in the accountKeys list. As far as I can tell, the main difference here is that the first transaction references the USDY token in the Address Lookup Table, but the second does not. When calling getTransaction, I clearly see the USDY token shown in preTokenBalances and postTokenBalances for both txns.

Why might getSignaturesForAddress not show the second txn here, when it clearly interacts with the specified address? Is this a bug?

@fafrd fafrd added the community Community contribution label Apr 2, 2024
Copy link
Contributor

github-actions bot commented Apr 2, 2024

This repository is no longer in use. Please re-open this issue in the agave repo: https://github.com/anza-xyz/agave

@github-actions github-actions bot closed this as completed Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Community contribution
Projects
None yet
Development

No branches or pull requests

1 participant