paritytech / paritytech/try-runtime-cli

`try-runtime` unit test that executes all the queued proposals

Open
#2 3 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Rust
Stars
25
Forks
29
PR merge metrics
No merged PRs in 30d

Description

something similar to https://github.com/paritytech/polkadot/pull/5865, but look into the gov v2 proposals, and make sure the .dispatch of all of them executes fine, followed by try_state.

Inspired by the steps I took to make this proposal: https://kusama.polkassembly.io/referenda/16

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by comparing the approach in paritytech/polkadot PR 5865 and reviewing the queued governance v2 proposals mentioned in the issue. Trace how each proposal’s .dispatch is exercised in a try-runtime unit test, followed by try_state. Done means the test covers all queued proposals and each dispatch and state check executes successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
blockchain, testing
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.