multiformats / multiformats/rust-multiaddr
Mark `/wss` as deprecated
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 101
- Forks
- 56
- PR merge metrics
- No merged PRs in 30d
Description
According to the multiaddr spec, /wss is deprecated, see https://github.com/multiformats/multiaddr/blob/master/protocols.csv#L33.
We should reflect this in the code such that downstream users can upgrade accordingly. I'd suggest we mark it as #[deprecated] first, do a point release and remove it in 0.19.
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 locating the /wss protocol definition and compare it with the multiaddr spec entry in protocols.csv. Mark the existing API as deprecated for the point release, and verify that the planned removal target is documented for version 0.19.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 47/100