1. 11 Jul, 2022 1 commit
  2. 08 Jul, 2022 4 commits
  3. 07 Jul, 2022 3 commits
  4. 06 Jul, 2022 1 commit
  5. 05 Jul, 2022 6 commits
  6. 02 Jul, 2022 5 commits
  7. 01 Jul, 2022 5 commits
  8. 30 Jun, 2022 4 commits
  9. 29 Jun, 2022 4 commits
  10. 24 Jun, 2022 2 commits
  11. 23 Jun, 2022 1 commit
  12. 22 Jun, 2022 1 commit
  13. 17 Jun, 2022 3 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