penumbra-zone / dex-explorer

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

Remove dependency on raw events database #49

Closed cronokirby closed 3 weeks ago

cronokirby commented 2 months ago

We want to remove the dependency of this code on the raw events database, instead using a derived database created with pindexer.

aubrika commented 1 month ago

Currently blocked by some uncertainty around needs: Is the code currently relying on the raw events intended to persist? There isn't an existing Figma / design plan for an LP update page for V2, so we aren't quite sure what the requirements are - to what extent will the indexer be required in the V2 design?

This may be best determined in a synchronous meeting, happy to DM about it.

cronokirby commented 3 weeks ago

This should happen naturally as we build out the new interface.

conorsch commented 3 weeks ago

As I mentioned on #78, holler when we're reading from the new backend. I'll need to move some things around to make that work, otherwise merges to main will break the testnet deployment.