Skip to content

Remove stale data_dir configuration - #602

Open
rustaceanrob wants to merge 1 commit into
2140-dev:masterfrom
rustaceanrob:26-8-26-datadir
Open

Remove stale data_dir configuration#602
rustaceanrob wants to merge 1 commit into
2140-dev:masterfrom
rustaceanrob:26-8-26-datadir

Conversation

@rustaceanrob

@rustaceanrob rustaceanrob commented Aug 26, 2026

Copy link
Copy Markdown
Member

Closes #600

This used to be a multi-purpose directory that would store both the header chain and peers, but the decision to remove rusqlite also removed header storage. Peer storage has not been re-implemented, and will probably not be implemented unless there is a demand for such a feature. For the time being, I am keeping tempdir in case peer persistence is implemented in the near future.

This used to be a multi-purpose directory that would store both the
header chain and peers, but the decision to remove `rusqlite` also
removed header storage. Peer storage has not been re-implemented, and
will probably not be implemented unless there is a demand for such a
feature. For the time being, I am keeping `tempdir` in case peer
persistence is implemented in the near future.
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.

Builder::data_dir has been a no-op since 0.2.0

1 participant