-
Notifications
You must be signed in to change notification settings - Fork 679
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
Emit simulated events for delegate-stack-stx in PoX contract #2556
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This is still something that would be useful for Stacks 2.1 |
Is this still possible to get in the Stacks 2.1 release? It looks like there's several new PoX events that need to be added anyway. |
Yeah, definitely. In fact, we won't have to simulate the events, we can just add new Do you have any ideas for the different events that would be useful to emit? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@zone117x -- is this something that has since been solved in the event stream, or is this information still missing? |
This simulated event is implemented, AFAIK the remaining one is here: #3529 This issue can be closed |
Various API consumers/event observers would like to be able to react/build around events from the PoX contract.
See:
hirosystems/stacks-blockchain-api#518
This can be addressed with some "special casing" in the
stacks-node
, which would enable a generic approach elsewhere: producing simulated events for the PoX contract for the event stream.The text was updated successfully, but these errors were encountered: