-
Notifications
You must be signed in to change notification settings - Fork 672
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
[Nakamoto] Emit amount stacked for the subsequent cycle when the PoX anchor block is set #4255
Comments
@kantai does this sound about right, and is it okay if I assign this to you? |
Yeah -- that's fine. What you're looking for is basically the complete stacker set, right? This is event data that is needed by the signer binary anyways. I'm not sure that it'll be possible to include in |
I think this issue is probably just for aggregate STX amount, and more complete data is covered by #4256 and #4257 -- does that make sense?
Ah okay, is there a way to ensure this new event doesn't have race-conditions against the |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Related to signer support in the API & Explorer hirosystems/explorer#1248
The API and Explorer need to know the total STX amount for PoX cycles. Ideally, this would be calculated and emitted when the PoX anchor block is set. Ideally it would be part of the existing
/new_block
payload which is currently the only event that doesn't have race-conditions / out-of-order threading issues.The text was updated successfully, but these errors were encountered: