You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stakepoold acts on notifications from dcrd but since the winning tickets notification typically arrives before the new tickets notification, we won't properly vote when a newly matured ticket is called to vote since live tickets are only appended when they mature.
The text was updated successfully, but these errors were encountered:
jolan
changed the title
tickets that mature and are called to vote in the same block are not voted
tickets that mature and are called to vote in the same block are sometimes not voted
Jan 23, 2018
I noticed that writing simnet tests for point 1) should be an extension of rpctest which right now is broken. It does exist decred/dcrwallet#1275, which I could build upon, but I don't really see it getting merged anytime soon. Same with gRPC simnet tests decred/dcrwallet#1298.
So since base dcrwallet simnet tests are not yet in place, dcrstakepool simnet test approach is not gonna work right now.
stakepoold acts on notifications from dcrd but since the winning tickets notification typically arrives before the new tickets notification, we won't properly vote when a newly matured ticket is called to vote since live tickets are only appended when they mature.
The text was updated successfully, but these errors were encountered: