-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
release-12.6.0Issue or pull request that will be included in release 12.6.0Issue or pull request that will be included in release 12.6.0team-wallet-framework
Description
What is this about?
As a prerequisite for migrating AccountTracker
to BaseController v2, and to support the TypeScript migration effort for the extension, we want to convert AccountTracker
to TypeScript.
Scenario
No response
Design
No response
Technical Details
No response
Threat Modeling Framework
No response
Acceptance Criteria
- All functions and methods are annotated with argument and return types.
- All properties and free variables are annotated with types.
#
is used for private properties and methods instead of_
.- The test file is converted to TypeScript along with the implementation file.
Stakeholder review needed before the work gets merged
- Engineering (needed in most cases)
- Design
- Product
- QA (automation tests are required to pass before merging PRs but not all changes are covered by automation tests - please review if QA is needed beyond automation tests)
- Security
- Legal
- Marketing
- Management (please specify)
- Other (please specify)
References
No response
Metadata
Metadata
Assignees
Labels
release-12.6.0Issue or pull request that will be included in release 12.6.0Issue or pull request that will be included in release 12.6.0team-wallet-framework