Skip to content

feat: Expose TransactionController:wipeTransactions through messenger#8592

Merged
GuillaumeRx merged 2 commits intomainfrom
gr/network-controller-wipe-transactions
Apr 27, 2026
Merged

feat: Expose TransactionController:wipeTransactions through messenger#8592
GuillaumeRx merged 2 commits intomainfrom
gr/network-controller-wipe-transactions

Conversation

@GuillaumeRx
Copy link
Copy Markdown
Contributor

@GuillaumeRx GuillaumeRx commented Apr 27, 2026

Explanation

This adds TransactionController:wipeTransactions to MESSENGER_EXPOSED_METHODS and exports the type, as this was missed in #8183.

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

Note

Low Risk
Low risk: this only adds a new messenger-exposed method and corresponding TypeScript action type/export, without changing transaction processing logic.

Overview
Adds messenger support for TransactionController:wipeTransactions by including it in MESSENGER_EXPOSED_METHODS and introducing the corresponding TransactionControllerWipeTransactionsAction in the generated method action types.

Updates the package public API exports and documents the new exposed action in the transaction-controller changelog.

Reviewed by Cursor Bugbot for commit 4dbc86f. Bugbot is set up for automated code reviews on this repo. Configure here.

@GuillaumeRx GuillaumeRx marked this pull request as ready for review April 27, 2026 13:21
@GuillaumeRx GuillaumeRx requested review from a team as code owners April 27, 2026 13:21
@GuillaumeRx GuillaumeRx added this pull request to the merge queue Apr 27, 2026
Merged via the queue into main with commit 9ceae96 Apr 27, 2026
358 checks passed
@GuillaumeRx GuillaumeRx deleted the gr/network-controller-wipe-transactions branch April 27, 2026 13:27
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.

2 participants