This PR adds period_start to the softfork statistics.
This makes it easier to draw green squares.
Admittedly this is trivial to calculate: $height - ($height mod $period)
This PR adds period_start to the softfork statistics.
This makes it easier to draw green squares.
Admittedly this is trivial to calculate: $height - ($height mod $period)
Alternatively we could add retarget_period_start to the main getblockchaininfo dictionary.
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--174a7506f384e20aa4161008e828411d-->
Reviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.
Could also do height - elapsed? At the very least, I think it'd be better to keep it out of BIP9Stats and just do the math in the RPC interface...
I might just rebase it after that, yes.
<!--cf906140f33d8803c4a75a2196329ecb-->
🐙 This pull request conflicts with the target branch and needs rebase.
<sub>Want to unsubscribe from rebase notifications on this pull request? Just convert this pull request to a "draft".</sub>