Closed as not planned
Description
The behavior of CELESTIA_HOME
is incorrect. Currently, celestia-node
files are placed directly into $CELESTIA_HOME/
:
celestia-node/nodebuilder/store.go
Lines 190 to 193 in 26267c7
celestia-app
on the other hand places files in $CELESTIA_HOME/.celestia-app
:
https://github.com/celestiaorg/celestia-app/blob/a8b76b3b9ebaef8bbc89b7c0c293390d74359433/app/init.go#L16-L22
Behavior should be changed to similarly place files in a subdirectory.