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

fetcher: Sleep only after marking block as done when requeuing #2684

Merged
merged 5 commits into from
Sep 11, 2024

Commits on Jul 24, 2024

  1. Merge pull request bnb-chain#2607 from NathanBSC/for_release_v1.4.12

    Revert "miner/worker: broadcast block immediately once sealed (bnb-chain#2576)"
    zzzckck authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    83a9b13 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Merge pull request bnb-chain#2633 from bnb-chain/develop

    Draft release v1.4.13
    zzzckck authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    26a4d4f View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Merge pull request bnb-chain#2669 from bnb-chain/develop

    Draft release v1.4.14
    zzzckck authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    75af65d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    24a46de View commit details
    Browse the repository at this point in the history
  2. fetcher: Sleep after marking block as done when requeuing

    Otherwise the node will be waiting for 500ms before the block fetcher
    keeps processing.
    ngotchac committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    03069a7 View commit details
    Browse the repository at this point in the history