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

Determine whether a relay parent digest item should go in the parachain block header #147

Open
JoshOrndorff opened this issue Nov 22, 2023 · 0 comments

Comments

@JoshOrndorff
Copy link
Contributor

FRAME's pallet parachain system includes a log on each parachain block header indicating the relay parent's storage root. https://github.com/paritytech/polkadot-sdk/blob/408af9b32d95acbbac5e18bee66fd1b74230a699/cumulus/pallets/parachain-system/src/lib.rs#L577-L585

I'm not clear when, if ever this is used, and the Tuxedo parachain seems to be working fine without it currently. This issue is to determine exactly why that log is included and when, if ever, it is used, then to determine whether Tuxedo needs it, and if so, to include it in the code.

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

No branches or pull requests

1 participant