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

fix: A set of qdata/qwatch related fixes #5745

Merged
merged 7 commits into from
Jan 10, 2024

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    3bcac49 View commit details
    Browse the repository at this point in the history
  2. feat: make sure regular non-watching nodes never process most DKG mes…

    …sages, only the final one
    UdjinM6 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    96af245 View commit details
    Browse the repository at this point in the history
  3. fix: should only request/accept qdata from a verified masternode, ign…

    …oring qwatch on our side
    
    Checking for `qwatch` doesn't make sense in these conditions because it's set on the node we are watching when it receives `QWATCH` message from us, it's always `false` on the watching node itself.
    UdjinM6 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    ca52477 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    825fac1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92da3bf View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. Configuration menu
    Copy the full SHA
    78e20eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33b5ca1 View commit details
    Browse the repository at this point in the history