1. 11 May, 2023 2 commits
  2. 10 May, 2023 17 commits
  3. 09 May, 2023 6 commits
  4. 08 May, 2023 1 commit
  5. 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
  6. 05 May, 2023 2 commits
  7. 04 May, 2023 6 commits
  8. 03 May, 2023 4 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