paritytech / paritytech/parity-scale-codec
Implement `Codec` for `BitArray`
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 287
- Forks
- 103
- Avg merge
- 6d 13h
- Merged PRs (30d)
- 1
Description
https://github.com/paritytech/substrate/pull/14568 mentions that it would be nice to have BitArray implement Codec to avoid code duplication.
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 reading the linked Substrate pull request and the BitArray documentation to understand the existing duplication and the Codec expectations. Trace the relevant Codec implementations in this repository, then add BitArray support and verify it with the repository's existing test suite, including round-trip encoding and decoding if those tests cover similar types.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100