Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: extends single-node.sh script to support local tracing and tra…
…ced data retrieval (#3496) This PR extends the single-node.sh script by providing an option for the user to enable local tracing and retrieve traced data. **How to test** 1. Run `single-node.sh` under the `scripts` folder 2. Respond `y` to `Do you want to set up local tracing with the ability to pull traced data? [y/n]` 3. Once the node starts, navigate to ./celestia-app/data/traces folder and you will find the locally traced files. Also, the trace package from celestia-core has a method to pull the traced data which can be found [here](https://github.com/celestiaorg/celestia-core/blob/a281e871c70f4c8bd4f6ab7c7e39e28c715d65b2/pkg/trace/fileserver.go#L102).
- Loading branch information