Skip to content

Ramp remove quote polling#7999

Open
georgeweiler wants to merge 3 commits intomainfrom
ramp-remove-quote-polling
Open

Ramp remove quote polling#7999
georgeweiler wants to merge 3 commits intomainfrom
ramp-remove-quote-polling

Conversation

@georgeweiler
Copy link
Contributor

@georgeweiler georgeweiler commented Feb 20, 2026

Explanation

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

Medium Risk
Breaking API/behavior change for quote refresh timing; consumers must update to explicitly refetch quotes and could see stale quotes if they don’t.

Overview
Removes automatic 15-second quote polling from RampsController and replaces it with a one-shot fetchQuotesForSelection() call that fetches quotes once for the currently selected token/provider/payment method while keeping the existing auto-selection/selection-preservation behavior.

Cleans up related lifecycle logic by deleting stopQuotePolling(), interval state, and dependency-triggered polling restarts in setSelectedProvider/setSelectedToken/setSelectedPaymentMethod, and updates tests + changelog to reflect the new API and widget URL sync behavior.

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

@georgeweiler georgeweiler requested review from a team as code owners February 20, 2026 00:03
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

Comments