- 10 May, 2023 1 commit
-
-
cartcrom authored
fix: update svg path
-
- 09 May, 2023 6 commits
-
-
Zach Pomerantz authored
* test(e2e): split e2e commands/setup * test(e2e): consolidate tests * test(e2e): simplify * test(e2e): mv token details tests to appropriate spec * test(e2e): rm obsolete constant * test(e2e): comments * test(e2e): do not wait for animations
-
Jordan Frankfurt authored
-
Vignesh Mohankumar authored
* fix: ensure event.request is defined in trace * add check for empty event
-
Mike Grabowski authored
* feat: initial commit * remove extra check * chore: divider fix * feat: switch from boolean to routerPreference enum * chore: align name * chore: fix two errors * chore: clean up * chore: entire radio button clickable * chore: remove unused toggle component * Revert "chore: remove unused toggle component" This reverts commit 42858a02b5bcd572682db38025b69f8b1426a8c1. * feat: rewrite slippage * feat: Slippage * chore: tbd tomorrow * Update src/state/user/reducer.ts Co-authored-by:
Tina <59578595+tinaszheng@users.noreply.github.com> * feat: replace auto with Slippage enum * chore: add todo for deadline * chore: cleanup * feat: improve autoslippage * chore: replace price with auto * chore: fix lint * test: add coverage for Expand * chore: fix tests * chore: review feedback part 1 * chore: rework warning * chore: add jira tickets * feat: add tests for useUserSlippageTolerance * chore: add some more * chore: one more * add tests for slippage * chore: add unit tests for transactionsettings * remove * revet changes to improve coverage * chore: update to figma caption * chore * chore * chore: update wording * Update src/components/Expand/index.tsx Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * fix: issue with new value, update confusing migration comment * chore: remove opacity animation temporarily * chore: update snapshot test * chore: fix e2e + update comment * chore: fix tests * chore: fix tests --------- Co-authored-by:
Tina <59578595+tinaszheng@users.noreply.github.com> Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org>
-
Vignesh Mohankumar authored
-
Zach Pomerantz authored
* test(e2e): mock uniswap token lists from ipfs * test(e2e): correctly intercept
-
- 08 May, 2023 1 commit
-
-
Charles Bachmeier authored
* update OS listing fee * remove redundancy --------- Co-authored-by:
Charles Bachmeier <charlie@genie.xyz>
-
- 06 May, 2023 2 commits
-
-
cartcrom authored
* feat: updates useAllTokensMultichain to return userAddedTokens * fix: use correct types in tests * chore: add documentation for future removal of TokenAddressMap * fix: use doc comments * test: add unit test for useAllTokensMultichain * fix: check userAddedTokens for undefined
-
cartcrom authored
* build: upgrade cypress-hardhat * test: reset hardhat between tests * test: enable auto-mining * build: upgrade cypress-hardhat again * test: permit2 e2e tests * test: user approval rejection * refactor: reuse common permit util vars to reduce # of lines * fix: var casing * refactor: polish * refactor: clean up comments and function names * refactor: remove approval util and update scoping * fix: further nits
-
- 05 May, 2023 2 commits
-
-
Vignesh Mohankumar authored
* fix: handle addEventListener being unsupported on Safari * conditionally call * Revert "conditionally call" This reverts commit b6b7d2f0170caeca3aa8bf82ea97fd16a73cba44. * comment * fix * callback * add tests * lint * casting * good pr comments * fix
-
Jordan Frankfurt authored
-
- 04 May, 2023 6 commits
-
-
Vignesh Mohankumar authored
* fix: update service worker to precache css/js files * add test * move to utils * working tests * fixes * lint * change names * lint * change return type * fix * fix * changes * lint * rename cache * lint * fix comments and remove string[] case * string | * Update src/serviceWorker/utils.ts Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> ---------
-
Zach Pomerantz authored
-
eddie authored
-
Vignesh Mohankumar authored
* fix: add a catch on collect static call * comment
-
Charles Bachmeier authored
* chore: refactor Bag to use scroll hook * remove outdated comment --------- Co-authored-by:
Charles Bachmeier <charlie@genie.xyz>
-
Jordan Frankfurt authored
* initial draft * remove logs * assertions improvement * add more comments * add explicit call to disable automine * test out a very long timeout * Revert "test out a very long timeout" This reverts commit 0fc2666d6f4cb02739d14cf2aa07f041e6046669. * improve test reliability * remove mock list response * remove hardhat reset and clean up tests * simplify assertion * add zzmp's nits
-
- 03 May, 2023 8 commits
-
-
eddie authored
-
Jack Short authored
* feat: initial view of details landing page * gap * dynamic font sizes * added test * responding to comments * updating snapshot * linting
-
Jordan Frankfurt authored
* chore: ignore hardhat cache files * test: add forking hardhat config * test: install cypress-hardhat * build: add cypress-hardhat * fix: lint * build: add hardhat * build: add @sentry/types * fix: better origin * test: update cypress VisitOptions to include hardhat * fix: default to connected wallet user state * test: add a hardhat provider * build: update imports * chore: comments * fix: massage eth_sendTransaction * feat: example swap test (#6415) * initial commit * add intercept for amplitude * fix: destructure result * click swap submission * fix: eth_sendTransaction via bridge * test works * finish chain interaction test --------- Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * swap should render an error when a transaction fails due to a passed deadline * use mining utils to manage transaction confirmation * update to use new hardhat syntax and make comments more clear * test a very long timeout in CI * Revert "test a very long timeout in CI" This reverts commit 141c28e15c511f2338c2b5b2b60521a7cb4c1bda. * fiddle with automine settings * pr feedback * cleanup * bump cypress-hardhat * use setAutomine * use setAutomine * remove .reset --------- Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org>
-
Jordan Frankfurt authored
* chore: e2e test (un/)wrap transactions * wrap button should not be disabled (wait for enabled state) * use automine * pr feedback * configure automine * make tests stop relying on reset
-
Charles Bachmeier authored
update to listing with seaport 1.5 Co-authored-by:
Charles Bachmeier <charlie@genie.xyz>
-
Vignesh Mohankumar authored
* fix: filter chrome-extension errors in Sentry * check stack
-
eddie authored
-
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
-
- 02 May, 2023 4 commits
-
-
Zach Pomerantz authored
* build: cap chunk size to 5MB * test: rm size-tests
-
Zach Pomerantz authored
-
Vignesh Mohankumar authored
* fix: filter errors with OneKey in stack * check stack
-
Charles Bachmeier authored
* hide trait container when asset has no traits * add traits header row * trait value rows and scroll behaviour * row with placeholder values * add random filler values and proper scrollbar styles * working rarity graph * bar border radius * move rarity graph to its own file * always show scrim * working scrim and move traitrow to its own file * cleanup * remove padding * move scrollbar right * add snapshot tests * add comment about randomly generated rarities * cleanup * only pass traits * justify * not important * cleanup scrim styles * remove comment * add scroll state hook * lint * update test * object over map * remove spaces * justify content * add ticket * add comments * update snapshot * add link and hover state to trait component * correct padding * respond to comments * add component and use css for vis --------- Co-authored-by:
Charles Bachmeier <charlie@genie.xyz>
-
- 01 May, 2023 4 commits
-
-
Zach Pomerantz authored
-
Jack Short authored
* chore: removing pwat flag * removing it from enum * updating test * trade is not the same as usingPwat
-
Charles Bachmeier authored
* hide trait container when asset has no traits * add traits header row * trait value rows and scroll behaviour * row with placeholder values * add random filler values and proper scrollbar styles * working rarity graph * bar border radius * move rarity graph to its own file * always show scrim * working scrim and move traitrow to its own file * cleanup * remove padding * move scrollbar right * add snapshot tests * add comment about randomly generated rarities * cleanup * only pass traits * justify * not important * cleanup scrim styles * remove comment * add scroll state hook * lint * update test * object over map * remove spaces * justify content * add ticket * add comments * update snapshot * correct padding --------- Co-authored-by:
Charles Bachmeier <charlie@genie.xyz>
-
Vignesh Mohankumar authored
* fix: match OneKey more generically * flip * Update src/tracing/errors.test.ts Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Update src/tracing/errors.test.ts Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Update src/tracing/errors.test.ts Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * backslashes * fix ---------
-
- 29 Apr, 2023 2 commits
-
-
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
-
Jordan Frankfurt authored
* fix: spoof origin and referer * comments, chaining, and an accurate replication of amplitude response bodies
-
- 28 Apr, 2023 4 commits
-
-
Vignesh Mohankumar authored
-
Zach Pomerantz authored
-
Zach Pomerantz authored
build: coverage on CI by default
-
Jack Short authored
* chore: moving nft test fixtures to their own file * refactoring structure * renaming file
-