celestiaorg / celestiaorg/celestia-node
[Feature Request]: Run init on node startup
Open
area:node
enhancement
external
good first issue
kind:feat
- Dominant language
- Go
- Stars
- 996
- Forks
- 1.1k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 34
Description
### Implementation ideas
Instead of requiring to run `init` before running `start`, automatically run the init when starting the node.
As init only performs something when the node is not already initialized, it will not break anything when running init at any time.
When this is implemented, we can remote the custom init in the `entrypoing.sh`. Ref.: https://github.com/celestiaorg/celestia-node/issues/2254
Contributor guide
Assessment
This issue has not been assessed yet.