ethereum / ethereum/csp-benchmarks
Mobile Plonky2 crate fails to build
- Dominant language
- C++
- Stars
- 22
- Forks
- 18
- Avg merge
- 4d 9h
- Merged PRs (30d)
- 4
Description
# Description
To reproduce:
```
cd mobile/plonky2
cargo check
```
There is a workspace resolution error.
Additionally, multiple files would still reference the old crate name `plonky2_sha256`, should be updated to `plonky2_circuits` if #238 is merged.
Contributor guide
Research direction
Start in mobile/plonky2 and run cargo check to reproduce the workspace resolution error. Review the references to plonky2_sha256 and the proposed plonky2_circuits name, then check whether #238 has merged; done means the crate builds and the stale references are updated if that rename is in scope.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100