You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Querying an account related information from auth store using CLIcontext queryStore method, immediately after making any transaction that modifies the account contents is giving old data even after the transaction gets committed in the block.
We used to have the same issue with another store ('XYZ'), but after adding a custom querier like in staking module we are able to get the updated results immediately.
I hope the Cosmos team will add a custom querier for auth module as well.
Steps to Reproduce
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Summary of Bug
Hi,
Querying an account related information from auth store using CLIcontext queryStore method, immediately after making any transaction that modifies the account contents is giving old data even after the transaction gets committed in the block.
But if we wait for more 5-6 seconds (until one more block gets committed) and make a query, it's giving updated data.
We used to have the same issue with another store ('XYZ'), but after adding a custom querier like in staking module we are able to get the updated results immediately.
I hope the Cosmos team will add a custom querier for auth module as well.
Steps to Reproduce
For Admin Use
The text was updated successfully, but these errors were encountered: