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
Publish events from the stacks node on sBTC event.
Context
I don't completely understand this ticket and what it'll take, so you'll need to clarify a lot of details. The big idea here is that the stacks node should publish some kind of event when something happens so that websites can pick those events up.
Expected Approach
Ask around for what should be considered an event
Figure out how to publish events
Make the stacks node publish events under the required circumstances
Acceptance Criteria
A written note of all the events that the stacks node should publish
A PR that is merged WITH unit tests that includes the stacks node publishing functionality.
The text was updated successfully, but these errors were encountered:
The standard events are print calls in smart contracts. Then there are so called synthetic events generated by the node for stacks transactions on bitcoin and unlocking after the stacking period etc.
Description
Publish events from the stacks node on sBTC event.
Context
I don't completely understand this ticket and what it'll take, so you'll need to clarify a lot of details. The big idea here is that the stacks node should publish some kind of event when something happens so that websites can pick those events up.
Expected Approach
Acceptance Criteria
The text was updated successfully, but these errors were encountered: