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

Flag to disable metadata hash check #776

Merged
merged 17 commits into from
Jul 4, 2024
Merged

Flag to disable metadata hash check #776

merged 17 commits into from
Jul 4, 2024

Conversation

Niederb
Copy link
Contributor

@Niederb Niederb commented Jun 13, 2024

Contains the minimal changes needed to support the new extrinsic format with metadata-hash but actually disables the check.

We should discuss how/if we want to support this kind of breaking change by supporting backwards compatibility. In theory we would need to run the whole testing pipeline for both versions and for some cases we would need separate test-data. Already in this PR I had to deactivate two tests as the data is not compatible anymore (and I have honestly no idea how the file test-runtime.compact.wasm was generated)

@Niederb Niederb linked an issue Jun 17, 2024 that may be closed by this pull request
@Niederb Niederb requested a review from masapr July 3, 2024 13:52
@Niederb Niederb marked this pull request as ready for review July 3, 2024 13:53
@Niederb Niederb self-assigned this Jul 3, 2024
@Niederb Niederb added F8-newfeature Introduces a new feature E1-breaksnothing labels Jul 3, 2024
Copy link
Collaborator

@masapr masapr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM + can you create a new issue for the discussion on backward compatibility?

@Niederb
Copy link
Contributor Author

Niederb commented Jul 4, 2024

LGTM + can you create a new issue for the discussion on backward compatibility?

I created an issue regarding backwards compatiblity (#788) and one to re-activate the disabled tests (#789)

@Niederb Niederb merged commit ece488c into master Jul 4, 2024
29 checks passed
@masapr masapr changed the title Check metadata hash Flag to disable metadata hash check Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E1-breaksnothing F8-newfeature Introduces a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Merkleized Metadata
2 participants