Skip to content

Conversation

@Jon-edge
Copy link
Collaborator

@Jon-edge Jon-edge commented Jan 20, 2026

CHANGELOG

Does this branch warrant an entry to the CHANGELOG?

  • Yes
  • No

Dependencies

none

Requirements

If you have made any visual changes to the GUI. Make sure you have:

  • Tested on iOS device
  • Tested on Android device
  • Tested on small-screen device (iPod Touch)
  • Tested on large-screen device (tablet)

Note

Enables Infinite buy support across ramps.

  • Removes the hard block for infinite in rampConstraints.ts, allowing Infinite quotes to pass validation
  • Updates CHANGELOG.md to state "ramps: Infinite buy support enabled" and reflect support in 4.42.0

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


if (params.rampPluginId === 'infinite') {
// Disable Infinite completely
// Disable Infinite sell
if (params.rampPluginId === 'infinite' && params.direction === 'sell') {
Copy link
Contributor

Choose a reason for hiding this comment

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

Approved, but no need to filter "sell" because it doesn't even support sell.

@Jon-edge Jon-edge force-pushed the jon/enable-infinite branch 2 times, most recently from 67efb75 to b4ba6cb Compare January 21, 2026 19:43
@Jon-edge Jon-edge force-pushed the jon/enable-infinite branch from b4ba6cb to 3387325 Compare January 21, 2026 19:44
@Jon-edge Jon-edge enabled auto-merge January 21, 2026 19:44
@Jon-edge Jon-edge merged commit 13c3004 into develop Jan 21, 2026
4 checks passed
@Jon-edge Jon-edge deleted the jon/enable-infinite branch January 21, 2026 20:07
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.

3 participants