@@ -71,9 +71,9 @@ type DelegatedRouter interface {
7171 // Limit indicates the maximum amount of results to return; 0 means unbounded.
7272 FindProviders (ctx context.Context , cid cid.Cid , limit int ) (iter.ResultIter [types.Record ], error )
7373
74- // Deprecated: protocol-agnostic provide is being worked on in [IPIP-378]:
74+ // Deprecated: historic API from [IPIP-526], may be removed in a future version.
7575 //
76- // [IPIP-378 ]: https://github.com/ ipfs/specs/pull/378
76+ // [IPIP-526 ]: https://specs. ipfs.tech/ipips/ipip-0526/
7777 ProvideBitswap (ctx context.Context , req * BitswapWriteProvideRequest ) (time.Duration , error )
7878
7979 // FindPeers searches for peers who have the provided [peer.ID].
@@ -95,9 +95,9 @@ type DelegatedRouter interface {
9595// Deprecated: use DelegatedRouter. ContentRouter will be removed in a future version.
9696type ContentRouter = DelegatedRouter
9797
98- // Deprecated: protocol-agnostic provide is being worked on in [IPIP-378]:
98+ // Deprecated: historic API from [IPIP-526], may be removed in a future version.
9999//
100- // [IPIP-378 ]: https://github.com/ ipfs/specs/pull/378
100+ // [IPIP-526 ]: https://specs. ipfs.tech/ipips/ipip-0526/
101101type BitswapWriteProvideRequest struct {
102102 Keys []cid.Cid
103103 Timestamp time.Time
@@ -106,9 +106,9 @@ type BitswapWriteProvideRequest struct {
106106 Addrs []multiaddr.Multiaddr
107107}
108108
109- // Deprecated: protocol-agnostic provide is being worked on in [IPIP-378]:
109+ // Deprecated: historic API from [IPIP-526], may be removed in a future version.
110110//
111- // [IPIP-378 ]: https://github.com/ ipfs/specs/pull/378
111+ // [IPIP-526 ]: https://specs. ipfs.tech/ipips/ipip-0526/
112112type WriteProvideRequest struct {
113113 Protocol string
114114 Schema string
0 commit comments