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

chore(dot/sync): blockQueue refactored #2563

Merged
merged 3 commits into from
Jun 3, 2022
Merged

Commits on Jun 2, 2022

  1. chore(dot/sync): blockQueue refactored

    - Context aware `pop`
    - Do not block `processReadyBlocks` forever on ctx cancel
    - Change mapping to hashes set (less memory usage)
    - Remove unneeded `cap int` field
    - More explicit variable names in block_queue.go
    qdm12 committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    4ce2e9a View commit details
    Browse the repository at this point in the history
  2. Set hashesSet map capacity

    qdm12 committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    05ca6f5 View commit details
    Browse the repository at this point in the history
  3. Add unit tests

    qdm12 committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    bb4138f View commit details
    Browse the repository at this point in the history