You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: naming/pubsub.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ where base64url-unpadded is an unpadded base64url as specified in [IETF RFC 4648
51
51
52
52
# Layering persistence onto libp2p PubSub
53
53
54
-
libp2p PubSub does not have any notion of persistent data built into it. However, we can layer persistence on top of PubSub by utilizing [libp2p Fetch](https://github.com/libp2p/specs/).
54
+
libp2p PubSub does not have any notion of persistent data built into it. However, we can layer persistence on top of PubSub by utilizing [libp2p Fetch](https://github.com/libp2p/specs/pull/204).
55
55
56
56
The protocol has the following steps:
57
57
1. Start State: Node `A` subscribes to the PubSub topic `t` corresponding to the local IPNS record key `k`
0 commit comments