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/fetcher: don't spend too much time on transaction inclusion #25524

Merged
merged 10 commits into from
Aug 19, 2022

Commits on Aug 19, 2022

  1. Configuration menu
    Copy the full SHA
    dc06d89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81f356e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a49af1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1b14f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de87588 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    653baed View commit details
    Browse the repository at this point in the history
  7. eth/fetcher: fix log

    holiman committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    fd88ae7 View commit details
    Browse the repository at this point in the history
  8. eth/fetcher: fix log

    holiman committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    5aa9c1c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    72684b8 View commit details
    Browse the repository at this point in the history
  10. cmd/devp2p/internal/ethtest: fix TestLargeTxRequest

    This increases the number of tx relay messages the test waits for. Since
    go-ethereum now processes incoming txs in smaller batches, the
    announcement messages it sends are also smaller.
    fjl committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    3b24887 View commit details
    Browse the repository at this point in the history