From 8b1a08fa4cd82e08745f7e1d414755ff2c448798 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Tue, 28 Mar 2023 12:12:22 +0200 Subject: [PATCH] Add CHANGELOG entry for #349 --- wasm-node/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/wasm-node/CHANGELOG.md b/wasm-node/CHANGELOG.md index ef20d01930..093b17ee67 100644 --- a/wasm-node/CHANGELOG.md +++ b/wasm-node/CHANGELOG.md @@ -7,6 +7,7 @@ - No longer panic when a libp2p networking request emitted by smoldot exceeds the maximum size allowed by the protocol. Instead, either a warning is printed (similar to consensus-related issues) or a JSON-RPC error is returned. ([#318](https://github.com/smol-dot/smoldot/pull/318)) - Add an arbitrary limit to the size of unprocessed networking packets, in order to avoid DoS attacks. This limit is necessary in order to bypass limitations in the networking APIs exposed by browsers. ([#312](https://github.com/smol-dot/smoldot/pull/312)) - Rename `/webrtc` to `/webrtc-direct` in multiaddresses, in accordance with the rest of the libp2p ecosystem. ([#326](https://github.com/smol-dot/smoldot/pull/326)) +- Improved the ganularity of the tasks that handle JSON-RPC requests and libp2p connections. Smoldot will now yield more often to the browser, reducing the chances and the severity of freezes during the rendering of the web page. ([#349](https://github.com/smol-dot/smoldot/pull/349)) ### Fixed