-
Notifications
You must be signed in to change notification settings - Fork 90
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
Ghali/substrate and padding #69
Conversation
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #69 +/- ##
==========================================
- Coverage 59.21% 57.34% -1.87%
==========================================
Files 56 58 +2
Lines 8049 8416 +367
==========================================
+ Hits 4766 4826 +60
- Misses 3283 3590 +307 ☔ View full report in Codecov by Sentry. |
core/src/header_version/mod.rs
Outdated
#[cfg_attr(feature = "runtime", derive(PassByCodec))] | ||
pub enum HeaderVersion { | ||
V1, // Current one | ||
V2, // To be used after runtime upgrade (new data_root) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be the current one
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since it is not used yet, did not want to introduce confusion
One branch for substrate upgrade and removing useless padding value + header v3
Those two branch will not be merged.