- 04 May, 2023 3 commits
-
-
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 9 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
-
lynn authored
* tests are complete * update comment * remove console log, and test close icon * init * lets try something else to avoid timeout * try splitting up last test for timeout * undo, it wasnt working * revert order test * add comment for sanity check * test another way * try userEvent * increase timeout * move timeout * init * use test constants * use constants * change address * more comprehensive tests * merge constants and use mocked * remove comments * remove dual import * Update src/components/swap/UnsupportedCurrencyFooter.test.tsx Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * respond comments * update tests * remove console log * fixes * add act --------- Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org>
-
lynn authored
* init for swap details dropdown test * more tests * complete tests, ready for review * add to dev deps * init * merge main * init * use test constants * use constants * change address * more comprehensive tests * merge with constants * move noop * add eslint rule * return null in noop * merge * update snapshot * constant name * snapshot change * lint * undo eslint change * Update src/components/swap/SwapDetailsDropdown.test.tsx Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Update src/components/swap/SwapDetailsDropdown.test.tsx Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Update src/components/swap/SwapDetailsDropdown.test.tsx Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * respond comments * update snapshot * merge main * user event instead * add act * import fix --------- Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org>
-
Jack Short authored
* chore: updating listing marketplace icons * removing svgs from public * responding to comments
-
lynn authored
* init * init * init * use test constants * use constants * change address * more comprehensive tests * move noop * add eslint rule * return null in noop * merge * checkpoint * fixes * add tooltip test * remove unused file * merge swap modal header * add third test * add test for syncing and loading case * respond to comments * more descriptive comments * update snapshot * update * change to act
-
lynn authored
* swap footer modal test * remove empty test * init * merge main and jordan comment * init * use test constants * use constants * change address * more comprehensive tests * merge constants * fix errors * remove dual import noop * update snapshot * Update src/components/swap/SwapModalFooter.test.tsx Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * update snapshot --------- Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org>
-
- 27 Apr, 2023 5 commits
-
-
matteen authored
* feat: add L2 CG tokenlists * remove extra line
-
Jordan Frankfurt authored
* fix: disable bnb network option on uniwallet * use supported chain set
-
lavalamp authored
* Initial draft of Slack notification on releases/* merges Test * Add back proper Slack message content * Feedback revisions * Update .github/workflows/notify-slack-on-release-merge.yml Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Update .github/workflows/notify-slack-on-release-merge.yml Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Update .github/workflows/notify-slack-on-release-merge.yml Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Comments * revert to github env * Add PR target back * Revert multi-line * write to context, add multi-line back * Try other reference to context * one other way of settings output... * Pull from output * Remove env * Remove PR target --------- Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org>
-
Zach Pomerantz authored
* build: allow parallel cypress re-run * build: add a step
-
Jordan Frankfurt authored
* feat: mining mode switch to update so we can make assertions about pending transaction state * update test to use explicit mining * Update hardhat.config.js Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> --------- Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org>
-
- 26 Apr, 2023 5 commits
-
-
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> * stub sending a transaction to simulate wallet rejection of a transaction finish test s * Update cypress/e2e/swap.test.ts Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * lint * fix network connection bug --------- Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org>
-
Charles Bachmeier authored
* updated blocked collections and don't allow for address search of blocked collections * revert to array
-
Zach Pomerantz authored
* test: web3 * fix: wallet connection analytics * test: wallet connection analytics * build: upgrade web3-react@^8.2 * test: web3 * chore: better merge * fix: unmock * fix: use usePrevious * fix: naming * fix: deps
-
Vignesh Mohankumar authored
* fix: filter OneKey related errors * fix * .app
-
Charles Bachmeier authored
remove patches
-