Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pindexer: dex-explorer: implement low high in summary (#4931)
## Describe your changes Closes #4929. This was surprisingly simple, we were already doing an aggregate calculation over the window (summing values) so this was just a matter of adding a low and a high. To test, index against main and check that nothing else has changed besides the addition of two new fields. ## Checklist before requesting a review - [x] I have added guiding text to explain how a reviewer should test these changes. - [x] 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
- Loading branch information