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: duplicate and erroneous db entries #3166

Open
siobh9 opened this issue Jan 3, 2025 · 0 comments · May be fixed by #3249
Open

bug: duplicate and erroneous db entries #3166

siobh9 opened this issue Jan 3, 2025 · 0 comments · May be fixed by #3249
Labels
bug Something is not working as intended

Comments

@siobh9
Copy link
Member

siobh9 commented Jan 3, 2025

as of 1735947100 unix timestamp (6:38pm ET on 1/3/25), the attached CSV was the result of the below query in our db:

select * from analytics_contest_participants_v3
where contest_address = '0xf49164f40a71352c0976108fd19a786fbdd00b35'
and user_address = '0xe77B4E1cd04a96c23B9e3294804d65ed503b35D8'

it shows 31 duplicate entries in addition to the correct 2, and one of the duplicates has an entirely erroneous value for amount_sent (ETH because this was on base) of 1000.

what actually happened onchain can be verified here - only 2 vote transactions were actually sent.

not necessarily urgent and I have deleted the duplicate records in the db for now to make our data clean, but def important to look into, diagnose, and see if there's anything we can do to prevent in the future.

duplicate_and_erroneous_analytics_entries.csv

@siobh9 siobh9 converted this from a draft issue Jan 3, 2025
@siobh9 siobh9 added the bug Something is not working as intended label Jan 3, 2025
@siobh9 siobh9 moved this from Up Next to This Sprint in jokerace bug triage and tracking Jan 14, 2025
@siobh9 siobh9 moved this from This Sprint to Up Next in jokerace bug triage and tracking Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is not working as intended
Projects
Development

Successfully merging a pull request may close this issue.

1 participant