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
Currently every time we auth user, or change chain, or submit a new Yobot tx, we fetch & reprocess ALL events across all users all projects? Hmm... how about just fetching events for just this user or for a particular project?
But currently the way it's done is that we parse ALL emitted events.......
Think about storing emitted events in some data struct so we can more efficiently query.
Related to issue #67 about off-chain data storage
The text was updated successfully, but these errors were encountered:
Currently every time we auth user, or change chain, or submit a new Yobot tx, we fetch & reprocess ALL events across all users all projects? Hmm... how about just fetching events for just this user or for a particular project?
But currently the way it's done is that we parse ALL emitted events.......
Think about storing emitted events in some data struct so we can more efficiently query.
Related to issue #67 about off-chain data storage
The text was updated successfully, but these errors were encountered: