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

Simplify network-adjusted time warning logic #29623

Merged
merged 6 commits into from
Apr 30, 2024

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    038fd97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55361a1 View commit details
    Browse the repository at this point in the history
  3. Add TimeOffsets helper class

    This helper class is an alternative to CMedianFilter, but without a
    lot of the special logic and exceptions that we needed while it was
    still used for consensus.
    stickies-v committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    ee178df View commit details
    Browse the repository at this point in the history
  4. [net processing] Introduce PeerManagerInfo

    For querying statistics/info from PeerManager. The median outbound time
    offset is the only initial field.
    dergoegge authored and stickies-v committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    7d9c3ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92e72b5 View commit details
    Browse the repository at this point in the history
  6. Remove timedata

    With the introduction and usage of TimeOffsets, there is no more need
    for this file. Remove it.
    stickies-v committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    c6be144 View commit details
    Browse the repository at this point in the history