1. 08 Jul, 2022 4 commits
  2. 07 Jul, 2022 3 commits
  3. 06 Jul, 2022 1 commit
  4. 05 Jul, 2022 6 commits
  5. 02 Jul, 2022 5 commits
  6. 01 Jul, 2022 5 commits
  7. 30 Jun, 2022 4 commits
  8. 29 Jun, 2022 4 commits
  9. 24 Jun, 2022 2 commits
  10. 23 Jun, 2022 1 commit
  11. 22 Jun, 2022 1 commit
  12. 17 Jun, 2022 4 commits
    • Kaylee George's avatar
      fix: crash on HOP token search (#3904) (#3928) · ea8c7326
      Kaylee George authored
      fix: ensure token address is checksummed on construction
      ea8c7326
    • Zach Pomerantz's avatar
      fix: serviceworker request path (#3926) · dd5feaac
      Zach Pomerantz authored
      * fix: serviceworker request path
      
      Always requests the app-shell from the same path as the cache key, in
      order to guarantee that the etags will match should the cache be valid.
      
      * fix: avoid returning redirects
      dd5feaac
    • Zach Pomerantz's avatar
      build: optimize github actions (#3922) · cc919ab3
      Zach Pomerantz authored
      * build: parallelize cypress
      
      - Parallelizes cypress CI runs
      - Cleans up CI workflow files
      
      * build: fix typo
      
      * build: cache node_modules
      
      * build: cache node_modules everywhere
      
      * fix: action/cache usage
      
      * fix: do not cache dynamically built files
      
      * build: use standard container for cypress
      
      * fix: cache cypress
      
      * fix: cache cypress
      cc919ab3
    • Kaylee George's avatar
      fix: show no price impact eth to weth (#3923) · 53d6eb09
      Kaylee George authored
      * fix: show no price impact eth to weth
      
      Fixed the price estimate values to reflect the correct price estimates depending on whether it is a wrapped trade
      
      * fix: show no price impact eth to weth
      
      Fixed to display the correct price estimates depending on whether it is a wrapped trade (eth -> weth should show no price impact)
      
      * Added ETH->wETH testing
      
      Added a Cypress test to check wrapped value swap has no price impact
      
      * make Cypress test cleaner
      53d6eb09