multiformats/rust-multiaddr

Mark `/wss` as deprecated

Open

#100 建立於 2023年9月12日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Rust (55 fork)github user discovery
difficulty:easyhelp wanted

倉庫指標

Star
 (101 star)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南