You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 84src/pages/factory-classic/kleros-params.js
line 65There are more getLogs() being used in this repo but they fall out of context for this specific issue.
The text was updated successfully, but these errors were encountered: