- 07 Jul, 2023 13 commits
-
-
Zach Pomerantz authored
-
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
-
Zach Pomerantz authored
-
Jack Short authored
* fix: 0 showing as collected fee amount * initial test setup * fire events * checking for data in tests
-
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:
UL Service Account <hello-happy-puppy@users.noreply.github.com>
-
Zach Pomerantz authored
-
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:
Zach 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:
Zach Pomerantz <zzmp@uniswap.org> * Update functions/global.d.ts Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Update functions/tsconfig.json Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Update functions/tsconfig.json Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Update package.json Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * change dependencies to dev dependencies * final touches --------- Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org>
-
Vignesh Mohankumar authored
* feat: add user id to sentry * downgrade * key * Update src/tracing/index.ts Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Update src/tracing/index.ts Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * fixes --------- Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org>
-
cartcrom authored
feat: remove ura flag
-
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:
Charles Bachmeier <charlie@genie.xyz> * be added avax token balances * validateUrlChainParam should return eth for backend unsupported chain * readonly * respond to comments --------- Co-authored-by:
Charles Bachmeier <charlie@genie.xyz>
-
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:
Zach Pomerantz <zzmp@uniswap.org> --------- Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org>
-
eddie authored
* fix: combine userState with default injected wallet in cypress setup * fix: unconnected state in two tests * fix: update name
-
Brendan Wong authored
* fix: web app without NFTs * fix: change card display to memoization * fix: remove unneeded imports and variables * fix: readd search bar modification * fix: update dependencies * fix: update atom value to use hook * fix: change hook name * fix: add tests * Update src/pages/Landing/index.tsx Co-authored-by:
Jordan Frankfurt <jordanwfrankfurt@gmail.com> * Update src/components/NavBar/SearchBar.tsx Co-authored-by:
Jordan Frankfurt <jordanwfrankfurt@gmail.com> * Update src/components/NavBar/SearchBarDropdown.tsx Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Update src/components/NavBar/SearchBarDropdown.test.tsx Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Update SearchBar.tsx * fix lint --------- Co-authored-by:
Jordan Frankfurt <jordanwfrankfurt@gmail.com> Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org>
-
- 06 Jul, 2023 9 commits
-
-
Vignesh Mohankumar authored
lint: update InterfaceGqlChain syntax
-
Vignesh Mohankumar authored
* lint * upgrade prettier --------- Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org>
-
Charles Bachmeier authored
* add subset chain type and checks * add sentry logging for invalid chain errors * add test cases * dynamic token balances * add test for BE adding a new chain * rename and use slice * address comments * undo yarn.lock changes * make copy in utils * chore: Declare GQL variables as readonly (#6889) * declare gql variables as readonly * remove console log * Merge branch 'cab/error_supported_chain' into tina/gql-readonly --------- Co-authored-by:
Charlie B <charles@bachmeier.io> --------- Co-authored-by:
Charlie Bachmeier <charlie.bachmeier@Charlies-MacBook-Pro.local> Co-authored-by:
Tina <59578595+tinaszheng@users.noreply.github.com>
-
Charles Bachmeier authored
* fix: tokens with same name brake cypress test * lowercase
-
Zach Pomerantz authored
* build: annotate commit with test status * build: Test / promotion * fix: ellipsis * build: also run on releases/staging * errant comma * script context * runId * build: post after pre
-
Jack Short authored
* initial currency formatting * updating price formatting on swap * updating the test
-
Brendan Wong authored
* fix: increase height of svg * update test
-
Vignesh Mohankumar authored
-
Zach Pomerantz authored
* test(e2e): use electron * build: use default container for cypress-test-matrix
-
- 05 Jul, 2023 2 commits
-
-
Charles Bachmeier authored
-
cartcrom authored
-
- 04 Jul, 2023 3 commits
-
-
eddie authored
-
cartcrom authored
* fix: remove phantom from injection detection * fix: remove logo image
-
Brendan Wong authored
* remove button * remove dependencies * fix: remove useBuyFiatFlowCompleted * fix: update lint and unit tests * fix: update user state * fix: remove migration * Revert "fix: remove migration" This reverts commit eef313f9ce2ea6b494ce2c9bc4a2fa6dbd1991ee. * test * fix: add ts ignore
-
- 01 Jul, 2023 4 commits
-
-
Brendan Wong authored
-
Jack Short authored
-
Vignesh Mohankumar authored
chore: upgrade @web3-react/walletconnect-v2 (#6863) * update * types
-
Vignesh Mohankumar authored
fix: upgrade @web3-react/gnosis-safe (#6864) * fix: upgrade @web3-react/gnosis-safe * Update yarn.lock
-
- 30 Jun, 2023 3 commits
-
-
Vignesh Mohankumar authored
* chore: upgrade @walletconnect/modal * fix
-
Vignesh Mohankumar authored
-
Zach Pomerantz authored
* fix: re-initialize wc connector with active chain * test(e2e): fix universal-search flake
-
- 27 Jun, 2023 1 commit
-
-
Jordan Frankfurt authored
* Revert "feat(wallet-connect): retire v1 (#6820)" This reverts commit d6759b86. * gate v1/v2 switch with v2 fallback on wc entry * fix tests * add a second flag--isolate ... menu and default values from each other * Update src/components/WalletModal/Option.tsx Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Update src/featureFlags/flags/walletConnectPopover.ts Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * pr feedback * pr feedback * pr nit --------- Co-authored-by:
Jordan Frankfurt <jordan@CORN-Jordan-949.frankfurt> Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org>
-
- 26 Jun, 2023 5 commits
-
-
Vignesh Mohankumar authored
* fix: filter more CSP errors * fix regex * fix
-
Vignesh Mohankumar authored
-
Vignesh Mohankumar authored
* chore: upgrade @web3-react/walletconnect-v2 * fix typecheck
-
Vignesh Mohankumar authored
Revert "feat(wallet-connect): retire v1 (#6820)" This reverts commit d6759b86.
-
Zach Pomerantz authored
-