Skip to content

Commit

Permalink
Update .changeset/large-windows-sort.md
Browse files Browse the repository at this point in the history
  • Loading branch information
holic authored Sep 22, 2024
1 parent 5f2a577 commit 6e4af79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/large-windows-sort.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 6e4af79

Please sign in to comment.