1. 06 Oct, 2023 4 commits
  2. 05 Oct, 2023 3 commits
  3. 04 Oct, 2023 5 commits
  4. 03 Oct, 2023 1 commit
  5. 02 Oct, 2023 5 commits
    • Kristie Huang's avatar
      feat: change address screening service to Uniswap /screen API (#7339) · 3ad4fb68
      Kristie Huang authored
      * change fetch url to uniswap api
      
      * clean code + write tests
      
      * nit updates
      
      * nit-rename test
      
      ---------
      Co-authored-by: default avatarKristie Huang <kristie.huang@uniswap.org>
      3ad4fb68
    • gnewfield's avatar
      feat: polish blocked, nonexistent NFT collection page (#7373) · 1c76277c
      gnewfield authored
      * add pages for nonexistent and blocked NFT collections
      
      * add padding
      
      * fix themed text import
      
      * update design and revise based on pr comments
      1c76277c
    • Charles Bachmeier's avatar
    • Charles Bachmeier's avatar
      feat: [info] Add Liquidity and Swap buttons on PDP (#7382) · 81accd18
      Charles Bachmeier authored
      * feat: setup initial pool details page and route
      
      * add pool data query and call on enw page
      
      * make query dynamic to url chainId
      
      * Get and display Header info
      
      * add token symbols
      
      * split header into its own file
      
      * add helper function to not default to eth chain
      
      * add helper function tests
      
      * add header component tests
      
      * add mocked test for PDP
      
      * use valid values
      
      * allow unsupported BE chains supported by thegraph
      
      * typecheck
      
      * remove useless row
      
      * no longer needed child
      
      * use first and last child
      
      * move mock consts to their own file
      
      * skele linear task
      
      * return null
      
      * descriptiive pool not found bool
      
      * modify correct logo container
      
      * update snapshots
      
      * instantiate all chain apollo clients
      
      * added snapshot test
      
      * merge main and update snapshots
      
      * Update src/pages/PoolDetails/PoolDetailsHeader.tsx
      Co-authored-by: default avatarNate Wienert <natewienert@gmail.com>
      
      * type feeTier
      
      * setup init stats component
      
      * correctly query pool data for t24, t48, and tWeek timestamps
      
      * add comments
      
      * sanitize pool data and update tests
      
      * correct test data
      
      * add todo
      
      * lint
      
      * show correct data
      
      * remove logs
      
      * use formatter
      
      * showing colored bars
      
      * styled graph
      
      * get muted color
      
      * refactor: move getColor to src
      
      * refactor useColor to use getColor function
      
      * remove consts
      
      * refactor files
      
      * 1st class var support courtesy of carter
      
      * remove logging and adds comments
      
      * mobile styling
      
      * move Stats to its own file
      
      * add test cases
      
      * add test file
      
      * update padding
      
      * remove old test file
      
      * respond to feedback
      
      * right column wrapper
      
      * add non-functional pdp buttons
      
      * update tests
      
      * add button functionality
      
      * working tokenId for position
      
      * split buttons in their own file
      
      * add tests
      
      * reduce screenshots
      
      ---------
      Co-authored-by: default avatarNate Wienert <natewienert@gmail.com>
      81accd18
    • eddie's avatar
      524ce49f
  6. 30 Sep, 2023 1 commit
  7. 29 Sep, 2023 3 commits
    • eddie's avatar
      fix: wrap/unwrap activity parsing (#7384) · 3a4dc91e
      eddie authored
      * fix: add unit test
      
      * fix: re-use swap parse logic
      3a4dc91e
    • Jack Short's avatar
      feat: remove buy button and landing terminology for uk (#7386) · af800799
      Jack Short authored
      * feat: remove buy button and landing terminology for uk
      
      * removing tarballs
      
      * mocked setup
      
      * setting compliance to gb
      
      * turning back on defaults
      
      * cache for user
      
      * moving to hook and grid sizing
      
      * fixing tests
      
      * comments
      
      * landinage page cards
      
      * cypress test
      
      * removing extra store
      af800799
    • Tina's avatar
      feat: Quick routes (#7348) · c7a8e9e5
      Tina authored
      * wip, added PreviewTrade and now amending request arg type
      
      * updates
      
      * update logic to progress to swap review screen
      
      * add token tax info to preview trades
      
      * add loading component
      
      * add feature flag and fix analytics and perf stuff
      
      * update debounce amount
      
      * add latencyMs measure
      
      * change types
      
      * add inline comments
      
      * actually pass in feature flags
      
      * dep array
      
      * fix snapshot and unit tests
      
      * fix unit tests
      
      * update font color for loading text
      
      * remove all chains feature flag
      
      * remove from feature flag modal
      
      * dont flicker review modal when allowance is loading
      
      * remove comment
      
      * add snapshot tests
      
      * triple equals
      
      * add comment
      
      * change cast
      c7a8e9e5
  8. 28 Sep, 2023 2 commits
    • eddie's avatar
      feat: uniswapx deadline (#7376) · e6362212
      eddie authored
      * feat: uniswapX time-to-sign
      
      * fix: animation timing
      
      * fix: bug
      
      * fix: improve props and remove memo
      e6362212
    • Charles Bachmeier's avatar
      feat: [info] Add Stats Section to PDP (#7353) · d63bdf18
      Charles Bachmeier authored
      * feat: setup initial pool details page and route
      
      * add pool data query and call on enw page
      
      * make query dynamic to url chainId
      
      * Get and display Header info
      
      * add token symbols
      
      * split header into its own file
      
      * add helper function to not default to eth chain
      
      * add helper function tests
      
      * add header component tests
      
      * add mocked test for PDP
      
      * use valid values
      
      * allow unsupported BE chains supported by thegraph
      
      * typecheck
      
      * remove useless row
      
      * no longer needed child
      
      * use first and last child
      
      * move mock consts to their own file
      
      * skele linear task
      
      * return null
      
      * descriptiive pool not found bool
      
      * modify correct logo container
      
      * update snapshots
      
      * instantiate all chain apollo clients
      
      * added snapshot test
      
      * merge main and update snapshots
      
      * Update src/pages/PoolDetails/PoolDetailsHeader.tsx
      Co-authored-by: default avatarNate Wienert <natewienert@gmail.com>
      
      * type feeTier
      
      * setup init stats component
      
      * correctly query pool data for t24, t48, and tWeek timestamps
      
      * add comments
      
      * sanitize pool data and update tests
      
      * correct test data
      
      * add todo
      
      * lint
      
      * show correct data
      
      * remove logs
      
      * use formatter
      
      * showing colored bars
      
      * styled graph
      
      * get muted color
      
      * refactor: move getColor to src
      
      * refactor useColor to use getColor function
      
      * remove consts
      
      * refactor files
      
      * 1st class var support courtesy of carter
      
      * remove logging and adds comments
      
      * mobile styling
      
      * move Stats to its own file
      
      * add test cases
      
      * add test file
      
      * update padding
      
      * remove old test file
      
      * respond to feedback
      
      * right column wrapper
      
      * update tests
      
      ---------
      Co-authored-by: default avatarNate Wienert <natewienert@gmail.com>
      d63bdf18
  9. 27 Sep, 2023 4 commits
  10. 26 Sep, 2023 1 commit
  11. 25 Sep, 2023 1 commit
  12. 23 Sep, 2023 2 commits
    • Jordan Frankfurt's avatar
      feat: new app provider w/ fallback behavior (#7205) · 809841df
      Jordan Frankfurt authored
      * feat: new app provider w/ fallback behavior
      
      * progress
      
      * update useContractX signer params
      
      * Revert "update useContractX signer params"
      
      This reverts commit 386d1580dff77338810a4b31be38efd039d4b138.
      
      * extend jsonrpcprovider
      
      * add mainnet quicknode example, use old staticJsonRpc extension
      
      * add tests
      
      * unit testing
      
      * fixes to tests/tsc
      
      * Update src/state/routing/gas.ts
      Co-authored-by: default avatarZach Pomerantz <zzmp@uniswap.org>
      
      * pr review
      
      * e2e tests should only talk to the chain via connected wallet
      
      * Revert "e2e tests should only talk to the chain via connected wallet"
      
      This reverts commit 0ce76eb7e4132917a52b49531db871a189448e51.
      
      * add charlie's null nit
      
      * fix e2e
      
      * add feature flag
      
      * Update cypress/support/setupTests.ts
      Co-authored-by: default avatarZach Pomerantz <zzmp@uniswap.org>
      
      * pr review
      
      * pr feedback
      
      * fix tests
      
      * add generic send test
      
      * fix merge error
      
      * add a failure rate calculation and inline comments on scoring algo w/ an example
      
      * fix sort test
      
      * cleaner provider creation
      
      * simplify sort
      
      ---------
      Co-authored-by: default avatarZach Pomerantz <zzmp@uniswap.org>
      809841df
    • Tina's avatar
      fix: Remove e2e test (#7369) · 2dc5a6ef
      Tina authored
      * remove now untrue test
      
      * add test about missing stats
      2dc5a6ef
  13. 22 Sep, 2023 8 commits