1. 25 May, 2023 1 commit
  2. 24 May, 2023 5 commits
  3. 23 May, 2023 5 commits
  4. 22 May, 2023 3 commits
  5. 21 May, 2023 1 commit
  6. 20 May, 2023 1 commit
  7. 19 May, 2023 10 commits
  8. 18 May, 2023 5 commits
  9. 17 May, 2023 8 commits
    • Zach Pomerantz's avatar
      test(e2e): split swap tests (#6587) · 66a3475b
      Zach Pomerantz authored
      * test(e2e): mv swap to dir
      
      * test(e2e): split swap/wrap/errors
      66a3475b
    • Zach Pomerantz's avatar
      f6c393b0
    • cartcrom's avatar
      fix: update nonce deduplication logic (#6588) · 15f8d343
      cartcrom authored
      * fix: update nonce-deduplication logic
      * lint
      15f8d343
    • eddie's avatar
      feat: new review design (#6451) · 504e09d3
      eddie authored
      * test: swap flow cypress tests
      
      * fix: use default parameter
      
      * feat: use Swap Component on TDP
      
      * feat: auto nav for TDP tokens
      
      * chore: merge
      
      * chore: merge
      
      * chore: merge
      
      * chore: merge
      
      * fix: remove extra inputCurrency URL parsing logic
      
      * fix: undo last change
      
      * fix: pass expected chain id to swap component
      
      * fix: search for default tokens on unconnected networks if needed
      
      * test: e2e test for l2 token
      
      * fix: delete irrelevant tests
      
      * fix: address comments
      
      * fix: lint error
      
      * test: update TDP e2e tests
      
      * fix: use pageChainId for filter
      
      * fix: rename chainId
      
      * fix: typecheck
      
      * fix: chainId bug
      
      * fix: chainId required fixes
      
      * fix: bad merge in e2e test
      
      * fix: remove unused test util
      
      * fix: remove unnecessary variable
      
      * fix: token defaults
      
      * fix: address comments
      
      * fix: address comments and fix tests
      
      * fix: e2e test formatting, remove Maybe<>
      
      * fix: remove unused variable
      
      * fix: use feature flag for swap component on TDP
      
      * fix: back button
      
      * feat: copy review screen UI from widgetg
      
      * fix: modal padding
      
      * feat: add final detail row
      
      * fix: remove widget comment
      
      * fix: update unit tests
      
      * fix: code style consistency
      
      * fix: remove padding from AutoColumn
      
      * fix: update snapshots
      
      * fix: use semantic gaps
      
      * fix: more px and gaps
      
      * fix: design feedbacks
      
      * fix: button radius in summary modal
      
      * fix: design nits
      
      * feat: update design of summary modal
      
      * fix: font weight and vertical spacing
      
      * fix: update snapshots
      
      * fix: css nits
      
      * fix: modal flicker when refetching trade
      
      * fix: comments
      
      * fix: code style improvements
      
      * feat: require trade to be defined
      
      * fix: remove extra props from ThemedTexts
      
      * fix: one more trans
      
      * fix: remove unused export
      
      * feat: remove undefined checks and other fixes
      
      * fix: update test
      
      * fix: add missing dollar sign
      
      * fix: remove null check and update test
      
      * fix: remove max width from detail row value
      
      * fix: remove isOpen prop
      
      * fix: isopen
      504e09d3
    • Vignesh Mohankumar's avatar
      feat: add retry logic for dynamic imports (#6512) · 1f755e8b
      Vignesh Mohankumar authored
      * feat: add retry logic for lazy import
      
      * try again
      
      * add tests
      
      * refactor: moves retry helper to subfolder
      
      * missing-files
      
      * fix
      
      * doc comment
      
      * tsdoc
      
      * fake timers
      
      * fix
      
      * add eslint rule
      
      * try again?
      
      * try again?
      
      * only dynamic
      
      * try again
      
      * try again
      
      * IT WORKS
      
      * add retry
      
      * fix
      
      * add test
      
      * warn -> error
      
      * lint
      
      * lint
      
      * lint
      
      * add back cache
      
      * rm test
      
      * try again
      
      * real timers but really short intervals
      
      * try returning the promise?
      
      * try returning the promise?
      
      * try this package
      
      * retry
      
      * Update src/utils/retry.ts
      Co-authored-by: default avatarZach Pomerantz <zzmp@uniswap.org>
      
      * Update rules/enforce-retry-on-import.js
      Co-authored-by: default avatarZach Pomerantz <zzmp@uniswap.org>
      
      * Update rules/enforce-retry-on-import.js
      Co-authored-by: default avatarZach Pomerantz <zzmp@uniswap.org>
      
      * eslint_rules
      
      * test fixes
      
      * name
      
      * fix
      
      ---------
      Co-authored-by: default avatarZach Pomerantz <zzmp@uniswap.org>
      1f755e8b
    • Vignesh Mohankumar's avatar
      fix: handle switchChain failure in swap (#6507) · f45a7f92
      Vignesh Mohankumar authored
      * fix: handle switchChain failure in swap
      
      * comment
      
      * fix
      f45a7f92
    • Vignesh Mohankumar's avatar
      fix: filter error caused by missing meta tags (#6546) · 29db61ff
      Vignesh Mohankumar authored
      * fix: filter error caused by missing meta tags
      
      * fix
      29db61ff
    • Tina's avatar
      chore: Refactor swap request flow (#6499) · 8431ad91
      Tina authored
      * Refactor swap quote flow with widget logic
      
      * remove console logging
      
      * add ignore path for serialization check and pass in native currencies for client side routing
      
      * apply stashed changes
      
      * revert node version change
      
      * remove TODO comment because maybe no longer relevant
      
      * update unit tests
      
      * wip: add snapshot test
      
      * add snapshot test for gas estimate badge
      
      * address PR comments: rename variables, fix client side router initialization
      
      * update Trade type
      
      * add TODO comment about isExactInput util
      
      * change | undefined convention to ?
      
      * PR comments
      
      * update type
      
      * remove client side initialization logic and replace with TODO
      
      * use routing-api for price fetching trades too
      
      * remove QuoteType.Initialized
      8431ad91
  10. 16 May, 2023 1 commit