Errors shown on `cargo miden build`, but they don't break the build
- 主要语言
- Rust
- 星标
- 115
- 派生
- 84
- 平均合并
- 1 天 8 小时
- 30 天内合并 PR
- 15
描述
```
[ERROR miden_core::mast::serialization] UntrustedMastForest expected HASHLESS input; supplied artifact includes wire node hashes, and validation will recompute them and require them to match
[ERROR miden_core::mast::serialization] UntrustedMastForest expected STRIPPED input; supplied artifact includes DebugInfo and other optional payloads over the wire
[ERROR miden_core::mast::serialization] UntrustedMastForest expected HASHLESS input; supplied artifact includes wire node hashes, and validation will recompute them and require them to match
[ERROR miden_core::mast::serialization] UntrustedMastForest expected STRIPPED input; supplied artifact includes DebugInfo and other optional payloads over the wire
```
贡献指南
调研方向
The error originates in `miden_core::mast::serialization`. Look at the `cargo miden build` command flow and the `UntrustedMastForest` validation logic. Examine the serialization format and what 'HASHLESS' and 'STRIPPED' inputs entail. Check if a recent PR (#1239) addressed this and verify the current state by running the build command and inspecting the logs.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- rust
- 领域
- build-system, cli
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100