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

Bug: Escrow Account from common is failing to filter the correct address #162

Open
gusinacio opened this issue May 8, 2024 · 2 comments

Comments

@gusinacio
Copy link
Contributor

Describe the bug
Escrow Account eventual is using the indexer address as filter and the way graph-node works, everything is supposed to be lowercase

@aasseman
Copy link
Collaborator

aasseman commented May 8, 2024

This is already lowercase:

[("indexer", format!("{:x?}", indexer_address).into())],

Do you have more details about the issue?

@gusinacio gusinacio changed the title Bug: Escrow Account from common is not using lowercase address as filter Bug: Escrow Account from common is failing to filter the correct address May 9, 2024
@hopeyen
Copy link
Collaborator

hopeyen commented May 10, 2024

Having trouble reproducing the issue, the gist is that Escrow query returned empty array (no accounts) when I expected at least one for the indexer.
I can file an issue if it pops up again.

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

3 participants