1. 27 Jan, 2022 2 commits
    • Zach Pomerantz's avatar
      feat: pending tx state (#3189) · 56717005
      Zach Pomerantz authored
      * refactor: state cleanup
      
      * feat: add pending tx hash to swap state
      
      * fix: update name to display tx hash
      56717005
    • Ian Lapham's avatar
      feat: update swap hooks and add swap txn submission (#3187) · b50d10cb
      Ian Lapham authored
      * update swap hooks to add swap txn confirmations
      
      * fix: remove uneeded comments
      
      * update with latest
      
      * update utils to separate swap callback hooks
      
      * create generic swap callabck to be used by both app and widget
      
      * update app swap callback to use logic from lib
      
      * update big number import
      b50d10cb
  2. 26 Jan, 2022 10 commits
  3. 25 Jan, 2022 7 commits
  4. 24 Jan, 2022 2 commits
  5. 23 Jan, 2022 2 commits
  6. 22 Jan, 2022 3 commits
  7. 21 Jan, 2022 6 commits
  8. 20 Jan, 2022 4 commits
  9. 19 Jan, 2022 4 commits
    • Crowdin Bot's avatar
    • Jordan Frankfurt's avatar
      feat(widgets): add error reporting component, INTEGRATION ERROR type, and... · 8e3b2cb4
      Jordan Frankfurt authored
      feat(widgets): add error reporting component, INTEGRATION ERROR type, and Missing provider error (#3110)
      
      * add error reporting component, INTEGRATION ERROR type, and Missing provider error
      
      * rename reporter to generator
      
      * pr feedback
      
      * refactor provider check
      
      * add chainId, convenienceFee, and width errors
      
      * pr feedback and convenienceFeeRecipient address enforcement
      
      * fix imports for utils
      8e3b2cb4
    • Zach Pomerantz's avatar
      fix: memoize more swap (#2950) · d54783a3
      Zach Pomerantz authored
      * fix: memoize derived swap info
      
      * fix: memoize current block timestamp
      
      * fix: memoize price impact
      
      * fix: memoize debounced value updates
      
      * fix: nits
      d54783a3
    • Zach Pomerantz's avatar
      feat: include native currency in widget select (#3124) · 850a20f6
      Zach Pomerantz authored
      * fix: token image for chains / natives
      
      * feat: include native currency in select
      
      - Updates widgets swap state to use Currency (and deals with downstream updates)
      - Refactors logoURI code to a new lib/hooks/useCurrencyLogoURIs
      - Adds native currency to useQueryTokenList
      
      NB: This does not build because tests must be updated to use Currency (they currently use mock tokens)
      
      * test: update fixtures to use real currency
      
      * fix: data uri color extraction
      
      * fix: token img state
      
      * fix: use new array
      850a20f6