Skip to content

Conversation

@Gudahtt
Copy link
Member

@Gudahtt Gudahtt commented Aug 19, 2025

Explanation

On the next version of the BaseController, the protected instance variable messagingSystem has been renamed to messenger.

References

Fixes #6336

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 communicated my changes to consumers by updating changelogs for packages I've changed, highlighting breaking changes as necessary
  • I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes

@Gudahtt Gudahtt force-pushed the rename-messaging-system-protected-instance-variable branch from e49ce28 to 3554bc5 Compare August 19, 2025 18:53
@Gudahtt Gudahtt force-pushed the messenger-migrate-base-controller branch 2 times, most recently from ae71891 to 67c7853 Compare August 20, 2025 14:04
Base automatically changed from messenger-migrate-base-controller to main August 20, 2025 14:10
@Gudahtt Gudahtt force-pushed the rename-messaging-system-protected-instance-variable branch from 3554bc5 to cbff2e3 Compare August 20, 2025 14:14
@Gudahtt Gudahtt marked this pull request as ready for review August 20, 2025 14:21
@Gudahtt Gudahtt requested a review from a team as a code owner August 20, 2025 14:21
cryptodev-2s
cryptodev-2s previously approved these changes Aug 20, 2025
Copy link
Contributor

@cryptodev-2s cryptodev-2s left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

mcmire
mcmire previously approved these changes Aug 20, 2025
Copy link
Contributor

@mcmire mcmire left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

On the `next` version of the `BaseController`, the protected instance
variable `messagingSystem` has been renamed to `messenger`.

Fixes #6336
@Gudahtt Gudahtt dismissed stale reviews from mcmire and cryptodev-2s via b79f543 August 20, 2025 15:59
@Gudahtt Gudahtt force-pushed the rename-messaging-system-protected-instance-variable branch from cbff2e3 to b79f543 Compare August 20, 2025 15:59
@Gudahtt
Copy link
Member Author

Gudahtt commented Aug 20, 2025

Rebased to resolve a conflict in the changelog

@Gudahtt Gudahtt enabled auto-merge (squash) August 20, 2025 16:00
Copy link
Contributor

@cryptodev-2s cryptodev-2s left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Gudahtt Gudahtt merged commit 4ce8eff into main Aug 20, 2025
227 checks passed
@Gudahtt Gudahtt deleted the rename-messaging-system-protected-instance-variable branch August 20, 2025 16:05
Gudahtt added a commit that referenced this pull request Oct 27, 2025
This comment has had this mistake since #6337
Gudahtt added a commit that referenced this pull request Oct 27, 2025
Various variables have been renamed from `messagingSystem` to `messenger` for
consistency. These packages have all updated to the next version of the
`BaseController`, which dropped the term `messagingSystem` in #6337.
github-merge-queue bot pushed a commit that referenced this pull request Oct 27, 2025
## Explanation

This comment has had this mistake since #6337

## References

Fixes mistake in comment introduced in #6337

## Checklist

- [x] I've updated the test suite for new or updated code as appropriate
- [x] I've updated documentation (JSDoc, Markdown, etc.) for new or
updated code as appropriate
- [x] I've communicated my changes to consumers by [updating changelogs
for packages I've
changed](https://github.com/MetaMask/core/tree/main/docs/contributing.md#updating-changelogs),
highlighting breaking changes as necessary
- [x] I've prepared draft pull requests for clients and consumer
packages to resolve any breaking changes

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> Fixes a comment in `BaseController.ts` to reference `messenger`
instead of `messagingSystem`.
> 
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
ca4c894. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
github-merge-queue bot pushed a commit that referenced this pull request Oct 27, 2025
## Explanation

Various variables have been renamed from `messagingSystem` to
`messenger` for consistency. These packages have all updated to the next
version of the `BaseController`, which dropped the term
`messagingSystem` in #6337.

## References

N/A

## Checklist

- [x] I've updated the test suite for new or updated code as appropriate
- [x] I've updated documentation (JSDoc, Markdown, etc.) for new or
updated code as appropriate
- [x] I've communicated my changes to consumers by [updating changelogs
for packages I've
changed](https://github.com/MetaMask/core/tree/main/docs/contributing.md#updating-changelogs),
highlighting breaking changes as necessary
- [x] I've prepared draft pull requests for clients and consumer
packages to resolve any breaking changes

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> <sup>[Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) is
generating a summary for commit
f56bc49. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[base-controller] Rename messagingSystem instance variable to messenger

4 participants