1. 26 Jul, 2022 1 commit
  2. 25 Jul, 2022 1 commit
  3. 23 Jul, 2022 1 commit
    • lynn's avatar
      feat: implement swap quote received event (#4165) · 62550a4a
      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
      
      * init commit
      
      * change telemetry to analytics in doc
      
      * init commit
      
      * fix: respond to cmcewen comments + initialize analytics in app.tsx + add missing return statement
      
      * add element name constant
      
      * init commit
      
      * correct price_impact calculation
      
      * resolve vm comments
      
      * fixes in response to comments
      
      * respond to vm
      
      * use ALL significant digits for token amounts
      
      * init commit
      
      * logged all properties
      
      * create helper function getPriceImpactPercentageNumber
      
      * 4 decimal points for percentages
      
      * price percentage fn
      
      * only log event on FIRST price fetch
      
      * respond to cmcewen comments
      62550a4a
  4. 22 Jul, 2022 1 commit
    • lynn's avatar
      feat: Web 214 implement the main submit swap event (#4061) · e01f30c0
      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
      
      * init commit
      
      * change telemetry to analytics in doc
      
      * init commit
      
      * fix: respond to cmcewen comments + initialize analytics in app.tsx + add missing return statement
      
      * add element name constant
      
      * init commit
      
      * correct price_impact calculation
      
      * resolve vm comments
      
      * fixes in response to comments
      
      * respond to vm
      
      * use ALL significant digits for token amounts
      
      * create helper function getPriceImpactPercentageNumber
      
      * 4 decimal points for percentages
      
      * change percentage to basis points units
      e01f30c0
  5. 21 Jul, 2022 11 commits
  6. 20 Jul, 2022 7 commits
  7. 19 Jul, 2022 5 commits
  8. 18 Jul, 2022 3 commits
  9. 17 Jul, 2022 2 commits
  10. 15 Jul, 2022 1 commit
  11. 14 Jul, 2022 7 commits
    • Vignesh Mohankumar's avatar
      build: Revert "build: pause deploy" (#4107) · 6a1506ad
      Vignesh Mohankumar authored
      * Revert "build: pause deploy (#4102)"
      
      This reverts commit 3a1ea3df.
      
      * prettier
      6a1506ad
    • cartcrom's avatar
      refactor: adding safe getter for ChainInfo (#4110) · 839d4ac8
      cartcrom authored
      * replaced CHAIN_INFO access with a function call
      * updated CTACard tests to work with getChainInfo
      * updated typechecking, removed console.log
      839d4ac8
    • Vignesh Mohankumar's avatar
      build: upgrade prettier to v2.7.1 (#4109) · 29fdcb80
      Vignesh Mohankumar authored
      * style: prettier based on v2.2
      
      * 2.7.1 instead?
      
      * npx
      
      * ^
      29fdcb80
    • lynn's avatar
      fix: update styled-components in package.json to latest to remove react... · 817ea44e
      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
      817ea44e
    • Vignesh Mohankumar's avatar
      build: pause deploy (#4102) · 3a1ea3df
      Vignesh Mohankumar authored
      3a1ea3df
    • Vignesh Mohankumar's avatar
      chore(web3-react): fix connectEagerly for MetaMask mobile (#4101) · 2667a897
      Vignesh Mohankumar authored
      * chore(web3-react): fix connectEagerly for MetaMask mobile
      
      * fix
      2667a897
    • lynn's avatar
      chore: upgrade to react 18 (#3992) · 65129604
      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: default avatarZach Pomerantz <zzmp@uniswap.org>
      65129604