From 940a95f0e0d74490a3d8486b459a5682ce7e947b Mon Sep 17 00:00:00 2001 From: Viktor Baranov Date: Wed, 30 Oct 2024 13:43:33 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e221f85c1..4f90e73509 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,8 @@ ### 🐛 Bug Fixes +- Filter non-traceable blocks before inserting them to internal txs fetcher queue ([#11074](https://github.com/blockscout/blockscout/issues/11074)) +- Import blocks before coin balances ([#11049](https://github.com/blockscout/blockscout/issues/11049)) - Abi cache for non-proxied addresses ([#11065](https://github.com/blockscout/blockscout/issues/11065)) - Celo collated gas price issue ([#11067](https://github.com/blockscout/blockscout/issues/11067)) - Indexer memory limit for api instance ([#11066](https://github.com/blockscout/blockscout/issues/11066))