-
Notifications
You must be signed in to change notification settings - Fork 15
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
Unconfirmed transactions query returns some confirmed transactions #57
Comments
Thanks for opening an issue! This is definitely a problem, I haven't tracked down exactly why it happens yet. I suspect there's a subtle bug in this trigger causing it to miss these confirmed transactions: chaingraph/images/hasura/hasura-data/migrations/default/1616195337538_init/up.sql Lines 286 to 322 in 37e226b
I won't be able to come back to focus on this for a little while, but I'd love to merge a PR if you figure it out! |
The following graphq query:
returned the following results:
Transaction
45f10a77d34650365bebc3b115ba4721a7a8f1d559563edc7d73282294c87faa
and below are all confirmed already.The text was updated successfully, but these errors were encountered: