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

[CI] Publish unoptimized runtime blobs for debugging #377

Closed
kianenigma opened this issue Jul 8, 2024 · 2 comments
Closed

[CI] Publish unoptimized runtime blobs for debugging #377

kianenigma opened this issue Jul 8, 2024 · 2 comments

Comments

@kianenigma
Copy link
Contributor

This is a request to publish each runtime with two properties:

  • Add --features try-runtime
  • Do NOT add --features on-chain-release-build:

BUILD_OPTS: "--features on-chain-release-build"

The former does nothing particular, but it adds a few extra runtime apis that can be used to test the runtime with a tool in the try-runtime family.

The latter will impact the wasm blob and enable all the runtime logging. This will slightly reduce performance.

These wasm blobs will then allow 3rd party teams, including Parity to run better monitoring nodes.

If done by someone familiar with the fellowship CI/release, I'd be happy to complement this work by providing a detailed guide on how to use these blobs to do better monitoring with these notes.

@liamaharon you might know any prior attempt at this, if any?

@xlc
Copy link
Contributor

xlc commented Jul 8, 2024

This will be very useful to debug chains with Chopsticks. I had multiple occurrences that I need to make such debug build to figure out why some XCM fails on relaychain/system parachain.

@bkchr
Copy link
Contributor

bkchr commented Aug 12, 2024

Duplicate of: #268

@bkchr bkchr closed this as completed Aug 12, 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

No branches or pull requests

3 participants