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

db: datastore layer #2416

Merged
merged 3 commits into from
Oct 10, 2024
Merged

db: datastore layer #2416

merged 3 commits into from
Oct 10, 2024

Conversation

battlmonstr
Copy link
Contributor

@battlmonstr battlmonstr commented Oct 10, 2024

Introduce a new sub-library "db/datastore". The purpose is to contain code that is implementing E3 data store without Data Access Layer (DAL) bindings.

refactoring: import db namespace for massive usage

Reduce references to db:: namespace from 3769 to 1366
by searching for .cpp files with 20 or more references to db:: and:

  • either using namespace silkworm::db;
  • or just removing db:: for implementations db namespace

Reduce references to db:: namespace from 3769 to 1366
by searching for .cpp files with 20 or more references to db:: and:
* either using namespace silkworm::db;
* or just removing db:: for implementations db namespace
@battlmonstr battlmonstr requested a review from canepat October 10, 2024 12:52
@canepat canepat mentioned this pull request Oct 10, 2024
41 tasks
@canepat canepat added the maintenance Some maintenance work (fix, refactor, rename, test...) label Oct 10, 2024
@canepat canepat merged commit 1821e07 into master Oct 10, 2024
6 checks passed
@canepat canepat deleted the pr/db_namespace branch October 10, 2024 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Some maintenance work (fix, refactor, rename, test...)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants