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

Optimization: refactor how we parse actions/events for bid table #68

Open
kristiehuang opened this issue Jan 7, 2022 · 0 comments
Open
Labels
enhancement New feature or request refactor Refactors existing logic

Comments

@kristiehuang
Copy link
Contributor

kristiehuang commented Jan 7, 2022

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

@kristiehuang kristiehuang added enhancement New feature or request refactor Refactors existing logic labels Jan 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactor Refactors existing logic
Projects
None yet
Development

No branches or pull requests

1 participant