penumbra-zone / dex-explorer

Web app for visualization the state of the Penumbra DEX
Apache License 2.0
10 stars 1 forks source link

candles: rely on database for symmetrization, fill empty candles #159

Closed cronokirby closed 4 days ago

cronokirby commented 1 week ago

Closes https://github.com/penumbra-zone/dex-explorer/issues/148 Closes https://github.com/penumbra-zone/dex-explorer/issues/151

This changes the logic to rely on the database to integrate price information for both directions, which simplifies the logic on our end, and makes us correctly integrate tweaks to this logic without needing changes.

This also fills empty candles in between the start and end dates of the candles provided by the database.