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
Some actions (such as killing gauges) don't emit events - it'd be useful to get the Adaptor to emit events with target and data when triggered.
This can of course not be done natively as we cannot modify the already deployed adaptors, but we could have an external layer (an entrypoint) that is interacted with instead of the adaptor, and have it emit said events. This could prove useful if we wanted to add more features to it (such as improving the permission scheme).
The text was updated successfully, but these errors were encountered:
Some actions (such as killing gauges) don't emit events - it'd be useful to get the Adaptor to emit events with target and data when triggered.
This can of course not be done natively as we cannot modify the already deployed adaptors, but we could have an external layer (an entrypoint) that is interacted with instead of the adaptor, and have it emit said events. This could prove useful if we wanted to add more features to it (such as improving the permission scheme).
The text was updated successfully, but these errors were encountered: