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

Ghali/substrate and padding #69

Closed
wants to merge 12 commits into from
Closed

Conversation

Leouarz
Copy link
Contributor

@Leouarz Leouarz commented Jan 16, 2024

One branch for substrate upgrade and removing useless padding value + header v3

Those two branch will not be merged.

@codecov-commenter
Copy link

Codecov Report

Attention: 58 lines in your changes are missing coverage. Please review.

Comparison is base (9091f4a) 59.21% compared to head (38306fc) 57.34%.

Files Patch % Lines
core/src/kate_commitment.rs 4.76% 20 Missing ⚠️
core/src/header/extension/v3.rs 7.14% 13 Missing ⚠️
core/src/header/mod.rs 57.14% 12 Missing ⚠️
core/src/header/extension/mod.rs 40.00% 6 Missing ⚠️
core/src/header_version/mod.rs 0.00% 5 Missing ⚠️
kate/examples/multiproof_verification.rs 0.00% 1 Missing ⚠️
kate/src/gridgen/mod.rs 75.00% 1 Missing ⚠️

❗ 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.
📢 Have feedback on the report? Share it here.

#[cfg_attr(feature = "runtime", derive(PassByCodec))]
pub enum HeaderVersion {
V1, // Current one
V2, // To be used after runtime upgrade (new data_root)
Copy link
Contributor

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

Copy link
Contributor Author

@Leouarz Leouarz Jan 17, 2024

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

@Leouarz Leouarz closed this Feb 2, 2024
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.

4 participants