From 7621239ae8cf994297078b7ec94c424bda318636 Mon Sep 17 00:00:00 2001 From: Max Inden Date: Tue, 25 Jul 2023 14:59:55 +0200 Subject: [PATCH] Remove reference to private github issue --- src/_blog/2023-07-rust-libp2p-based-ipfs-bootstrap-node.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/_blog/2023-07-rust-libp2p-based-ipfs-bootstrap-node.md b/src/_blog/2023-07-rust-libp2p-based-ipfs-bootstrap-node.md index 71d19044..628e9dfe 100644 --- a/src/_blog/2023-07-rust-libp2p-based-ipfs-bootstrap-node.md +++ b/src/_blog/2023-07-rust-libp2p-based-ipfs-bootstrap-node.md @@ -155,7 +155,6 @@ In case you want to learn more: - Read up on the [libp2p project](https://libp2p.io/) - Explore the [rust-libp2p implementation](https://github.com/libp2p/rust-libp2p) - See the thin rust-libp2p wrapper at [mxinden/rust-libp2p-server](https://github.com/mxinden/rust-libp2p-server/) -- Dive deeper into the [details of this undertaking](https://github.com/protocol/bifrost-infra/issues/2622) - And lastly, the [weekly IPFS measurement reports](https://github.com/plprobelab/network-measurements/blob/master/reports/) are always a good read A lot of this work was done by [@mcamou](https://github.com/mcamou) from the [Protocol Labs EngRes Bifrost team](https://pl-strflt.notion.site/Bifrost-2423fee6b15243158e85e35d8e22241d?pvs=4). Mario has handled the deployment and the team is operating the bootstrap nodes as a whole. Thanks, [@mcamou](https://github.com/mcamou) and team!