Skip to content

feat(evmrpc): bound eth_getLogs peak memory with matched-log count and byte budgets #19333

feat(evmrpc): bound eth_getLogs peak memory with matched-log count and byte budgets

feat(evmrpc): bound eth_getLogs peak memory with matched-log count and byte budgets #19333

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
- release/**
pull_request:
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event_name == 'push' && github.sha || github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v6
with:
go-version: '1.25.6'
# See: https://github.com/actions/checkout/releases/tag/v7.0.0
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: v2.8.0
args: --timeout 10m0s