chore: update Accounts CO#27089
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection:
No functional changes were made - no initialization order changes, no messenger configuration changes, no state schema changes, and no dependency changes. The controllers still work exactly the same way, just organized into subdirectories. However, since these involve critical Phase 2 controllers (KeyringController is foundational for all account/transaction operations), I'm selecting SmokeAccounts as a minimal sanity check to verify the app still initializes correctly and basic account functionality works after the refactoring. This provides confidence that the import path changes don't break anything at runtime. Performance Test Selection: |
The committed fixture schema is out of date. To update, comment: |
|



Description
Update Accounts CO
Changelog
CHANGELOG entry: null
Related issues
Fixes: https://consensyssoftware.atlassian.net/browse/MUL-1260
Manual testing steps
Not applicable
Screenshots/Recordings
Not applicable
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
Low risk because changes are limited to CODEOWNERS updates and import-path adjustments after reorganizing controller init modules, with no functional logic changes.
Overview
Updates
.github/CODEOWNERSto assign the Accounts team ownership of additional Engine controller directories (e.g.,multichain-account-service,snap-keyring,keyring-controller,storage-service) and expands multichain account path patterns.Adjusts
Engine.tsand related controller init tests to importsnap-keyring,keyring-controller, andstorage-serviceinit modules from their new subdirectories.Written by Cursor Bugbot for commit e3e1512. This will update automatically on new commits. Configure here.