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
BasePoolFactory has an _isPoolFromFactory mapping and event to keep track of all pools created by a given factory.
Should we have something similar in BaseHooks? The example hooks all emit events on registration, but there's no way to enforce that. There could be an event and _isPoolRegisteredWithHook mapping to keep track of all hooks and pools (at least ones derived from BaseHooks.
The text was updated successfully, but these errors were encountered:
BasePoolFactory
has an_isPoolFromFactory
mapping and event to keep track of all pools created by a given factory.Should we have something similar in BaseHooks? The example hooks all emit events on registration, but there's no way to enforce that. There could be an event and
_isPoolRegisteredWithHook
mapping to keep track of all hooks and pools (at least ones derived fromBaseHooks
.The text was updated successfully, but these errors were encountered: