1. 22 Feb, 2023 2 commits
  2. 21 Feb, 2023 1 commit
    • Jack Short's avatar
      fix: not using stablecoin to calc price impact pwat (#5997) · 7b589561
      Jack Short authored
      * feat: implementing graphql endpoint
      
      * changing from hook to function call
      
      * initial gql routing works
      
      * feat: initial pwatRouting setup
      
      * sending correct amount
      
      * removing console
      
      * it is working
      
      * sufficient balance
      
      * 0 if no inputCurrency
      
      * removing value to send if erc20
      
      * removing console
      
      * permit2 optional flag
      
      * removing not necessary stuff
      
      * mobile fixes
      
      * overlay needs to be here
      
      * changing swap amount to pool reserves
      
      * refactoring routing logic
      
      * no route found button state
      
      * better price loading for insufficient liquidity
      
      * refactoring graphql routing code
      
      * overflow
      
      * initial comments
      
      * resetting bag status on input currency change
      
      * locking
      
      * done
      
      * remove helper text for eth
      
      * fix: pay with any token routing bug
      
      * reordering button
      
      * zindex
      
      * price updated
      
      * keeping debounce
      
      * feat: adding amplitude events for pwat
      
      * bumping analytics version
      
      * types and hooks
      
      * moving erc20 flag to useSendTransaction
      
      * why did i put it in a hook
      
      * no return
      
      * fix: not using usdc value to calculate price impact
      
      * refactor + loading state
      7b589561
  3. 18 Feb, 2023 4 commits
    • eddie's avatar
      feat: introduce statsig and expose dummy feature gate (#5974) · c9d3dc36
      eddie authored
      * feat: introduce statsig and expose dummy feature gate
      
      * feat: use the flag for different copy
      
      * feat: use amplitude user ID
      
      * fix: lock file
      
      * feat: upgrade analytics package
      
      * fix: update snapshots
      
      * fix: unit test snapshot
      
      * fix: fix tests and value check
      
      * feat: switch user ID to device ID
      
      * fix: move statsig wrapper
      
      * fix: move statsig wrapper
      
      * fix: e2e tests
      
      * fix: e2e tests
      
      * fix: env var
      
      * fix: env var
      
      * fix: try testEnv
      
      * fix: undo last commit
      
      * fix: e2e tests
      
      * fix: typo
      
      * fix: dont wait for init
      
      * wip
      
      * fix: undo wip change
      c9d3dc36
    • eddie's avatar
      fix: change e2e test language (#5999) · ef4d8fc2
      eddie authored
      ef4d8fc2
    • Jack Short's avatar
      feat: pwat amp events (#5991) · ff9cc5cb
      Jack Short authored
      * feat: implementing graphql endpoint
      
      * changing from hook to function call
      
      * initial gql routing works
      
      * feat: initial pwatRouting setup
      
      * sending correct amount
      
      * removing console
      
      * it is working
      
      * sufficient balance
      
      * 0 if no inputCurrency
      
      * removing value to send if erc20
      
      * removing console
      
      * permit2 optional flag
      
      * removing not necessary stuff
      
      * mobile fixes
      
      * overlay needs to be here
      
      * changing swap amount to pool reserves
      
      * refactoring routing logic
      
      * no route found button state
      
      * better price loading for insufficient liquidity
      
      * refactoring graphql routing code
      
      * overflow
      
      * initial comments
      
      * resetting bag status on input currency change
      
      * locking
      
      * done
      
      * remove helper text for eth
      
      * fix: pay with any token routing bug
      
      * reordering button
      
      * zindex
      
      * price updated
      
      * keeping debounce
      
      * feat: adding amplitude events for pwat
      
      * bumping analytics version
      
      * types and hooks
      
      * moving erc20 flag to useSendTransaction
      
      * why did i put it in a hook
      
      * no return
      ff9cc5cb
    • lynn's avatar
  4. 17 Feb, 2023 8 commits
  5. 16 Feb, 2023 6 commits
  6. 15 Feb, 2023 4 commits
  7. 14 Feb, 2023 3 commits
    • lynn's avatar
      fix: correct copy on TVL (#5968) · 9a257e0c
      lynn authored
      fix copy
      9a257e0c
    • cartcrom's avatar
      feat: migrate search tokens to gql (#5802) · 82646b77
      cartcrom authored
      * init
      
      * feat: search tokens hook
      
      * feat: search ordering
      
      * feat: separated FungibleToken parsing into sep function
      
      * refactor: memoized search token sorting
      
      * fix: cache waterfall issue
      
      * fix: removed no longer relevant test
      
      * feat: trending tokens from gql (#5805)
      
      * feat: trending tokens from gql
      
      * fix: reverted out-of-scope change
      
      * refactor: remove trendingTokensFetcher
      
      * fix: linted
      
      * fix: removed fetch policy overrides
      
      * fix: loading state cache
      
      * fix: unwrap native trending tokens
      
      * feat: refetch recently searched (#5894)
      
      * feat: trending tokens from gql
      
      * fix: reverted out-of-scope change
      
      * refactor: remove trendingTokensFetcher
      
      * feat: recently searched tokens query
      
      * fix: linted
      
      * feat: combined query function
      
      * feat: recently searched hooks
      
      * feat: combined query
      
      * fix: removed fetch policy overrides
      
      * fix: loading state cache
      
      * fix: empty history loading state
      
      * fix: revert change
      
      * fix: revert unintended nft query change
      
      * refactor: state functions
      
      * fix: removed unnused query var
      
      * fix: unwrap native trending tokens
      
      * feat: remove fungible token type (#5896)
      
      * feat: trending tokens from gql
      
      * fix: reverted out-of-scope change
      
      * refactor: remove trendingTokensFetcher
      
      * feat: recently searched tokens query
      
      * fix: linted
      
      * feat: combined query function
      
      * feat: recently searched hooks
      
      * feat: combined query
      
      * fix: removed fetch policy overrides
      
      * fix: loading state cache
      
      * fix: empty history loading state
      
      * fix: revert change
      
      * fix: revert unintended nft query change
      
      * refactor: state functions
      
      * fix: removed unnused query var
      
      * refactor: remove FungibleToken type
      
      * refactor: use TokenStandard.Native instead of string
      
      * refactor: improve boolean logic readability
      
      * refactor: removed duplicate code
      
      * fix: unwrap native trending tokens
      
      * fix: type error
      
      * fix: duplicate entry bug
      
      * refactor: use undefined instead of null/string cast
      
      * fix: update apollo types
      
      * fix: polygon edge case & polish
      82646b77
    • Jordan Frankfurt's avatar
  8. 10 Feb, 2023 4 commits
  9. 09 Feb, 2023 7 commits
  10. 08 Feb, 2023 1 commit