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

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

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