1. 29 May, 2020 1 commit
    • Moody Salem's avatar
      perf(ethereum): reduce number of calls by batching all polling node calls (#840) · 9c1fe53e
      Moody Salem authored
      * initial refactoring
      
      * rebase lint error
      
      * start implementing reducer
      
      * multicall reducer
      
      * working multicall!
      
      * clean up performance, re-fix annoying error
      
      * use multicall everywhere
      
      * use multicall for balances
      
      * fix lint warning
      
      * Use checksummed address
      
      * Fix strict warning
      
      * get it to a working state with the more generic form
      
      * convert useETHBalances
      
      * Remove the eth-scan contract completely
      
      * Remove the eth-scan contract completely more
      
      * Default export
      
      * Put the encoding/decoding in the methods that can do it most efficiently
      
      * Avoid duplicate fetches via debounce
      
      * Reduce delay to something less noticeable
      
      * Return null if pair reserves are undefined to indicate it does not exist
      9c1fe53e
  2. 27 May, 2020 8 commits
  3. 26 May, 2020 18 commits
  4. 25 May, 2020 1 commit
  5. 24 May, 2020 6 commits
  6. 23 May, 2020 2 commits
    • Moody Salem's avatar
      fix(popover): use the same offset · 0b5fc07e
      Moody Salem authored
      0b5fc07e
    • Moody Salem's avatar
      perf(Search modal): performance improvements (#829) · a0d4710a
      Moody Salem authored
      * Search modal performance improvements
      
      * Move more code out of the search modal
      
      * Add the question helper to the search
      
      * Fix a couple lint errors
      
      * Fix the tests, duplicate import text
      
      * Hide the token info on small screens, flex the list
      
      * Fix token sorting, have a link that focuses and shows a tooltip for the search input
      
      * Remove reach tooltip css
      
      * Fix pair balances in the search modal
      
      * Get the arrow working
      
      * Only clear the input when they re-open
      
      * Better way to exclude props
      
      * More small performance tweaks
      a0d4710a
  7. 22 May, 2020 4 commits