scroll-tech / scroll-tech/ceno
clean up clippy "allowed-duplicate-crates"
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 153
- Forks
- 43
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 4
Description
Refer to https://github.com/scroll-tech/ceno/blob/a0b719d6d0fc323574c4ddc2bb68b7ba3bcfb8c1/clippy.toml#L4-L14
Those version inconsistency majorly due to ceno project mixed with various field lib: ark, plonky3
we should eventually remove ark lib and keep all version consistency
Contributor guide
No contributing guide indexed for this repository
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 reviewing clippy.toml lines 4-14 and identifying the duplicate crates caused by the ark and plonky3 dependencies. Trace where those dependencies are declared, then determine whether ark can be removed and version consistency restored; done means the allowed duplicate-crates entries are no longer needed and the dependency versions are consistent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100