-
Notifications
You must be signed in to change notification settings - Fork 968
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
feat(shwap): Add eds store #3545
Conversation
5476dea
to
265bee2
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## shwap #3545 +/- ##
========================================
Coverage ? 47.55%
========================================
Files ? 316
Lines ? 18561
Branches ? 0
========================================
Hits ? 8827
Misses ? 8606
Partials ? 1128 ☔ View full report in Codecov by Sentry. |
We both want to shwap sooner, but lets keep using review to discuss changes first. instead of committing your ideas to PR first and discussing afterwards. |
Yeah, doing in a diff PR pointing to this PR would be better |
In #3545, I requested to rename `DataHash` to `DataRoot` to match the name of the original name in the Core's RawHeader. However, I realized it is called `DataHash` in the header, so this PR reverts that change. I think this confusion comes from the fact that we are always referring to this field as `DataRoot` in our discussions, so it feels like this is the correct phrasing, but it's not. It actually does not matter how it's called, honestly, and both are correct in some way, but it's good to be consistent in the code and avoid confusion with tautology.
Add eds store engine
Based on #3543