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

deploy: add support for cometbft postgres indexing #3228

Merged
merged 1 commit into from
Oct 25, 2023

Conversation

conorsch
Copy link
Contributor

The penumbra-node chart now has opt-in support for storing CometBFT events in a postgres sidecar. See relevant docs at [0]. The sole downstream use case for this work to date is cuiloa [1], a block explorer for Penumbra. There are some shortcuts in this logic, mostly related to hardcoding db connection info, but the db is intra-cluster cluster only, so the risk is minimal. Prioritizing developer velocity right now.

[0] https://docs.cometbft.com/v0.37/app-dev/indexing-transactions#postgresql
[1] https://github.com/ejmg/cuiloa

The penumbra-node chart now has opt-in support for storing CometBFT
events in a postgres sidecar. See relevant docs at [0]. The sole
downstream use case for this work to date is cuiloa [1], a block
explorer for Penumbra. There are some shortcuts in this logic, mostly
related to hardcoding db connection info, but the db is intra-cluster
cluster only, so the risk is minimal. Prioritizing developer velocity right now.

[0] https://docs.cometbft.com/v0.37/app-dev/indexing-transactions#postgresql
[1] https://github.com/ejmg/cuiloa
@conorsch conorsch temporarily deployed to smoke-test October 25, 2023 20:18 — with GitHub Actions Inactive
@conorsch conorsch merged commit be81ea2 into main Oct 25, 2023
8 checks passed
@conorsch conorsch deleted the chart-block-indexer branch October 25, 2023 20:42
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.

1 participant