Skip to content

feat!: allow multiple addresses in a single subscription#9531

Draft
mikesposito wants to merge 2 commits into
me/multichain-transactionsfrom
me/refactor/websocket-channels
Draft

feat!: allow multiple addresses in a single subscription#9531
mikesposito wants to merge 2 commits into
me/multichain-transactionsfrom
me/refactor/websocket-channels

Conversation

@mikesposito

@mikesposito mikesposito commented Jul 15, 2026

Copy link
Copy Markdown
Member

Depends on #9379

Explanation

Currently, AccountActivityService.subscribe only allows a single address per call, forcing multiple subscription when the consumer (also internal ones) need to subscribe to multiple addresses.

This PR changes the subscribe function argument from { address: string } to { addresses: string[] }.

References

N/A

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
  • I've introduced breaking changes in this PR and have prepared draft pull requests for clients and consumer packages to resolve them

Comment thread packages/core-backend/CHANGELOG.md Outdated
@mikesposito

Copy link
Copy Markdown
Member Author

@metamaskbot publish-preview

@mikesposito mikesposito force-pushed the me/refactor/websocket-channels branch 2 times, most recently from 03491b5 to a7d25d3 Compare July 15, 2026 22:58
@mikesposito mikesposito force-pushed the me/refactor/websocket-channels branch from a7d25d3 to e856aaf Compare July 15, 2026 23:06
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.

1 participant