1. 15 Jun, 2023 7 commits
  2. 14 Jun, 2023 8 commits
  3. 13 Jun, 2023 1 commit
  4. 12 Jun, 2023 2 commits
  5. 10 Jun, 2023 1 commit
  6. 09 Jun, 2023 10 commits
  7. 08 Jun, 2023 9 commits
  8. 07 Jun, 2023 2 commits
    • Zach Pomerantz's avatar
      fix: only remove expired transactions from updater (#6625) · 0b66fde2
      Zach Pomerantz authored
      * test(e2e): disable video compression
      
      * refactor: improve popupList impl/test
      
      * test(e2e): log JSON-RPC calls
      
      * fix: retry backoff logic
      
      * test(e2e): wait for hardhat/popup assertions
      
      * fix: remove transactions after expired
      
      * test(e2e): re-enable other swap tests
      Co-authored-by: default avatarJordan Frankfurt <jordanwfrankfurt@gmail.com>
      
      * chore: rm console.log
      
      * fix: expire txs after 6h
      
      * refactor: dry trade info
      
      * test(e2e): use default deadline
      
      ---------
      Co-authored-by: default avatarJordan Frankfurt <jordanwfrankfurt@gmail.com>
      0b66fde2
    • Jordan Frankfurt's avatar
      feat(wallet-connect): add support for v2 (#6582) · 57883859
      Jordan Frankfurt authored
      * feat(wallet-connect): add support for v2
      
      * use theme button to fix opacity issue
      
      * fix lint
      
      * add new web3-react v2 package
      
      * add mainnet to chains list
      
      * fix test
      
      * yarn dedupe
      
      * add new @walletconnect/ethereum-provider
      
      * fix safari padding
      
      * fix second-click flash on popover toggle
      
      * add walletconnect theme
      
      * add goerli to non-prod chain selector
      
      * remove: debug
      
      * remove vertical line
      
      * WEB-2107 Fix modal close behavior
      
      * remove logging
      
      * clean up accountDrawerOpenAtom usage
      
      * remove irrelevant comments
      
      * remove unintentional whitespace diff
      
      * yarn yarn-deduplicate --strategy=highest
      
      * add conditional chain selector
      
      * update wc package version
      
      * goerli -> sepolia
      
      * goerli -> sepolia
      
      * yarn yarn-deduplicate --strategy=highest
      
      * UNIWALLET -> UNISWAP_WALLET
      
      * useWalletSupportsChain -> useWalletSupportedChains
      
      * use TOGGLE_SIZE
      
      * remove inline styles
      
      * remove inline styles and use better alt text
      
      * update Option.test
      
      * use a named function for forwardRef arg
      
      * fix types
      
      ---------
      Co-authored-by: default avatarJordan Frankfurt <jordan@CORN-Jordan-949.frankfurt>
      57883859