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

db: app depends on non-existent dex_ex_summary table #126

Closed
conorsch opened this issue Nov 4, 2024 · 1 comment
Closed

db: app depends on non-existent dex_ex_summary table #126

conorsch opened this issue Nov 4, 2024 · 1 comment

Comments

@conorsch
Copy link
Contributor

conorsch commented Nov 4, 2024

While reviewing #125, I noticed a logged exception about the dex_ex_summary table missing:

✓ Compiled /trade/[baseSymbol]/[quoteSymbol] in 1ms (539 modules)
 ⨯ error: relation "dex_ex_summary" does not exist

That's because the app is currently connected to a "raw" CometBFT ABCI event database, not a pindexer database, which would have the dex_ex_summary. I reported this to @grod220 and he confirmed that the migration to using pindexer-only queries is nearly complete, part of the overhaul described in #36.

Filing this now so that post db cutover we confirm the error is no longer occurring.

@conorsch
Copy link
Contributor Author

This issue is still occuring on the testnet deployment, post cut-over to the new pindexer db in #128. But that's mostly due to another schema change, which is best tracked in #132, so closing this issue as duplicate.

@github-project-automation github-project-automation bot moved this from 🗄️ Backlog to ✅ Done in Penumbra web Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

1 participant