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

[1.0.2] P2P: Allow irreversible mode syncing to continue when LIB is paused #777

Merged
merged 15 commits into from
Sep 19, 2024

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    a60227f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88a1626 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9a224b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc0bc8a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4bceee0 View commit details
    Browse the repository at this point in the history
  6. GH-773 Only check lib not moving in irreversible mode since non-irrev…

    …ersible mode the chain_head will still be moving and not cause net_plugin to stop syncing.
    
    Only consider if LIB not moving when the span is greater than sync_fetch_span. Otherwise normal operation will cause net_plugin to sync ahead when fork db is just up to date.
    heifner committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e82613a View commit details
    Browse the repository at this point in the history
  7. GH-773 Fix should_sync_from being way to picky. It would not allow a …

    …sync when the peer reported even slightly less than sync_known_lib_num which is a very normal condition. For example sync_known_lib_num: 373330666, while peer_fhead: 373330647 when trying to sync block 129728.
    heifner committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    1d2ceb1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8737c4e View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. GH-773 Guard against underflow

    heifner committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    9a72b28 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. GH-773 Add assert

    heifner committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    cb66a69 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    2cd0188 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. GH-773 Remove unneeded check

    heifner committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1d5d977 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    655d0ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdde4d8 View commit details
    Browse the repository at this point in the history
  4. GH-773 Simplify logic

    heifner committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8a2fcf3 View commit details
    Browse the repository at this point in the history