-
-
Notifications
You must be signed in to change notification settings - Fork 206
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
Convert AssetsContractController from BaseControllerV1 to BaseControllerV2 #4072
Comments
assets-controllers
) AssetsContractController
|
All of the steps above are correct. Rename to not be called Controller and remove it from using the BaseController class. Whoever picks this up should decide how to make this class have the best api. Acceptance criteria is basically we are not using BaseControllerV1 here. |
Some functions seems to be just helper function used within the controller only for example |
## References - See #4072 ## Changelog ```md ### Added - Add public readonly property `name` to `AssetsContractController` and assign "AssetsContractController" as its value. ``` ## Checklist - [ ] I've updated the test suite for new or updated code as appropriate - [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [ ] I've highlighted breaking changes using the "BREAKING" category above as appropriate
## References - See #4072 ## Changelog ```md ### Added - Add public readonly property `name` to `AssetsContractController` and assign "AssetsContractController" as its value. ``` ## Checklist - [ ] I've updated the test suite for new or updated code as appropriate - [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [ ] I've highlighted breaking changes using the "BREAKING" category above as appropriate
Considering that converting TokenDetectionController to BaseController v2 took longer than expected due to unforeseen changes, we want to be more conscientious about converting AssetsContractController.
Figure out all of the changes we would want to make in upgrading this controller, outline those changes here and create new tickets if appropriate.
The text was updated successfully, but these errors were encountered: