- 19 Jul, 2022 3 commits
-
-
Vignesh Mohankumar authored
-
lynn authored
* init commit * wallet connected event init commit * add received_swap_quote event property * add page context, connect wallet event log * add received_swap_quote property * fix typo * respond to cmcewen comments * respond to vm comments * move trace to app.tsx from header * respond to vm comments
-
Vignesh Mohankumar authored
* change package * yarn.lock
-
- 18 Jul, 2022 3 commits
-
-
Noah Zinsmeister authored
enable new optimism fee tier
-
Sam Chen authored
fix: catch CORS error
-
Vignesh Mohankumar authored
-
- 17 Jul, 2022 2 commits
- 15 Jul, 2022 1 commit
-
-
Jesse authored
* refactor: useUSDCValue -> useStablecoinValue * refactor: use the isCelo() helper * refactor: remove unneeded white space
-
- 14 Jul, 2022 10 commits
-
-
Vignesh Mohankumar authored
* Revert "build: pause deploy (#4102)" This reverts commit 3a1ea3df. * prettier
-
cartcrom authored
* replaced CHAIN_INFO access with a function call * updated CTACard tests to work with getChainInfo * updated typechecking, removed console.log
-
Vignesh Mohankumar authored
* style: prettier based on v2.2 * 2.7.1 instead? * npx * ^
-
lynn authored
fix: update styled-components in package.json to latest to remove react invalid hook call warnings (#4103) * fix warning vig found by updating styled-components * revert unnecessary yarn.lock changes * reduce unnecessary changes * dedup * manual fix and dedup of yarn.lock * manually dedup @emotion/is-prop-valid * update snapshot tests
-
Vignesh Mohankumar authored
-
Vignesh Mohankumar authored
* chore(web3-react): fix connectEagerly for MetaMask mobile * fix
-
lynn authored
* chore: upgrade to react 18 * fix: update tests * fix: fix lint issues and remove unnecessary react hooks testing library * fix: add types for stricter typescript checks * fix: fix additional typescript check issues * fix: revert to prev commmit * rebase * rebase * fix: fix lint issues and remove unnecessary react hooks testing library * fix: add types for stricter typescript checks * fix: fix additional typescript check issues * rebase * fix: rebase * fix * eslint fix * fix: package.json changes * fix: package.json changes * fix yarn lock * fix version package.json * fix: downgrade react-router-dom to original * fix: undo modification of .github/workflows/release.yaml * fix: revert cypress testing version update * rebase * rebase * fix: fix lint issues and remove unnecessary react hooks testing library * fix: add types for stricter typescript checks * fix: fix additional typescript check issues * rebase * chore: upgrade to react 18 * fix: update tests * fix: fix lint issues and remove unnecessary react hooks testing library * fix: add types for stricter typescript checks * fix: fix additional typescript check issues * fix * eslint fix * fix: package.json changes * fix: package.json changes * fix yarn lock * fix version package.json * fix: downgrade react-router-dom to original * fix: undo modification of .github/workflows/release.yaml * fix: revert cypress testing version update * fix * fix: error boundary change * yarn.lock change * fix: cypress tests finally passing due to zzmp redux multicall fix HOORAY * undo service worker changes * build: dedup lockfile * yarn.lock + lint * update snapshot tests * checkpoint * yarn.lock * fix: fix type errors during build * fixes * fix yarn.lock * dedup yarn * fix: import react components explicitly instead of all of react * dedup * yarn.lock * yarn.lock * dedup * yarn * dedup * dedupe use-sync-external-store * fix build issues * dedup use-sync-external-store Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org>
-
lynn authored
* init commit: initial constants for pages, implement vote page viewed * implement swap * implement pool * remove charts * simplify shouldLogImpression
-
Vignesh Mohankumar authored
* fix connectors changing * update package * add connection name * rename file * de-dupe * cb wallet fix * fix * yarn change * log the key * re-order connections * memoize the key * some updates * rm console * prevent memory leak Co-authored-by:
Noah Zinsmeister <noahwz@gmail.com>
-
lynn authored
* init commit * add amplitude ts sdk to package.json * add more comments and documentation * respond to vm comments * respond to cmcewen comments * fix: remove unused constants * init commit * adapt to web * add optional event properties to trace * correct telemetry to analytics * change telemetry to analytics in doc * fix: respond to cmcewen comments + initialize analytics in app.tsx + add missing return statement * init commit * respond to zzmp comments * add token selected event * fixes * eliminate unnecessary state * respond to part of zzmp comments * respond to zzmp comments round 2 * fixes * respond to zzmp comments * add imported token event and other fixes * also log onKeyPress for suggested tokens * respond to cmcewen comments
-
- 13 Jul, 2022 6 commits
-
-
Zach Pomerantz authored
* build: use fewer babel versions * build: dedup * test: test deps dedups * fix: test.yml * fix: typo * test: failing * fix: dedup * fix: dedup * test: comment dedup tests * chore: whitespace
-
Zach Pomerantz authored
-
Zach Pomerantz authored
build: update @typescript-eslint
-
github-actions[bot] authored
-
Vignesh Mohankumar authored
* refactor: wallet specific Option components * fix * fix * fix coinbase wallet logic * injected logic * remove wallet.ts * install metamask * move all into InjectedOption * fix mobile metamask * wip * more mocking * more test fixes * refactor * more special casing * isMetaMask * simplify components * fix imports * fix coinbase wallet * test fix * fix connectors changing * Revert "fix connectors changing" This reverts commit 2acfe645ca506048e599d515674a54b27d12144f. * more to typescript logic instead of jsx
-
lynn authored
* init commit * add amplitude ts sdk to package.json * add more comments and documentation * respond to vm comments * respond to cmcewen comments * fix: remove unused constants * init commit * adapt to web * add optional event properties to trace * correct telemetry to analytics * change telemetry to analytics in doc * fix: respond to cmcewen comments + initialize analytics in app.tsx + add missing return statement * respond to zzmp comments * fixes * eliminate unnecessary state * respond to part of zzmp comments * respond to zzmp comments round 2 * fixes * respond to zzmp comments
-
- 12 Jul, 2022 8 commits
-
-
github-actions[bot] authored
chore(i18n): synchronize translations from crowdin [skip ci] Co-authored-by:
Crowdin Bot <support+bot@crowdin.com>
-
Bruno Crosier authored
* fix:
🐛 add crossplatform `prei18n-extract` script * fix:🚨 add newline * Revert "fix:🐛 add crossplatform `prei18n-extract` script" This reverts commit 201bd2308a3caf648368b3945d5b73d8cb46c816. * build:📦 add `shx` as dev dep, use it in `prei18n:extract` script * fix:🐛 use platform-specific commands for prei18n-extract -
cartcrom authored
* made initial changes for pools page displaying w/ unsupported chains * condensed styling * added chain validation to CTACards and wrote tests for both CTAcards and Pools page * linted changes * switched from snapshot to text matching tests * switched test to use check for text instead of testid
-
Kaylee George authored
fix padding
-
Jesse authored
* feat: Support for Celo * fix: wrong condition * combine celo and alfajores lists * use celo erc20 representation * fix: refactor infura.ts to networks.ts & add celo to rpc urls * feature: add celo contract addresses fix: remove celo from supported gas estimate chains until feature is available * refactor: useUSDCPrice to useStablecoinPrice fix: add celo to supported gas estimate chains * fix: use unique factory address for getting pool address * fix: darkmode background graident * fix: removing a comment left behind * fix: remove bad import * fix: remove dead link until the Celo is live on info.uniswap.org * fix: add asset to common bases & minor refactoring * fix: celo info links point to root info.uniswap.org * fix: change celo token bridge to portal * fix: update redux-multicall to latest version * refactor: for code readability * fix: celo banner colors & remove unused alternative logo * fix: change celo token list to hosted version * fix: update celo banner colors * fix: move celo to the bottom of the network selector list * fix: dedup dependencies @uniswap/router-sdk @uniswap/v3-sdk * fix: refactoring + move Celo above L2s * fix: update celo contract addresses * fix: update celo subgraph * fix: update v3-sdk and smart-order-router versions * fix: move Celo to the bottom of the network selector list * fix: downgrade smart-order-router and add casting fix * fix: downgrade smart-order-router and add casting fix * fix: resolve Pool dependency * fix: bridge chain id types * fix: explorer link test * fix: use quoter v2 ABI in useClientSideV3Trade fro Celo * fix: update connection "infura_rpc" to networks * fix: revert yarn.lock and force install * fix: dedup router and v3 sdk * refactor: mv quoter v2 to client side v3 trade * build: dedup lockfile * feature: add portal ether to common bases * fix: add comment for chains that use QuoterV2 * fix: use token as native asset * fix: supply correct factory address to getPoolAddress call & refactor nativeOnChain method * feature: adjust celo tokens presetned * fix: update celo explorer to celoscan * fix: celo token casting * fix: celo celo explorer it * fix: celo chain info should be consistent with block explorer used. Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org>
-
Vignesh Mohankumar authored
Revert "refactor: remove coinbase wallet resetState (#4024)" This reverts commit e36722cc.
-
Anas Yousef authored
-
Bruno Crosier authored
* fix windows dev environment bugs * fix NetworkSelector toggle bug * revert:
⏪ add `prei18n:extract` script back this change to make the script Windows-compatible will be dealt with in a separate PR * revert:⏪ revert prettier endOfLine fix Will be dealt with in a separate PR * updates Co-authored-by:Vignesh Mohankumar <vignesh@vigneshmohankumar.com> Co-authored-by:
Vignesh Mohankumar <me@vig.xyz>
-
- 11 Jul, 2022 7 commits
-
-
Vignesh Mohankumar authored
* refactor: remove coinbase wallet resetState * unused import * bump web3-react * rm unused * bump everything
-
Ian Lapham authored
* fix: Fix spacing type * prettier Co-authored-by:
Vignesh Mohankumar <me@vig.xyz>
-
Zach Pomerantz authored
-
Zach Pomerantz authored
* build: wait on passing cypress * build: video upload
-
Zach Pomerantz authored
* refactor: analytics initialization * fix: typings
-
Zach Pomerantz authored
* build: resolve cypress matrix to single job * build: output on cypress-tests * build: explicitly name matrix steps * build: quote cypress string * build: omit protocol * build: test * build: fix indentation * build: test * build: test * build: test * build: cleanup * build: cleanup
-
Zach Pomerantz authored
-