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

Various syncing improvements #67

Merged
merged 23 commits into from
Oct 24, 2024
Merged

Various syncing improvements #67

merged 23 commits into from
Oct 24, 2024

Commits on Oct 22, 2024

  1. Tiny refactoring

    liuchengxu committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    ff1c1a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    030b59b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98cd97f View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    4c154b6 View commit details
    Browse the repository at this point in the history
  2. Remove connect latency factor

    This is not much useful and adds more complexity.
    liuchengxu committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    9c655ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b57a38 View commit details
    Browse the repository at this point in the history
  4. Various small refactorings

    liuchengxu committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    1a26e35 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e56c808 View commit details
    Browse the repository at this point in the history
  6. Refactor LatencyTracker

    liuchengxu committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    fb910d3 View commit details
    Browse the repository at this point in the history
  7. Introduce PeerStoreHandle

    liuchengxu committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    645ae78 View commit details
    Browse the repository at this point in the history
  8. Refactor network_peers RPC

    liuchengxu committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    083f70c View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Fix test

    liuchengxu committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    bd754ee View commit details
    Browse the repository at this point in the history
  2. Introduce PeerStore trait

    liuchengxu committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    10a9f68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08e84d0 View commit details
    Browse the repository at this point in the history
  4. Refactor Discouraged peer

    liuchengxu committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    6643752 View commit details
    Browse the repository at this point in the history
  5. Remove unreliable peers

    liuchengxu committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    9c9387e View commit details
    Browse the repository at this point in the history
  6. Fixes

    liuchengxu committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    63c2c0f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    392e961 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    19518fb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0181718 View commit details
    Browse the repository at this point in the history
  10. Refactor ImportQueueStatus

    liuchengxu committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    8757114 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    520cd43 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    44aa446 View commit details
    Browse the repository at this point in the history