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

Try to prevent header download stalls. #297

Merged
merged 15 commits into from
Nov 5, 2024
Merged

Try to prevent header download stalls. #297

merged 15 commits into from
Nov 5, 2024

Commits on Nov 1, 2024

  1. Back this up

    marcopeereboom committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    c88a07c View commit details
    Browse the repository at this point in the history
  2. Remove unused flag

    marcopeereboom committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    5396990 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30919b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2dc1ace View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5a809e View commit details
    Browse the repository at this point in the history
  6. Fixup test

    marcopeereboom committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    d555009 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Massive performance improvement.

    Instead of walking a path always back to genesis compare all hashes in
    the path instead of one entire path at a time.
    marcopeereboom committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    5742d57 View commit details
    Browse the repository at this point in the history
  2. Make invBlock an array instead of a map to maintain some sort of order.

    Also add a new error type in database so that the caller can figure out
    which block is missing.
    marcopeereboom committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    a14800d View commit details
    Browse the repository at this point in the history
  3. GFY forever git merge

    marcopeereboom committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    71b1549 View commit details
    Browse the repository at this point in the history
  4. Show

    marcopeereboom committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    617e0f5 View commit details
    Browse the repository at this point in the history
  5. Thanks josh

    marcopeereboom committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    ee5144a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dbea1d5 View commit details
    Browse the repository at this point in the history
  7. Go vet hates go

    marcopeereboom committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    dac52c3 View commit details
    Browse the repository at this point in the history
  8. Cleanup

    marcopeereboom committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    ce320f2 View commit details
    Browse the repository at this point in the history
  9. Be more quiet

    marcopeereboom committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    cc5f8a9 View commit details
    Browse the repository at this point in the history