Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
holic authored Sep 22, 2024
1 parent be842d8 commit 5f2a577
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 @@ -2,6 +2,6 @@
"@latticexyz/block-logs-stream": patch
---

- 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 block range is reduced until the request succeeds, then it resets to the max block range.
- 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.
- Loosened the `publicClient` type and switched to tree shakable actions.

0 comments on commit 5f2a577

Please sign in to comment.