edge-react-gui icon indicating copy to clipboard operation
edge-react-gui copied to clipboard

Remove the `getCurrencyInfos` helper function

Open swansontec opened this issue 1 year ago • 0 comments

Getting rid of this helper function actually leads to simpler code. We were doing a doing a super-inefficient O(n^2) loop when a simple key-value lookup would have been enough.

CHANGELOG

Does this branch warrant an entry to the CHANGELOG?

  • [ ] Yes
  • [x] No

Dependencies

none

Requirements

It's hard to test this without AAVE being present.

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

  • To see the specific tasks where the Asana app for GitHub is being used, see below:
    • https://app.asana.com/0/0/1207670071437624

swansontec avatar Jun 27 '24 18:06 swansontec