1. 20 Jul, 2023 2 commits
  2. 19 Jul, 2023 2 commits
  3. 18 Jul, 2023 8 commits
  4. 17 Jul, 2023 9 commits
  5. 16 Jul, 2023 1 commit
    • Zach Pomerantz's avatar
      fix: display token images on first pageload (#6956) · bbe42b81
      Zach Pomerantz authored
      * fix: always show img for common bases
      
      * fix: include backup img in first render
      
      * fix: initialize and update token safety lookup
      
      * test: update snapshots to include initial logos
      
      * refactor: better code colocation
      
      * test: updating token safety lookup table
      
      * refactor: tokenSafetyLookup
      
      * refactor: tokenLogoLookup
      
      * fix: pass lists state to token safety update
      
      * test: mock initial update
      bbe42b81
  6. 15 Jul, 2023 4 commits
  7. 14 Jul, 2023 1 commit
  8. 07 Jul, 2023 13 commits
    • Vignesh Mohankumar's avatar
      chore: remove Google Analytics from CSP (#6888) · e4dbef80
      Vignesh Mohankumar authored
      * disable ga
      
      * comment
      e4dbef80
    • Vignesh Mohankumar's avatar
      chore: delete WalletConnect v1 (#6857) · e169c9d9
      Vignesh Mohankumar authored
      * chore: remove walletConnectFallback flag
      
      * chore: remove walletConnectV2 flag
      
      * chore: delete WalletConnect v1
      
      * chore: remove walletConnectV2 flag (#6856)
      
      * rm hidden
      
      * toggle account drawer
      
      * fix test
      
      * Revert "rm hidden"
      
      This reverts commit 9e8dd65b04b1072d3565cb70defb46d1524791f3.
      
      * fix test
      
      * -u
      
      * optional?
      
      * Revert "optional?"
      
      This reverts commit 8456080b78cfae58737918daeb929bdaf0758cba.
      
      * switch mock
      
      * expect
      
      * test
      
      * fix test
      
      * update connection tests
      e169c9d9
    • Zach Pomerantz's avatar
      build: use context.sha (#6900) · c8a17f5f
      Zach Pomerantz authored
      c8a17f5f
    • Vignesh Mohankumar's avatar
      chore: remove WalletConnect feature flags (#6855) · 552a3899
      Vignesh Mohankumar authored
      * chore: remove walletConnectFallback flag
      
      * chore: remove walletConnectV2 flag (#6856)
      
      * rm hidden
      
      * toggle account drawer
      
      * fix test
      
      * Revert "rm hidden"
      
      This reverts commit 9e8dd65b04b1072d3565cb70defb46d1524791f3.
      
      * fix test
      
      * -u
      
      * optional?
      
      * Revert "optional?"
      
      This reverts commit 8456080b78cfae58737918daeb929bdaf0758cba.
      
      * switch mock
      
      * expect
      
      * test
      552a3899
    • Zach Pomerantz's avatar
      build: upgrade cypress-hardhat (#6897) · b313ac98
      Zach Pomerantz authored
      b313ac98
    • Jack Short's avatar
      fix: 0 showing as collected fee amount (#6804) · 88aec2c8
      Jack Short authored
      * fix: 0 showing as collected fee amount
      
      * initial test setup
      
      * fire events
      
      * checking for data in tests
      88aec2c8
    • Zach Pomerantz's avatar
      test(staging): add staging-only t9n test (#6899) · 86677ed1
      Zach Pomerantz authored
      * test(staging): add staging-only test
      
      * test(staging): translations mount
      
      * ci(t9n): download translations from crowdin
      
      * test: proving that it works
      
      * Revert "ci(t9n): download translations from crowdin"
      
      This reverts commit b6e0f0c5c296c3ad4166419d72e9b2ebd053be87.
      
      * Revert "test: proving that it works"
      
      This reverts commit 1d3a1c2a2377e1a3b790f706c42b7169a47e59fd.
      
      * fix: spec->test
      
      ---------
      Co-authored-by: default avatarUL Service Account <hello-happy-puppy@users.noreply.github.com>
      86677ed1
    • Zach Pomerantz's avatar
      build: block promotion on Test (#6898) · accf0905
      Zach Pomerantz authored
      accf0905
    • Brendan Wong's avatar
      feat: wrangler infra and test environment (#6797) · ef5065de
      Brendan Wong authored
      * feat: add token and nft injection
      
      * feat: basic tests
      
      * fix: get jest configured properly
      
      * fix: change timeout
      
      * fix: uninstall port ready
      
      * fix: readd port ready
      
      * fix: local tests work
      
      * fix: remove other stuff to make this pr smaller
      
      * fix: remove unneeded dependencies
      
      * fix: remove port-ready
      
      * Update yarn.lock
      
      * fix: add lint disable due to module exports for jest
      
      * fix: added waitPort
      
      * fix: deduplicated things?
      
      * Update package.json
      Co-authored-by: default avatarZach Pomerantz <zzmp@uniswap.org>
      
      * update typing
      
      * change tests to typescript instead of javascript
      
      * changing typing of globalThis servers
      
      * yarn deduplicate
      
      * Update functions/global-teardown.ts
      Co-authored-by: default avatarZach Pomerantz <zzmp@uniswap.org>
      
      * Update functions/global.d.ts
      Co-authored-by: default avatarZach Pomerantz <zzmp@uniswap.org>
      
      * Update functions/tsconfig.json
      Co-authored-by: default avatarZach Pomerantz <zzmp@uniswap.org>
      
      * Update functions/tsconfig.json
      Co-authored-by: default avatarZach Pomerantz <zzmp@uniswap.org>
      
      * Update package.json
      Co-authored-by: default avatarZach Pomerantz <zzmp@uniswap.org>
      
      * change dependencies to dev dependencies
      
      * final touches
      
      ---------
      Co-authored-by: default avatarZach Pomerantz <zzmp@uniswap.org>
      ef5065de
    • Vignesh Mohankumar's avatar
      feat: add user id to sentry (#6896) · bcb45cde
      Vignesh Mohankumar authored
      * feat: add user id to sentry
      
      * downgrade
      
      * key
      
      * Update src/tracing/index.ts
      Co-authored-by: default avatarZach Pomerantz <zzmp@uniswap.org>
      
      * Update src/tracing/index.ts
      Co-authored-by: default avatarZach Pomerantz <zzmp@uniswap.org>
      
      * fixes
      
      ---------
      Co-authored-by: default avatarZach Pomerantz <zzmp@uniswap.org>
      bcb45cde
    • cartcrom's avatar
      feat: remove old routing slice and flag (#6895) · dfe50b4b
      cartcrom authored
      feat: remove ura flag
      dfe50b4b
    • Charles Bachmeier's avatar
      feat: upgrade sdk-core to 3.2.6 and add AVAX (#6757) · 90f72e05
      Charles Bachmeier authored
      * init refactor
      
      * upgrade to 3.2.6 and refactor more uses of chainid
      
      * cleaned up lock file
      
      * remove console log and add placeholder
      
      * use supported chains type for switch fn
      
      * allow passing of all chainIds to switcher
      
      * additional typecast
      
      * better casting solution
      
      * yarn.lock cleanup
      
      * prettier
      
      * better casting for rpc
      
      * prettier
      
      * deprecate no longer needed addresses
      
      * better isSupported checking
      
      * deprecate redundant fn
      
      * cleanup toSupportedChainId
      
      * address initial ocmments
      
      * pretier
      
      * includes testnet
      
      * remove unused export
      
      * merge conflicts
      
      * spread for mutable copy
      
      * explorer text
      
      * check is supported before activating chain
      
      * remove extra uses of mumbai
      
      * remove cast to MockChainId
      
      * retain var name supportedChainId
      
      * updated prettier
      
      * use t for explorer translation
      
      * use mockchainid for test
      
      * feat: Add Avalanche support (#6776)
      
      * init avax
      
      * add most avax props
      
      * add logo
      
      * correct subgraph
      
      * update avax blocksPerFetch
      
      * add square logo
      
      * upgrade ur sdk
      
      * version syntax
      
      * correct tokens
      
      * remove unused token
      
      * remove unused token
      
      * update token list and add coming soon to searchbar
      
      * add coming soon to token explore page
      
      * names to ids
      
      * cleaned up routing
      
      * usdc token
      
      * upgrade default token list
      
      * update SOR
      
      * upgrade SOR
      
      * merge conflicts
      
      * snowtrace
      
      * upgrade SOR
      
      * handle be avax support
      
      * temp hide avax
      
      * show pool positions
      
      * whole
      
      * spotprice update
      
      * not yet supported
      
      * BACKEND_SUPPORTED_CHAINS
      
      * add avax to BE not supported
      
      * update multicall blocks to 5
      
      * add todo
      
      * updated prettier
      
      ---------
      Co-authored-by: default avatarCharles Bachmeier <charlie@genie.xyz>
      
      * be added avax token balances
      
      * validateUrlChainParam should return eth for backend unsupported chain
      
      * readonly
      
      * respond to comments
      
      ---------
      Co-authored-by: default avatarCharles Bachmeier <charlie@genie.xyz>
      90f72e05
    • Vignesh Mohankumar's avatar
      build: use webpack-retry-chunk-load-plugin (#6885) · 3a0f6920
      Vignesh Mohankumar authored
      * build: use webpack retry chunk load plugin
      
      * fix
      
      * dedupe
      
      * lint
      
      * retry backoff
      
      * reduce from 1000 to 500ms
      
      * add cache bust query
      
      * rm cache bust
      
      * 3
      
      * cache bust
      
      * Update craco.config.cjs
      Co-authored-by: default avatarZach Pomerantz <zzmp@uniswap.org>
      
      ---------
      Co-authored-by: default avatarZach Pomerantz <zzmp@uniswap.org>
      3a0f6920