-
Notifications
You must be signed in to change notification settings - Fork 680
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
[TryRuntime] Tracking Issue for road to stable, easily usable migrations & a try-runtime-cli "V1" #178
Closed
7 tasks done
Labels
T1-FRAME
This PR/Issue is related to core FRAME, the framework.
Comments
kianenigma
changed the title
[TryRuntime] Tracking Issue for road to a stable, easily usable API
[TryRuntime] Tracking Issue for road to a stable, easily usable try-runtime-cli "V1"
Apr 27, 2023
liamaharon
changed the title
[TryRuntime] Tracking Issue for road to a stable, easily usable try-runtime-cli "V1"
[TryRuntime/Migrations] Tracking Issue for road to stable, easily usable migrations & a try-runtime-cli "V1"
May 22, 2023
liamaharon
changed the title
[TryRuntime/Migrations] Tracking Issue for road to stable, easily usable migrations & a try-runtime-cli "V1"
[TryRuntime] Tracking Issue for road to stable, easily usable migrations & a try-runtime-cli "V1"
May 22, 2023
16 tasks
This was referenced Aug 10, 2023
the-right-joyce
added
T1-FRAME
This PR/Issue is related to core FRAME, the framework.
and removed
T1-runtime
labels
Aug 25, 2023
I think adding try-state for all pallets is out of scope for this issue. will remove that point and close it. |
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 8, 2024
* backoff on connection-unrelated errors * cargo fmt --all * Fix some typos Co-authored-by: Hernando Castano <[email protected]>
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 8, 2024
* backoff on connection-unrelated errors * cargo fmt --all * Fix some typos Co-authored-by: Hernando Castano <[email protected]>
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 9, 2024
* backoff on connection-unrelated errors * cargo fmt --all * Fix some typos Co-authored-by: Hernando Castano <[email protected]>
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 9, 2024
* backoff on connection-unrelated errors * cargo fmt --all * Fix some typos Co-authored-by: Hernando Castano <[email protected]>
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 9, 2024
* backoff on connection-unrelated errors * cargo fmt --all * Fix some typos Co-authored-by: Hernando Castano <[email protected]>
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 9, 2024
* backoff on connection-unrelated errors * cargo fmt --all * Fix some typos Co-authored-by: Hernando Castano <[email protected]>
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 9, 2024
* backoff on connection-unrelated errors * cargo fmt --all * Fix some typos Co-authored-by: Hernando Castano <[email protected]>
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 9, 2024
* backoff on connection-unrelated errors * cargo fmt --all * Fix some typos Co-authored-by: Hernando Castano <[email protected]>
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 10, 2024
* backoff on connection-unrelated errors * cargo fmt --all * Fix some typos Co-authored-by: Hernando Castano <[email protected]>
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 10, 2024
* backoff on connection-unrelated errors * cargo fmt --all * Fix some typos Co-authored-by: Hernando Castano <[email protected]>
jonathanudd
pushed a commit
to jonathanudd/polkadot-sdk
that referenced
this issue
Apr 10, 2024
* backoff on connection-unrelated errors * cargo fmt --all * Fix some typos Co-authored-by: Hernando Castano <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a wrapper issue for Parity Roadmap.
Overview
try-runtime-cli
is a tool used to test development runtimes against production chain state, it has become a indispensable tool for testing migrations and new logic. However there are some areas where the developer experience of using the tool can be improved, and also areas in which the internaltry-runtime
feature gated code could be refactored to be more robust and easy to use. This issue tracks the core improvements we would like to implement for thetry-runtime-cli
, and its capabilities viatry-runtime
feature gated code by the end of the year.try-runtime-cli improvements
fast-forward
command try-runtime-cli#12try-runtime improvements
OnRuntimeUpgrade
substrate#13107StorageVersion
for pallets added after genesis #109StorageVersion
for pallets added after genesis substrate#14641The text was updated successfully, but these errors were encountered: