1. 21 May, 2020 17 commits
  2. 20 May, 2020 6 commits
  3. 19 May, 2020 12 commits
  4. 18 May, 2020 2 commits
    • Noah Zinsmeister's avatar
      mainnet (#782) · e311e2fc
      Noah Zinsmeister authored
      * mainnet config
      
      * fix token + pair sorting
      
      * standardize wrapped useWeb3React imports
      
      * add final return to pair sorting
      
      * add connecting pairs
      
      * break tokens out into separate files
      
      revert isAddress change
      
      * filter out duplicate pairs
      
      * remove add liquidity prompts
      
      * link to v1 trades that are invalid on v2
      
      * forward v2 subdomain to apex
      
      * update blog link
      
      * get rid of smart quotes
      
      * link to uniswap info in position card
      
      * improve pair sorting/searching
      
      break out token identification
      
      fix crash on early pool position clicks
      
      change pair token separator from : to /
      e311e2fc
    • Moody Salem's avatar
      Match behavior query params (#785) · 9c4f63f4
      Moody Salem authored
      * Match the behavior of v1 interface for old query parameters in swap/send
      
      * Handle matching input/output currencies better
      
      * Another test
      9c4f63f4
  5. 17 May, 2020 3 commits
    • Moody Salem's avatar
      Remove extra console logging statement! · f2616756
      Moody Salem authored
      f2616756
    • Moody Salem's avatar
      Fix balance forever loading issue, ensure that all balances in the store are... · 67df4959
      Moody Salem authored
      Fix balance forever loading issue, ensure that all balances in the store are keyed by checksummed addresses
      67df4959
    • Moody Salem's avatar
      Refactor ExchangePage into Swap and Send pages (#774) · 095beae0
      Moody Salem authored
      * Part 1, separate swap and send, move duplicate code into separate files
      
      * Move some more constants out of the swap/send
      
      * Support defaults from URL parameters
      
      * Implement query string parsing via a redux action
      
      * Finish merging the changes
      
      * Fix the slippage warnings
      
      * Clean up some other files
      
      * More refactoring
      
      * Move the price bar out of the component
      
      * Move advanced details and some computations into utilities
      
      * Make same improvements to send
      
      * Approval hook
      
      * Swap page functional with swap callback hook
      
      * Swap/send page functional with swap callback hook
      
      * Fix lint
      
      * Move styleds.ts
      
      * Fix integration test
      
      * Fix error state in swap and move some things around
      
      * Move send callback out of send page
      
      * Make send behave more like current behavior
      
      * Differentiate swap w/o send on send page from swap w/o send on swap page
      
      * Remove userAdvanced which was always false
      
      * Remove the price bar which is not used in the new UI
      
      * Delete the file
      
      * Fix null in the send dialog and move another component out of send
      
      * Move the swap modal header out to another file
      
      * Include change after merge
      
      * Add recipient to swap message
      
      * Keep input token selected if user has no balance and clicks send with swap
      
      * Move the modal footer out of send component
      
      * Remove the hard coded estimated time
      
      * Fix the label/action for swap/sends
      
      * Share the swap modal footer between swap and send
      
      * Fix integration test
      
      * remove margin from popper to suppress warnings
      
      fix missing ENS name recipient link
      
      default deadline to 15 minutes
      
      * ensure useApproveCallback returns accurate data
      
      * clean up callbacks
      
      * extra space
      
      * Re-apply ignored changes from v2 branch ExchangePage file
      Co-authored-by: default avatarNoah Zinsmeister <noahwz@gmail.com>
      095beae0