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

Fix unfetched token balances #6118

Merged
merged 2 commits into from
Sep 15, 2022
Merged

Fix unfetched token balances #6118

merged 2 commits into from
Sep 15, 2022

Conversation

Qwerty5Uiop
Copy link
Collaborator

Motivation

Condition in TokenBalance.unfetched_token_balances function will never be true for ERC-721 tokens, so Indexer.Fetcher.TokenBalance will always ignore them.

Changelog

Fixed condition so it works correctly for ERC-721 tokens.

@nikitosing nikitosing linked an issue Sep 15, 2022 that may be closed by this pull request
@vbaranov vbaranov merged commit 8a2b135 into master Sep 15, 2022
@vbaranov vbaranov deleted the fix-unfetched-token-balances branch September 15, 2022 13:10
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

Successfully merging this pull request may close these issues.

unfetched_token_balances ERC-721 balance update
3 participants