multiformats/rust-multiaddr

Mark `/wss` as deprecated

Open

#100 geöffnet am 12. Sept. 2023

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (55 Forks)github user discovery
difficulty:easyhelp wanted

Repository-Metriken

Stars
 (101 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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