1. 29 Apr, 2023 2 commits
    • cartcrom's avatar
      refactor: activation hook w/ global state (#6413) · d0a10fcf
      cartcrom authored
      * feat: moved tryActivation to global hook/state
      
      * test: activation hook
      
      * fix: merge conflicts
      
      * fix: update file path for render utils in activate.test.ts
      
      * fix: add await for connector deactivation
      
      * fix: pr comment fixes
      
      * fix: update tests
      
      * refactor: use stronger activation state type
      
      * refactor: use global state instead of props in ConnectionErrorView
      
      * fix: re-add uri availability check
      
      * fix: lint
      
      * fix: nits
      
      * fix: css regression
      
      * fix: update test enum usage
      
      * fix: use native disabled attribute
      
      * test: add snapshot tests for different Option states
      
      * fix: zach's PR comments
      
      * test: update snapshots/unit tests
      
      * style: pending boolean names
      
      * fix: updated test import
      
      * docs: added comment explaining analytics difference in wallet connection
      
      * test: assert console.debug calls and fix act() issues
      
      * test: drawer close
      
      * test: import specific drawer fn instead of whole module
      d0a10fcf
    • Jordan Frankfurt's avatar
      fix: spoof origin and referer (#6468) · 7a1a476e
      Jordan Frankfurt authored
      * fix: spoof origin and referer
      
      * comments, chaining, and an accurate replication of amplitude response bodies
      7a1a476e
  2. 28 Apr, 2023 9 commits
  3. 27 Apr, 2023 5 commits
  4. 26 Apr, 2023 11 commits
  5. 25 Apr, 2023 10 commits
  6. 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