From 6e4af793fe45bc872a7b75b33697aa4f8b17f51a Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Sun, 22 Sep 2024 06:27:04 -0700 Subject: [PATCH] Update .changeset/large-windows-sort.md --- .changeset/large-windows-sort.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/large-windows-sort.md b/.changeset/large-windows-sort.md index d0c648e5c1..636e0e39bc 100644 --- a/.changeset/large-windows-sort.md +++ b/.changeset/large-windows-sort.md @@ -3,5 +3,5 @@ --- - For block range size errors, `fetchLogs` now reduces the max block range for subsequent requests in its loop. For block out of range or response size errors, only the current request's block range is reduced until the request succeeds, then it resets to the max block range. -- Added `fetchBlockLogs` to request all block logs in one async call rather than an async generator. +- Added `fetchBlockLogs` to find all matching logs of the given block range, grouped by block number, in a single async call. - Loosened the `publicClient` type and switched to tree shakable actions.