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

fix: penumbra view db filepath #38

Merged
merged 1 commit into from
Jun 19, 2024
Merged

fix: penumbra view db filepath #38

merged 1 commit into from
Jun 19, 2024

Conversation

conorsch
Copy link

The config option view_service_storage_dir for Penumbra chains was honored, but was incorrectly expecting a filepath, not a parent directory. Fixed the path handling so that a view db file is created within the dir specified by the config option.

The config option `view_service_storage_dir` for Penumbra chains was
honored, but was incorrectly expecting a filepath, not a parent
directory. Fixed the path handling so that a view db file is created
within the dir specified by the config option.
@conorsch conorsch requested a review from avahowell June 18, 2024 23:42
@conorsch
Copy link
Author

After restarting with this code in place:

Jun 18 23:51:51 hermes hermes[2937731]: 2024-06-18T23:51:51.186720Z  INFO ThreadId(01) health_check{chain=penumbra-testnet-deimos-8}: starting view service sync
Jun 18 23:51:51 hermes hermes[2937731]: 2024-06-18T23:51:51.361138Z  INFO ThreadId(01) health_check{chain=penumbra-testnet-deimos-8}: view service sync complete sync_height=612839

@avahowell avahowell merged commit ce0768f into main Jun 19, 2024
28 of 35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants