1. 24 Apr, 2023 1 commit
    • 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
  2. 22 Apr, 2023 4 commits
  3. 21 Apr, 2023 20 commits
  4. 20 Apr, 2023 3 commits
  5. 19 Apr, 2023 4 commits
  6. 18 Apr, 2023 4 commits
  7. 17 Apr, 2023 1 commit
    • Zach Pomerantz's avatar
      build: utilize the node_modules/.cache (#6364) · 7ab6a17b
      Zach Pomerantz authored
      * build: add caching to eslint
      
      * build: add caching to jest
      
      * build: add caching to tsc
      
      * build: add caching to actions
      
      * fix: upgrade upload-artifact to v3
      
      * build: update craco eslint cacheLocation
      
      * fix: pr nits
      7ab6a17b
  8. 14 Apr, 2023 3 commits