jolan
jolan
If both a stake pool and a user lose the script, there really isn't a good way to reconstruct it at the moment. This should at least be documented until...
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...
We have to do some annoying API version probing stuff in dcrwebapi. We should just have a route endpoint that reports the current API version.
It's reached the point where we need thorough automated testing so we can verify stake pool functionality. There are tests/scripts in other repos that spin up multiple processes on simnet...
A user can upgrade before the pool or the pool can upgrade before a user. We need to handle these intervals better. dcrstakepool: - [ ] expand api to report...
feature request by @girino Looks like this would be easy to implement: https://github.com/nicksnyder/go-i18n
Most Go web frameworks use https://godoc.org/golang.org/x/net/context/ or https://golang.org/pkg/context/ internally now. It would help the code base a lot to modernize the framework/middleware.