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 legacy stakepool ticket purchasing. #2408

Merged
merged 2 commits into from
Sep 9, 2024

Commits on Sep 9, 2024

  1. rpcserver: Bump gRPC major version to 8.

    Preparing for some up-coming breaking changes.
    jholdstock committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    4c5cef6 View commit details
    Browse the repository at this point in the history
  2. multi: Remove stakepool ticket purchasing.

    It was possible to set legacy stakepool options either through config or
    through various RPC parameters, however the options either did nothing
    or enabled behaviour which is no longer valid.
    
    Breaking changes:
    
    1. Removed PoolAddress and PoolFee parameters from gRPCs
       `purchasetickets` and `runticketbuyer`
    1. Removed PoolAddress and PoolFee parameters from json-RPC
       `purchaseticket`
    1. Removed config flags `--pooladdress` and `--poolfees`
    jholdstock committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ce78dfc View commit details
    Browse the repository at this point in the history