Skip to content

Remove stale data_dir configuration - #602

Merged
rustaceanrob merged 1 commit into
2140-dev:masterfrom
rustaceanrob:26-8-26-datadir
Aug 27, 2026
Merged

Remove stale data_dir configuration#602
rustaceanrob merged 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.
@rustaceanrob
rustaceanrob merged commit 9fb7211 into 2140-dev:master Aug 27, 2026
10 checks passed
@rustaceanrob
rustaceanrob deleted the 26-8-26-datadir branch August 27, 2026 12:54
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