transactions not showing up in transfer.recipient query #30
Unanswered
linuxninja39
asked this question in
Validators, Nodes, Relayers, etc...
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm running a 0.46 based chain. I have transactions for tokens that are being sent. I can find the transaction with a "message.sender" query. Using the "to_address" in a "transfer.recipient" query however does not return that transaction. Interestingly, there are several other transactions between the same parties that DO show up in the "transfer.recipient" query. Any assistance would be greatly appreciated.
To add some context. These, I run the following 2 commands.
query txs --events 'transfer.recipient=smpl1mtnxfyuqnazuu7jkzz5l7wjempn06pf5attlhl&message.sender=smpl1y5qa4rexp30yxf77pan27r52uc4cpyhc4ua9dr'
This returns a list. One of the transactions on that list has a hash of C0FC8643494A9A0422F6D7F493C7754745B5A45348749A1208A59FCC6253DFDE so, I then turn around and run the following command
query txs --events 'transfer.recipient=smpl1mtnxfyuqnazuu7jkzz5l7wjempn06pf5attlhl' | grep C0FC8643494A9A0422F6D7F493C7754745B5A45348749A1208A59FCC6253DFDE
This returns nothing. But, should it return something? Should that same transaction exist when searching for just the recipient?
Beta Was this translation helpful? Give feedback.
All reactions