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

Retry mechanism for missing metadata #520

Open
tdroxler opened this issue Mar 6, 2024 · 0 comments
Open

Retry mechanism for missing metadata #520

tdroxler opened this issue Mar 6, 2024 · 0 comments

Comments

@tdroxler
Copy link
Member

tdroxler commented Mar 6, 2024

When we want to update the metadata, we check which contracts hasn't yet an std-interface-id
For that we call the guessStdInterfaceId function from the node, if we cannot fetch the std-interface id, we set it to None, which is not the same as NULL and don't update the metadata, as we don't know which kind of contract it is.

In mainnet we had a case where we couldn't fetch the interface id (don't know yet why, maybe a version mismatch), but we then never retry to get it, so we were missing some metadata.

We need to have a retry mechanism for the interface id as well as the metadata.

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