-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dont allow ticket voting address override.
Setting a specific voting address was an important part of purchasing a legacy stakepool ticket, however it is no longer necessary and providing these options only serves as a potential footgun which can lead to accidental address reuse. Now a new voting address is derived for every ticket, either from the voting account if one is specified, or from the purchase account if not. Breaking changes: 1. Config `--votingaddress` removed. 1. Param `ticket_address` removed from `PurchaseTickets` gRPC. 1. Param `voting_address` removed from `RunTicketBuyer` gRPC. 1. Param `ticketaddress` removed from `purchaseticket` json-RPC.
- Loading branch information
1 parent
5cd89f5
commit f597088
Showing
16 changed files
with
1,604 additions
and
1,736 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.