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

Add stakepooluserinfo and addticket RPC handling #144

Merged
merged 1 commit into from
May 2, 2016

Conversation

cjepson
Copy link
Contributor

@cjepson cjepson commented Apr 29, 2016

JSON handling for two new legacy RPC functions designed to aid wallets
running stake pools, stakepooluserinfo and addticket, have been added.

@chappjc
Copy link
Member

chappjc commented Apr 29, 2016

I mentioned in IRC a week or so ago that I accidentally purchased a ticket from a wallet with no pub addr registered with the pool, but using a pool ticket address obtained with a different registered wallet. Is this commit for something like that where there is now a stray ticket, or is that handled already?

@cjepson
Copy link
Contributor Author

cjepson commented Apr 29, 2016

@chappjc addticket will let you jam in a ticket into the stake manager in the case the user submits a bad ticket but your pool owns the voting rights for the ticket. For example it might have had the wrong fee, etc. This is just in case a user messes up on mainnet once or twice but is otherwise a contributing member of the pool. You can also use it to force in tickets to your pool without fees, if you want to allow yourself or other people to not pay fees. These manually tickets do not show up in the stakepooluserinfo except maybe as invalids.

JSON handling for two new legacy RPC functions designed to aid wallets
running stake pools, stakepooluserinfo and addticket, have been added.
@alexlyp
Copy link
Member

alexlyp commented May 2, 2016

tACK

@alexlyp alexlyp merged commit f1796b0 into decred:master May 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants