paritytech / paritytech/try-runtime-cli
`try-runtime` unit test that executes all the queued proposals
未关闭
还没有人认领这个 Issue。
enhancement
- 主要语言
- Rust
- 星标
- 25
- 派生
- 29
- PR 合并指标
- 30 天内没有已合并 PR
描述
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
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先比较 paritytech/polkadot PR 5865 中的实现方式,并审阅 issue 中提到的排队中的 governance v2 proposals。跟踪每个 proposal 的 .dispatch 如何在 try-runtime unit test 中执行,随后执行 try_state。完成的标准是测试覆盖所有排队中的 proposals,并且每次 dispatch 和 state 检查都成功执行。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- rust
- 领域
- blockchain, testing
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100