paritytech / paritytech/try-runtime-cli

Allow whitelisting some keys for idempotency check

未关闭
#79 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

主要语言
Rust
星标
25
派生
29
PR 合并指标
30 天内没有已合并 PR

描述

Recently we have had the try-runtime tool fail in tanssi because of a state mismatch when running the idempotent check. The cause was 2 keys in pallet system: events and eventsCount, which changed because one of our migrations emitted an event to signal the start of the migration. Since events don't really affect chain state, we would like to ignore them.

Not sure how to implement this, we could hardcode some known keys and ignore them in the state diff comparison, or simply allow users to pass some flag with a list of keys to ignore.

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

Issue 提到了 try-runtime 工具、它的幂等性检查以及 state diff 比较,但没有指出文件或测试。首先定位幂等性检查的实现,以及 state keys 的比较方式;当用户可以配置忽略 events 和 eventsCount 等 keys,且不会掩盖其他 mismatches 时,即表示完成。

由索引模型根据 Issue 内容生成。

评估

技术栈
rust
领域
cli, testing-qa
Issue 类型
功能
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
需要澄清
新手友好度
30/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。