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

feat(pindexer): add dex candlestick support to schema #4894

Merged
merged 6 commits into from
Oct 11, 2024

Conversation

cronokirby
Copy link
Contributor

Merge #4893 first!

Describe your changes

Closes #4869.

This implementation isn't as fast as it could probably be, but more than enough to be real time, which is all that really matters.

(Maintaining the summary is annoying and kind of tricky, especially if you want to correctly handle a "frozen price" for pairs where no activity is happening)

Checklist before requesting a review

  • If this code contains consensus-breaking changes, I have added the "consensus-breaking" label. Otherwise, I declare my belief that there are not consensus-breaking changes, for the following reason:

    indexing only

@cronokirby cronokirby added the stacked PR requires merging another first. label Oct 10, 2024
Base automatically changed from 4869(ish)-dex-rich-events to main October 11, 2024 16:35
@conorsch conorsch removed the stacked PR requires merging another first. label Oct 11, 2024
@conorsch
Copy link
Contributor

Merge #4893 first!

Done. Although I squash-merged that one, which is kind of a shame, because your commit messages were super descriptive. Anyway, I've rebased this work on top of latest main, including the changes from #4893.

@conorsch conorsch changed the title 4869 pindexer candlesticks feat(pindexer): add dex candlestick support to schema Oct 11, 2024
@cronokirby
Copy link
Contributor Author

thanks!

@conorsch conorsch merged commit 783db09 into main Oct 11, 2024
13 checks passed
@conorsch conorsch deleted the 4869-pindexer-candlesticks branch October 11, 2024 19:58
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

Successfully merging this pull request may close these issues.

Index candlestick events in pindexer
2 participants