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: getLogs not fetching all of the PolicyUpdate() events emitted from the PolicyRegistry contract #339

Open
kemuru opened this issue May 29, 2024 · 0 comments

Comments

@kemuru
Copy link
Collaborator

kemuru commented May 29, 2024

A user notified of a problem in Curate V1 that it would not let him select Curation Court nor General Court when creating a new list. I was digging a bit and looks like its using getLogs and its not working properly or at least its missing a bunch of events. technically we should have this info in the Kleros Display subgraphs, and we could consider migrating this getLogs to a subgraph query.

files affected in question:

src/pages/factory/kleros-params.js line 84
src/pages/factory-classic/kleros-params.js line 65

There are more getLogs() being used in this repo but they fall out of context for this specific issue.

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