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 of our classes that were previously labeled as controllers have empty state, making them non-controllers.
As part of Wallet Framework team's Q3 2024 OKRs (O1KR1), we're currently in the process of upgrading these non-controllers to use the messenger pattern without inheriting from BaseController.
Some non-controllers have empty state but still use polling patterns (e.g. TokenDetectionController). We should define new PollingController mixins or extend the existing ones so that they can serve as superclasses for non-controllers as well as controllers.
The text was updated successfully, but these errors were encountered:
Some of our classes that were previously labeled as controllers have empty state, making them non-controllers.
As part of Wallet Framework team's Q3 2024 OKRs (O1KR1), we're currently in the process of upgrading these non-controllers to use the messenger pattern without inheriting from
BaseController
.Some non-controllers have empty state but still use polling patterns (e.g.
TokenDetectionController
). We should define newPollingController
mixins or extend the existing ones so that they can serve as superclasses for non-controllers as well as controllers.The text was updated successfully, but these errors were encountered: