From ff890fb6fefcd25dc4fb83beb44d44f21cfbe26b Mon Sep 17 00:00:00 2001 From: Hack666r Date: Mon, 3 Feb 2025 22:32:28 +0100 Subject: [PATCH 1/4] Fix typos in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a5ce335e81..fab0cf8a59c 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md). (open a pull request if you want your project to be added here) -- [COMIT](https://github.com/comit-network/xmr-btc-swap) - Bitcoin–Monero Cross-chain Atomic Swap. +- [COMMIT](https://github.com/comit-network/xmr-btc-swap) - Bitcoin–Monero Cross-chain Atomic Swap. - [Forest](https://github.com/ChainSafe/forest) - An implementation of Filecoin written in Rust. - [fuel-core](https://github.com/FuelLabs/fuel-core) - A Rust implementation of the Fuel protocol. - [HotShot](https://github.com/EspressoSystems/HotShot) - Decentralized sequencer in Rust developed by [Espresso Systems](https://www.espressosys.com/). From b88f8d201f60fe792317996d8681bd03eeeef13a Mon Sep 17 00:00:00 2001 From: Hack666r Date: Mon, 3 Feb 2025 22:32:30 +0100 Subject: [PATCH 2/4] Fix typos in core/CHANGELOG.md --- core/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 003120954e7..000f6c1f9e9 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -445,7 +445,7 @@ See [PR 4568]. - New configurable connection limits for established connections and dedicated connection counters. Removed the connection limit dedicated to outgoing pending connection _per peer_. Connection limits are now - represented by `u32` intead of `usize` types. + represented by `u32` instead of `usize` types. [PR 1848](https://github.com/libp2p/rust-libp2p/pull/1848/). - Update `multihash`. From 3590b542803ea5af5bb3d8374307322289ccc137 Mon Sep 17 00:00:00 2001 From: Hack666r Date: Mon, 3 Feb 2025 22:32:31 +0100 Subject: [PATCH 3/4] Fix typos in protocols/identify/CHANGELOG.md --- protocols/identify/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/identify/CHANGELOG.md b/protocols/identify/CHANGELOG.md index 708490db3fe..f104377c18d 100644 --- a/protocols/identify/CHANGELOG.md +++ b/protocols/identify/CHANGELOG.md @@ -191,7 +191,7 @@ - Update to `libp2p-swarm` `v0.36.0`. -- Expose explicits errors via `UpgradeError` instead of generic `io::Error`. See [PR 2630]. +- Expose explicit errors via `UpgradeError` instead of generic `io::Error`. See [PR 2630]. [PR 2630]: https://github.com/libp2p/rust-libp2p/pull/2630 ## 0.35.0 From ae44aadade56029ddd8b84551ad55e0720383dbc Mon Sep 17 00:00:00 2001 From: Hack666r Date: Mon, 3 Feb 2025 22:32:33 +0100 Subject: [PATCH 4/4] Fix typos in protocols/ping/CHANGELOG.md --- protocols/ping/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/ping/CHANGELOG.md b/protocols/ping/CHANGELOG.md index eb283fab625..f1167b15862 100644 --- a/protocols/ping/CHANGELOG.md +++ b/protocols/ping/CHANGELOG.md @@ -158,7 +158,7 @@ - Update dependencies. - Don't close connection if ping protocol is unsupported by remote. - Previously, a failed protocol negotation for ping caused a force close of the connection. + Previously, a failed protocol negotiation for ping caused a force close of the connection. As a result, all nodes in a network had to support ping. To allow networks where some nodes don't support ping, we now emit `PingFailure::Unsupported` once for every connection on which ping is not supported.