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

IF: Populated fork db ASAP; Vote processing off the main thread #2385

Merged
merged 32 commits into from
Apr 10, 2024

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    ad64fc7 View commit details
    Browse the repository at this point in the history
  2. GH-2102 Add block to fork db as soon as header is validated so it is …

    …available for vote processing
    heifner committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    3887b2c View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. GH-2102 May already be in forkdb since we are adding as soon as heade…

    …r validation complete
    heifner committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    bd43d61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c84bab1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf50336 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    053fe72 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    4066109 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9411c05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c82e7a View commit details
    Browse the repository at this point in the history
  4. GH-2102 Only report fork switch on actual fork switch. maybe_switch_f…

    …orks now also can apply staged blocks in the fork db.
    heifner committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    b9deb58 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a7b973 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    274e44a View commit details
    Browse the repository at this point in the history
  7. GH-2102 Allow ctrl-c shutdown during sync of a large number of blocks…

    …. Improve switch logging.
    heifner committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    2e49794 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4c3535f View commit details
    Browse the repository at this point in the history
  9. GH-2102 On startup pending_head forkdb blocks are processed. If asked…

    … to terminate at a block don't put any blocks above that in the fork database.
    heifner committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    112bb69 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    914f218 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e9af0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2449830 View commit details
    Browse the repository at this point in the history
  4. Revert "GH-2102 Fix comparison in waitForBlock"

    This reverts commit 914f218.
    heifner committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    e464aee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a74450c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cafd0b6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    302b957 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    be77ca6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    23945ff View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ba5006e View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. GH-2102 Move produced/received block logging into controller so it lo…

    …gs all processed blocks
    heifner committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    9de11ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e98c18 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    a9058a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d64c27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bd8128 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    33210c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cc1b87 View commit details
    Browse the repository at this point in the history