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

Config parameter for celestia light node store directory #1066

Conversation

mzabaluev
Copy link
Collaborator

@mzabaluev mzabaluev commented Feb 24, 2025

Add a configuration field for the --node.store parameter passed to the light node runner.
The default is overridable with the CELESTIA_LIGHT_NODE_STORE environment variable.

commander gets its own Command wrapper to improve ergonomics.

The trait extends tokio's process::Command, allowing
flexible construction to take place before running.
Allow the --node.store option to be overridden by
config and the default taken from the
CELESTIA_LIGHT_NODE_STORE environment variable.
@mzabaluev mzabaluev merged commit e82cbf6 into mikhail/celestia-mainnet-config Feb 24, 2025
89 of 109 checks passed
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.

2 participants