Skip to content

Conversation

samholmes
Copy link
Contributor

@samholmes samholmes commented Aug 26, 2025

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)

@samholmes samholmes marked this pull request as draft August 26, 2025 18:01
src/app.ts Outdated

// Uncomment the next line to remove popup warning/error boxes.
// LogBox.ignoreAllLogs()
LogBox.ignoreAllLogs()
Copy link

Choose a reason for hiding this comment

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

Bug: Debugging Code Left Enabled

LogBox.ignoreAllLogs() was uncommented, suppressing all React Native warnings and errors. This appears to be debugging code accidentally left enabled, which makes debugging much harder, particularly in production. The preceding comment indicates this line should typically remain commented out.

Fix in Cursor Fix in Web

)
if (token == null) return { supported: false }
currencyCode = token.currencyCode
}
Copy link

Choose a reason for hiding this comment

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

Bug: Token Support Validation Uses Incorrect Wallet

In checkSupport, the code arbitrarily picks the first wallet from account.currencyWallets instead of finding one that matches cryptoAsset.pluginId. This can cause incorrect token support validation, as the currencyConfig from an unrelated wallet might be used.

Fix in Cursor Fix in Web

@samholmes samholmes force-pushed the sam/infinite-ramp-plugin branch 4 times, most recently from 2311b66 to 9ebe8d3 Compare September 11, 2025 21:47
@Jon-edge Jon-edge force-pushed the sam/infinite-ramp-plugin branch from 9ebe8d3 to 973a035 Compare September 12, 2025 23:42
@Jon-edge Jon-edge force-pushed the sam/infinite-ramp-plugin branch from 4a14ce2 to 00f5b8c Compare September 16, 2025 17: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