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

Expose metadata-hash feature from polkadot crate #4886

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

jsdw
Copy link
Contributor

@jsdw jsdw commented Jun 26, 2024

Enabling this feature when building the polkadot crate will lead it to being enabled for the builtin westend and rococo runtimes. The result of that is that a merkleized metadata hash will be computed (at some time cost) in those runtimes, which will allow transactions which include a hash via the CheckMetadataHash extension to work.

The idea is that this is useful for being able to test/experiment with the CheckMetadataHash extension against local nodes.

@bkchr bkchr added the R0-silent Changes should not be mentioned in any release notes label Jun 26, 2024
@bkchr bkchr requested a review from a team June 26, 2024 21:44
@bkchr
Copy link
Member

bkchr commented Jun 27, 2024

bot fmt

@command-bot
Copy link

command-bot bot commented Jun 27, 2024

@bkchr https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/6569120 was started for your command "$PIPELINE_SCRIPTS_DIR/commands/fmt/fmt.sh". Check out https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/pipelines?page=1&scope=all&username=group_605_bot to know what else is being executed currently.

Comment bot cancel 1-96720289-bb9b-4ce7-a586-3f608dbbffd1 to cancel this command or bot cancel to cancel all commands in this pull request.

@bkchr bkchr enabled auto-merge June 27, 2024 08:30
@command-bot
Copy link

command-bot bot commented Jun 27, 2024

@bkchr Command "$PIPELINE_SCRIPTS_DIR/commands/fmt/fmt.sh" has finished. Result: https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/6569120 has finished. If any artifacts were generated, you can download them from https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/6569120/artifacts/download.

@bkchr bkchr added this pull request to the merge queue Jun 27, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 27, 2024
@bkchr bkchr added this pull request to the merge queue Jul 1, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jul 1, 2024
@bkchr bkchr enabled auto-merge July 1, 2024 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
R0-silent Changes should not be mentioned in any release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants