1. 28 Apr, 2023 5 commits
    • lynn's avatar
      test: unsupported currency footer unit test (#6360) · 2d4eafc6
      lynn authored
      * tests are complete
      
      * update comment
      
      * remove console log, and test close icon
      
      * init
      
      * lets try something else to avoid timeout
      
      * try splitting up last test for timeout
      
      * undo, it wasnt working
      
      * revert order test
      
      * add comment for sanity check
      
      * test another way
      
      * try userEvent
      
      * increase timeout
      
      * move timeout
      
      * init
      
      * use test constants
      
      * use constants
      
      * change address
      
      * more comprehensive tests
      
      * merge constants and use mocked
      
      * remove comments
      
      * remove dual import
      
      * Update src/components/swap/UnsupportedCurrencyFooter.test.tsx
      Co-authored-by: default avatarZach Pomerantz <zzmp@uniswap.org>
      
      * respond comments
      
      * update tests
      
      * remove console log
      
      * fixes
      
      * add act
      
      ---------
      Co-authored-by: default avatarZach Pomerantz <zzmp@uniswap.org>
      2d4eafc6
    • lynn's avatar
      test: swap details dropdown unit test (#6349) · 9b52fea5
      lynn authored
      * init for swap details dropdown test
      
      * more tests
      
      * complete tests, ready for review
      
      * add to dev deps
      
      * init
      
      * merge main
      
      * init
      
      * use test constants
      
      * use constants
      
      * change address
      
      * more comprehensive tests
      
      * merge with constants
      
      * move noop
      
      * add eslint rule
      
      * return null in noop
      
      * merge
      
      * update snapshot
      
      * constant name
      
      * snapshot change
      
      * lint
      
      * undo eslint change
      
      * Update src/components/swap/SwapDetailsDropdown.test.tsx
      Co-authored-by: default avatarZach Pomerantz <zzmp@uniswap.org>
      
      * Update src/components/swap/SwapDetailsDropdown.test.tsx
      Co-authored-by: default avatarZach Pomerantz <zzmp@uniswap.org>
      
      * Update src/components/swap/SwapDetailsDropdown.test.tsx
      Co-authored-by: default avatarZach Pomerantz <zzmp@uniswap.org>
      
      * respond comments
      
      * update snapshot
      
      * merge main
      
      * user event instead
      
      * add act
      
      * import fix
      
      ---------
      Co-authored-by: default avatarZach Pomerantz <zzmp@uniswap.org>
      9b52fea5
    • Jack Short's avatar
      chore: updating listing marketplace icons (#6458) · b92b2866
      Jack Short authored
      * chore: updating listing marketplace icons
      
      * removing svgs from public
      
      * responding to comments
      b92b2866
    • lynn's avatar
      test: advanced swap details component unit test (#6363) · a8268728
      lynn authored
      * init
      
      * init
      
      * init
      
      * use test constants
      
      * use constants
      
      * change address
      
      * more comprehensive tests
      
      * move noop
      
      * add eslint rule
      
      * return null in noop
      
      * merge
      
      * checkpoint
      
      * fixes
      
      * add tooltip test
      
      * remove unused file
      
      * merge swap modal header
      
      * add third test
      
      * add test for syncing and loading case
      
      * respond to comments
      
      * more descriptive comments
      
      * update snapshot
      
      * update
      
      * change to act
      a8268728
    • lynn's avatar
      test: swap modal footer unit test (#6353) · ab6debbf
      lynn authored
      * swap footer modal test
      
      * remove empty test
      
      * init
      
      * merge main and jordan comment
      
      * init
      
      * use test constants
      
      * use constants
      
      * change address
      
      * more comprehensive tests
      
      * merge constants
      
      * fix errors
      
      * remove dual import noop
      
      * update snapshot
      
      * Update src/components/swap/SwapModalFooter.test.tsx
      Co-authored-by: default avatarZach Pomerantz <zzmp@uniswap.org>
      
      * update snapshot
      
      ---------
      Co-authored-by: default avatarZach Pomerantz <zzmp@uniswap.org>
      ab6debbf
  2. 27 Apr, 2023 5 commits
  3. 26 Apr, 2023 11 commits
  4. 25 Apr, 2023 10 commits
  5. 24 Apr, 2023 3 commits
    • Zach Pomerantz's avatar
      refactor: keep constants insular (#6411) · 201dc2ce
      Zach Pomerantz authored
      201dc2ce
    • Zach Pomerantz's avatar
      test: rm flaky retry test (#6431) · c36d9c3d
      Zach Pomerantz authored
      c36d9c3d
    • Jordan Frankfurt's avatar
      feat: reduce severity of phishing filter to allow url token names (#6249) · bc48b4fb
      Jordan Frankfurt authored
      * feat: reduce severity of phishing filter to allow url token names
      
      * fix # positions, prototype progressive risk check w/ list presence
      
      * functional progressive risk check functionality
      
      * better name for tokenList
      
      * remove logs/todos
      
      * make it work for mini-portfolio
      
      * getUniqueAddressesFromPositions
      
      * useTokenContractsConstant
      
      * adds comment documenting the positionInfo->positionDetails type mapping
      
      * safe->filtered positions in the Pool page
      
      * use for loop instead of reduce
      
      * WIP: token constants lookup table consolidating chain data and list data
      
      * remove lookup table to pr#6268
      
      * use NEVER_RELOAD
      
      * use a counter on tokenList inclusion
      
      * pr feedback - code simplification
      
      * add tests
      
      * tinaszheng pr feedback
      
      * fix incorrect undefined fn signature
      
      * forEach -> for loop
      
      * add comment explainer to useFilterPossiblyMaliciousPositions
      
      * simplify and comments re: filtration logic
      
      * fix tests
      bc48b4fb
  6. 22 Apr, 2023 4 commits
  7. 21 Apr, 2023 2 commits