- 11 May, 2023 2 commits
-
-
Jack Short authored
-
Vignesh Mohankumar authored
* fix: disables CMC list temporarily * -
-
- 10 May, 2023 17 commits
-
-
Jack Short authored
* initial layout assuming media type exists * fixing embeds * media type function * updated snapshot test * initial shadow impl * better shadows * audio player controls * updating tests * content not available handlers * errors on all media types * removing fullscreen from iframe * adding snapshot tests * responding to comments * text align center * updating tests
-
lavalamp authored
* GH action for deploying to production * Remove dependency on tests * Update .github/workflows/4-deploy-to-prod.yml Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Update .github/workflows/4-deploy-to-prod.yml Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Add tag as action step rather than separate target * Comments * Update .github/workflows/4-deploy-to-prod.yml Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Specify branches * Update run name --------- Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org>
-
Jack Short authored
* chore: bubbling up pwat spender from route query * refactoring * adding loading state * moving to loading allowance * responding to comments * linting
-
Zach Pomerantz authored
-
Vignesh Mohankumar authored
* refactor: return onDemandEntries instead of mediaURLs * lint * fix test
-
Mike Grabowski authored
* chore: initial commit * chore: add todo to refactor and simplify if conditional in the future * chore: update layout * chore: ui tweaks * chore: add todo * chore: change todo * chore: update UI * chore: tmp * feat: rename router preference * chore: update type * fix error * fix one more issue * finish UI work * chore: remove unecessary components * chore: update non-snapshot unit tests * chore: fix lint * chore: fix ts * chore: one more time * fix * chore: update snapshots * chore: add jira tickets * chore: fix mobile popovers * chore: add analytics event * chore: fix padding and send event * chore: fix loading state * oops * chore: address review * chore: comment * chore
-
Vignesh Mohankumar authored
Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org>
-
lavalamp authored
* Initial draft of releases/staging force push * Rename * Update PAT, test on PR target * Remove pull request target, add environment * Update .github/workflows/push-staging.yml Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Update .github/workflows/push-staging.yml Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Update .github/workflows/push-staging.yml Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * comments * Update step name --------- Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org>
-
lavalamp authored
* Add action for promoting to prod * Update .github/workflows/pr-staging-to-prod.yml Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Update .github/workflows/pr-staging-to-prod.yml Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Update .github/workflows/pr-staging-to-prod.yml Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Update .github/workflows/pr-staging-to-prod.yml Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Update .github/workflows/pr-staging-to-prod.yml Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Comments * Comments * Remove commit message * Fix service account reference, add CODEOWNERS * Update .github/workflows/pr-staging-to-prod.yml Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Nits * Fix newline --------- Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org>
-
lavalamp authored
* Staging deploy GH action definition * Remove workflow_dispatch * Update src/utils/env.ts Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Restrict sentry reporting to staging environment * Rename and change environment --------- Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org>
-
Vignesh Mohankumar authored
* fix: properly filter AbortErrors * lol
-
Zach Pomerantz authored
* build: cache generated files across builds * docs: lingui pkg-up comment * docs: explain clean extraction
-
Vignesh Mohankumar authored
* fix: add chunkResponseStatus tag * add-tests * fix tests * tests * description * comments * comment * move * comment * lint
-
matteen authored
* chore(deps): bump @uniswap/token-lists * run yarn deduplicate
-
matteen authored
* feat: add tokenlist validation * use alternative for spread operator * maintain tokenlists version and use original ajv version * bump ajv * Revert "bump ajv" This reverts commit b9d2dd61c61f4aeedc00faf034c5a6e89b0d28fc. * rename vars in validator * update gitignore * nit fixes * test * add ^ back * remove ^ * removed and readded ajv * try require.resolve * Revert "try require.resolve" This reverts commit 62f58bcb7f02f1ead430a4c94ca3428a60d4d4c5. * bump eslint-config * yarn lock merge conflict * bring back spread operator * remove redundant lint ignore
-
Jack Short authored
* feat: background for nft details * fixing top spacing * adding new states for zindex
-
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 4 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
-