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

feat(CosmosFullNode): Allow configuring the chain home directory #338

Merged
merged 13 commits into from
Aug 30, 2023

Conversation

DavidNix
Copy link
Contributor

@DavidNix DavidNix commented Aug 18, 2023

Closes #341

There's been too many instances where chains still persist data outside of the --home flag.

Notably: Osmosis, DYDX, and now DVPN/Sentinel.

So we can't rely on chains to respect the user's intentions.

This feature allows the user to optionally configure the chain home.

Unfortunately, we can't reliably derive the home path because no chains use a common convention.

@DavidNix DavidNix changed the title feat(CosmosFullNode): Allow configuring the chain home feat(CosmosFullNode): Allow configuring the chain home directory Aug 18, 2023
@DavidNix DavidNix marked this pull request as ready for review August 29, 2023 20:18
@DavidNix
Copy link
Contributor Author

FYI, I did extensive testing on a testnet cluster and it looked good.

@DavidNix DavidNix merged commit ff32bc2 into main Aug 30, 2023
2 checks passed
@DavidNix DavidNix deleted the nix/feat/configure-home-dir branch August 30, 2023 14:51
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.

CosmosFullNode allows a user to specify the home directory.
2 participants