Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eth/filters, eth/tracers: add request cancellation checks #26320

Merged
merged 5 commits into from
Dec 15, 2022

Commits on Dec 7, 2022

  1. eth/filters, eth/tracers: add request cancellation checks

    This ensures that RPC method handlers will react to a timeout or
    cancelled request soon after the event occurs.
    fjl committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    eacf53d View commit details
    Browse the repository at this point in the history
  2. Update api.go

    fjl committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    455f2f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b87faa View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. fix jobs chan length

    s1na committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    125954d View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Configuration menu
    Copy the full SHA
    54a5986 View commit details
    Browse the repository at this point in the history