- 22 May, 2023 3 commits
-
-
cartcrom authored
* feat: special case arb search * fix: check both current and existing token
-
Zach Pomerantz authored
* test(e2e): improve memory mgmt * test(e2e): record flakes * test(e2e): simplify tests in attempt to de-flake * test(e2e): more simplification * test(e2e): disable transaction popup checks * test(e2e): better wrap assertions * test(e2e): always assert both inputs
-
Vignesh Mohankumar authored
* chore: remove chunkResponseStatus tag * lint
-
- 21 May, 2023 1 commit
-
-
Jordan Frankfurt authored
* fix: use ephemeral props for styled component * add
-
- 20 May, 2023 1 commit
-
-
Zach Pomerantz authored
* build: notify from notify/test * debug * debug2 * revert debugs
-
- 19 May, 2023 10 commits
-
-
Tina authored
use client side router only for price fetching
-
Mike Grabowski authored
feat: expand by default
-
Zach Pomerantz authored
-
Mike Grabowski authored
* feat: add price impact back * chore: update tes tname * chore: update snapshot for price impact * fix * fix * update snapshot after rebase * update snapshot
-
Zach Pomerantz authored
-
Zach Pomerantz authored
-
Zach Pomerantz authored
-
Zach Pomerantz authored
* test(e2e): mv swap to dir * test(e2e): split swap/wrap/errors * test(e2e): de-flake wrap
-
Charles Bachmeier authored
only request 1 listing Co-authored-by:
Charles Bachmeier <charlie@genie.xyz>
-
cartcrom authored
* fix: handle portfolio staleness upon account change * fix: only consider current account for tx updates * test: add e2e test for account switching * fix: remove unnused data-testid * fix: added todo comment * refactor: move test into existing folder * fix: add account to dependency array * todo: tx reducer * test: update cypress config to pass in env variables * fix: undo unintended change * fix: use process.env * fix: use regex instead of env
-
- 18 May, 2023 5 commits
-
-
eddie authored
-
lavalamp authored
Fix YAML spacing
-
Charles Bachmeier authored
* show data page header when nft scrolled out of view * add new snapshot test * useRef for observer * add comment --------- Co-authored-by:
Charles Bachmeier <charlie@genie.xyz>
-
lavalamp authored
* Final CI fixes pass * Change cut to awk * Remove workflow_dispatch * Start, success, failure messges * Deploy from main and add comment * Update .github/workflows/2-deploy-to-staging.yml Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Update jobs to have correct comments, simplification in prod --------- Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org>
-
Zach Pomerantz authored
* test(e2e): de-flake service-worker * feat: rm stale cache storage * fix: put not del * fix: staging and test * test: include staging * fix: log * test: rm console.log * fix: unregister before * test: deflake by restoring state afterwards
-
- 17 May, 2023 8 commits
-
-
Zach Pomerantz authored
* test(e2e): mv swap to dir * test(e2e): split swap/wrap/errors
-
Zach Pomerantz authored
-
cartcrom authored
* fix: update nonce-deduplication logic * lint
-
eddie authored
* test: swap flow cypress tests * fix: use default parameter * feat: use Swap Component on TDP * feat: auto nav for TDP tokens * chore: merge * chore: merge * chore: merge * chore: merge * fix: remove extra inputCurrency URL parsing logic * fix: undo last change * fix: pass expected chain id to swap component * fix: search for default tokens on unconnected networks if needed * test: e2e test for l2 token * fix: delete irrelevant tests * fix: address comments * fix: lint error * test: update TDP e2e tests * fix: use pageChainId for filter * fix: rename chainId * fix: typecheck * fix: chainId bug * fix: chainId required fixes * fix: bad merge in e2e test * fix: remove unused test util * fix: remove unnecessary variable * fix: token defaults * fix: address comments * fix: address comments and fix tests * fix: e2e test formatting, remove Maybe<> * fix: remove unused variable * fix: use feature flag for swap component on TDP * fix: back button * feat: copy review screen UI from widgetg * fix: modal padding * feat: add final detail row * fix: remove widget comment * fix: update unit tests * fix: code style consistency * fix: remove padding from AutoColumn * fix: update snapshots * fix: use semantic gaps * fix: more px and gaps * fix: design feedbacks * fix: button radius in summary modal * fix: design nits * feat: update design of summary modal * fix: font weight and vertical spacing * fix: update snapshots * fix: css nits * fix: modal flicker when refetching trade * fix: comments * fix: code style improvements * feat: require trade to be defined * fix: remove extra props from ThemedTexts * fix: one more trans * fix: remove unused export * feat: remove undefined checks and other fixes * fix: update test * fix: add missing dollar sign * fix: remove null check and update test * fix: remove max width from detail row value * fix: remove isOpen prop * fix: isopen
-
Vignesh Mohankumar authored
* feat: add retry logic for lazy import * try again * add tests * refactor: moves retry helper to subfolder * missing-files * fix * doc comment * tsdoc * fake timers * fix * add eslint rule * try again? * try again? * only dynamic * try again * try again * IT WORKS * add retry * fix * add test * warn -> error * lint * lint * lint * add back cache * rm test * try again * real timers but really short intervals * try returning the promise? * try returning the promise? * try this package * retry * Update src/utils/retry.ts Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Update rules/enforce-retry-on-import.js Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Update rules/enforce-retry-on-import.js Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * eslint_rules * test fixes * name * fix --------- Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org>
-
Vignesh Mohankumar authored
* fix: handle switchChain failure in swap * comment * fix
-
Vignesh Mohankumar authored
* fix: filter error caused by missing meta tags * fix
-
Tina authored
* Refactor swap quote flow with widget logic * remove console logging * add ignore path for serialization check and pass in native currencies for client side routing * apply stashed changes * revert node version change * remove TODO comment because maybe no longer relevant * update unit tests * wip: add snapshot test * add snapshot test for gas estimate badge * address PR comments: rename variables, fix client side router initialization * update Trade type * add TODO comment about isExactInput util * change | undefined convention to ? * PR comments * update type * remove client side initialization logic and replace with TODO * use routing-api for price fetching trades too * remove QuoteType.Initialized
-
- 16 May, 2023 8 commits
-
-
Vignesh Mohankumar authored
* fix: remove trailing slash from request url * moves cast * {}
-
Vignesh Mohankumar authored
* beforeSend tests * fix * refactor: filterKnownErrors -> shouldRejectError (#6547) * refactor: filterKnownErrors -> shouldRejectError * no unknown * comments
-
Joshua DeCristi authored
* fix: minimum output should be showing maximum input when trade type is exact output * fix: test for minimum output should be showing maximum input when trade type is exact output --------- Co-authored-by:
Josh DeCristi <joshdecristi@Joshs-MacBook-Pro.local>
-
Charles Bachmeier authored
* fix: rm unused const * use component * update snapshot --------- Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> Co-authored-by:
Charles Bachmeier <charlie@genie.xyz>
-
Mike Grabowski authored
* feat: initial commit * chore: add unit tests * chore: move menubutton to sep. component * chore: simplify styles and add real focused state * chore: fix tests + some other tweaks * chore: rename * test: add snapshot tests * tweaks
-
Jack Short authored
-
Vignesh Mohankumar authored
-
Zach Pomerantz authored
* fix: Revert "fix: Revert "build: upgrade to webpack 5 (#6459)" (#6566)" This reverts commit 5e591455. * build: polyfill Buffer * docs: fix comment negation
-
- 15 May, 2023 4 commits
-
-
eddie authored
-
Charles Bachmeier authored
* feat: [DetailsV2] Add left padding to trait rows * update snapshot --------- Co-authored-by:
Charles Bachmeier <charlie@genie.xyz>
-
Tina authored
catch AUTO case for routing-api
-
Vignesh Mohankumar authored
* polyfill * lint * polyfill test * dedupe
-