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

Prepare v2.0.4 #2398

Merged
merged 6 commits into from
Aug 28, 2024
Merged

Prepare v2.0.4 #2398

merged 6 commits into from
Aug 28, 2024

Commits on Aug 28, 2024

  1. [release-v2.0] Update to latest mixing module

    This includes a fix for a potential deadlock when reconnecting to dcrd in RPC
    sync mode, and to refuse KEs that are received too early before the epoch.
    
    Backport of 7be932d.
    jrick committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    dcde897 View commit details
    Browse the repository at this point in the history
  2. [release-v2.0] vsp: Prevent nil pointer dereference.

    Previously was checking if fp == nil and then attempting to access fp.
    
    Backport of 905840b.
    jholdstock authored and jrick committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    2c7e4dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec74c62 View commit details
    Browse the repository at this point in the history
  4. [release-v2.0] Update to latest vspd modules.

    types/v3 removes the deprecated "revoked" field from /vspinfo response
    (not used by dcrwallet).
    
    Backport of 581e41c.
    jholdstock authored and jrick committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    09ec255 View commit details
    Browse the repository at this point in the history
  5. [release-v2.0] Update to latest dcrd modules

    Backport of 22d0f92.
    jrick committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9074d7f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    650a7c0 View commit details
    Browse the repository at this point in the history