Wisdom Arerosuoghene
Wisdom Arerosuoghene
If there's no need for it, why save it? And I don't see a need for it as it can easily be included in the `CreateMultisig` stakepoold rpc method. If...
That makes sense @jholdstock. The goal of this issue then would be to have all `stakepoold` instances generate the ticket address that is paired with the user's address for creating...
The data I'm proposing to supply through RPC are not config values, they're actually currently being passed via RPC when the data changes in the database, but not when dcrstakepool...
@jholdstock what's your thought on this? I agree with @JoeGruffins that we could just use the opportunity to migrate away from postgres.
Based on recent conversation on matrix, particularly @jholdstock's message [here](https://matrix.to/#/!HEeJkbPRpAqgAwhXWO:decred.org/$156950220439939nBeEZ:decred.org?via=decred.org&via=matrix.org&via=pintobyte.com), it makes sense to continue to allow stakepoold direct access to MySQL, to enable stakepoold run as independently from dcrstakepool...
I agree with @chappjc. We do not want stakepoold to connect directly to the db. The question of whether or not to allow stakepoold run independently of dcrstakepool is also...
> A better approach is for wallet software to call the [ticket status endpoint](https://github.com/decred/vspd/blob/master/docs/api.md#ticket-status) and display the response for the user. This can be done but shouldn't necessarily eliminate the...