1. 10 May, 2023 15 commits
  2. 09 May, 2023 6 commits
  3. 08 May, 2023 1 commit
  4. 06 May, 2023 2 commits
    • cartcrom's avatar
      feat: update useAllTokensMultichain usage (#6493) · 04d9ff7d
      cartcrom authored
      * feat: updates useAllTokensMultichain to return userAddedTokens
      
      * fix: use correct types in tests
      
      * chore: add documentation for future removal of TokenAddressMap
      
      * fix: use doc comments
      
      * test: add unit test for useAllTokensMultichain
      
      * fix: check userAddedTokens for undefined
      04d9ff7d
    • cartcrom's avatar
      test(e2e): permit2 approval (#6488) · 406893d9
      cartcrom authored
      * build: upgrade cypress-hardhat
      
      * test: reset hardhat between tests
      
      * test: enable auto-mining
      
      * build: upgrade cypress-hardhat again
      
      * test: permit2 e2e tests
      
      * test: user approval rejection
      
      * refactor: reuse common permit util vars to reduce # of lines
      
      * fix: var casing
      
      * refactor: polish
      
      * refactor: clean up comments and function names
      
      * refactor: remove approval util and update scoping
      
      * fix: further nits
      406893d9
  5. 05 May, 2023 2 commits
  6. 04 May, 2023 6 commits
  7. 03 May, 2023 8 commits
    • eddie's avatar
      fix: moonpay modal height (#6439) · 30d1de8e
      eddie authored
      30d1de8e
    • Jack Short's avatar
      feat: [DetailsV2] initial details landing page view (#6453) · 0e5328be
      Jack Short authored
      * feat: initial view of details landing page
      
      * gap
      
      * dynamic font sizes
      
      * added test
      
      * responding to comments
      
      * updating snapshot
      
      * linting
      0e5328be
    • Jordan Frankfurt's avatar
      test(e2e): deadline passed swap error state (#6444) · d1995bc5
      Jordan Frankfurt authored
      * chore: ignore hardhat cache files
      
      * test: add forking hardhat config
      
      * test: install cypress-hardhat
      
      * build: add cypress-hardhat
      
      * fix: lint
      
      * build: add hardhat
      
      * build: add @sentry/types
      
      * fix: better origin
      
      * test: update cypress VisitOptions to include hardhat
      
      * fix: default to connected wallet user state
      
      * test: add a hardhat provider
      
      * build: update imports
      
      * chore: comments
      
      * fix: massage eth_sendTransaction
      
      * feat: example swap test (#6415)
      
      * initial commit
      
      * add intercept for amplitude
      
      * fix: destructure result
      
      * click swap submission
      
      * fix: eth_sendTransaction via bridge
      
      * test works
      
      * finish chain interaction test
      
      ---------
      Co-authored-by: default avatarZach Pomerantz <zzmp@uniswap.org>
      
      * swap should render an error when a transaction fails due to a passed deadline
      
      * use mining utils to manage transaction confirmation
      
      * update to use new hardhat syntax and make comments more clear
      
      * test a very long timeout in CI
      
      * Revert "test a very long timeout in CI"
      
      This reverts commit 141c28e15c511f2338c2b5b2b60521a7cb4c1bda.
      
      * fiddle with automine settings
      
      * pr feedback
      
      * cleanup
      
      * bump cypress-hardhat
      
      * use setAutomine
      
      * use setAutomine
      
      * remove .reset
      
      ---------
      Co-authored-by: default avatarZach Pomerantz <zzmp@uniswap.org>
      d1995bc5
    • Jordan Frankfurt's avatar
      test(e2e): (un/)wrap transactions (#6474) · 4959836c
      Jordan Frankfurt authored
      * chore: e2e test (un/)wrap transactions
      
      * wrap button should not be disabled (wait for enabled state)
      
      * use automine
      
      * pr feedback
      
      * configure automine
      
      * make tests stop relying on reset
      4959836c
    • Charles Bachmeier's avatar
      chore: update to listing with seaport 1.5 (#6485) · ef4a8085
      Charles Bachmeier authored
      update to listing with seaport 1.5
      Co-authored-by: default avatarCharles Bachmeier <charlie@genie.xyz>
      ef4a8085
    • Vignesh Mohankumar's avatar
      fix: filter chrome-extension errors (#6475) · c2a972eb
      Vignesh Mohankumar authored
      * fix: filter chrome-extension errors in Sentry
      
      * check stack
      c2a972eb
    • eddie's avatar
      chore: remove unused feature flags (#6484) · 47a2768d
      eddie authored
      47a2768d
    • eddie's avatar
      feat: use Swap Component on TDP (#6332) · ca60caf6
      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
      ca60caf6