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

Remove stakepool operating mode. #2403

Merged
merged 1 commit into from
Sep 8, 2024
Merged

Commits on Sep 8, 2024

  1. Remove Stakepool mode.

    Stakepool mode was enabled using the `--stakepoolcoldextkey` flag which
    has been removed, and with dcrwallet unable to operate in this mode the
    `stakepooluserinfo` and `ticketsforaddress` RPCs become redundant so
    have also been removed.
    
    RPC server version bumped to 10.0.0.
    
    All functionality which previously depended on the StakeStore has been
    removed, therefore the StakeStore itself can be removed.
    
    Newly created databases will no longer be initialized with the buckets
    used by StakeStore, and a database upgrade which changed the data format
    in one of those buckets has been updated so it no longer attempts to
    make that change.
    jholdstock committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    a83b85b View commit details
    Browse the repository at this point in the history