feat(evmrpc): bound eth_getLogs peak memory with matched-log count and byte budgets #1131
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: AI Review | |
| on: | |
| pull_request: | |
| types: [ opened, ready_for_review, synchronize, reopened ] | |
| jobs: | |
| ai-review: | |
| # See: https://github.com/sei-protocol/uci/releases/tag/v0.0.13 | |
| uses: sei-protocol/uci/.github/workflows/ai-review.yml@29a9c73301b2218e1940cf3f9a2c3d34c86fbd9a | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| checks: write | |
| id-token: write | |
| secrets: inherit | |
| with: | |
| # See: https://github.com/sei-protocol/uci/releases/tag/v0.0.13 | |
| uci-ref: 29a9c73301b2218e1940cf3f9a2c3d34c86fbd9a | |
| enable-cursor: false # Disabled for now since there is a dedicated Bugbot flow built into Cursor currently enabled on repo. |