Skip to content

chore: Update RampsController to expose all methods through messenger#8221

Merged
Mrtenz merged 5 commits intomainfrom
mrtenz/ramps-method-actions
Mar 19, 2026
Merged

chore: Update RampsController to expose all methods through messenger#8221
Mrtenz merged 5 commits intomainfrom
mrtenz/ramps-method-actions

Conversation

@Mrtenz
Copy link
Member

@Mrtenz Mrtenz commented Mar 17, 2026

Explanation

This updates the RampsController to expose all methods through the messenger in a standardised way.

References

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
Mostly additive, type-only changes plus changelog updates; low risk aside from potential downstream TypeScript type/export or build issues if consumers rely on these new action types.

Overview
Adds a new auto-generated RampsController messenger action type surface. Introduces RampsController-method-action-types.ts, defining action types (and a RampsControllerMethodActions union) that map RampsController:* action names to their corresponding RampsController method handlers, including Transak-specific methods.

Updates the ramps-controller changelog to document that all public RampsController methods are now exposed via the messenger and that the corresponding action types are exported.

Written by Cursor Bugbot for commit 26c306d. This will update automatically on new commits. Configure here.

@Mrtenz Mrtenz marked this pull request as ready for review March 17, 2026 12:50
@Mrtenz Mrtenz requested review from a team as code owners March 17, 2026 12:50
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.

mcmire
mcmire previously approved these changes Mar 17, 2026
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.

@mcmire mcmire dismissed their stale review March 17, 2026 21:11

(Noticed one more thing above)

Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
@Mrtenz Mrtenz added this pull request to the merge queue Mar 19, 2026
Merged via the queue into main with commit 835475a Mar 19, 2026
322 checks passed
@Mrtenz Mrtenz deleted the mrtenz/ramps-method-actions branch March 19, 2026 14:45
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.

4 participants