paritytech / paritytech/try-runtime-cli
`try-runtime` unit test that executes all the queued proposals
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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