Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.1.0] LMDB Naming consistency fix #2656

Merged
merged 3 commits into from
Mar 6, 2019

Conversation

yeastplume
Copy link
Member

Update chain and peer db paths to be consistent with 1.0.x, as well as modification to Store struct to allow all parts of the db path/name to be specified explicitly. For reference, paths and db paths are:

  • the chain db itself is under the path chain_data/lmdb with a database name of chain
  • peer data is at chain_data/peer with a db name of peers.
  • wallet data is under db/lmdb with a database name of db

These should probably be cleaned up at some point, though there would have to be a migration feature.

@yeastplume yeastplume merged commit fd077a4 into mimblewimble:milestone/1.1.0 Mar 6, 2019
@yeastplume yeastplume deleted the lmdb_name_fix branch May 20, 2019 08:19
@antiochp antiochp added this to the 1.1.0 milestone Jun 5, 2019
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.

2 participants