From 1d4fb4d92196d206d449b7b0e926e8f4fc51e50f Mon Sep 17 00:00:00 2001 From: hanabi1224 Date: Mon, 27 Oct 2025 17:55:25 +0800 Subject: [PATCH] doc: changelog for #6189 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b8ceba3ef1d..db7adf1655d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,8 @@ - [#6178](https://github.com/ChainSafe/forest/pull/6178) Fixed incorrect error code for unsupported RPC methods. +- [#6189](https://github.com/ChainSafe/forest/pull/6189) Improved performance of `eth_getBlockByHash` and `eth_getBlockByNumber`. + ## Forest v0.30.2 "Garuda" This is a non-mandatory release that brings important enhancements to Forest's tooling capabilities, Ethereum RPC compatibility, and F3 integration.