-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e574612
commit c75d595
Showing
1,069 changed files
with
38,241 additions
and
35,993 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,19 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname -- "$0")/_/husky.sh" | ||
|
||
yarn g:run-fast-checks | ||
yarn g:run-fast-checks | ||
|
||
if command -v git-secrets &> /dev/null | ||
then # only run if git-secrets is installed | ||
# Initialise git-secrets configuration | ||
git-secrets --register-aws > /dev/null | ||
|
||
echo "Running git-secrets..." | ||
# Scans all files that are about to be committed. | ||
git-secrets --pre_commit_hook -- "$@" | ||
fi | ||
|
||
if command -v trufflehog &> /dev/null | ||
then # only run if trufflehog is installed | ||
trufflehog git file://. --since-commit HEAD --only-verified --fail | ||
fi |
30 changes: 30 additions & 0 deletions
30
.yarn/patches/@tanstack-react-query-npm-5.51.16-8fa6414eca.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
diff --git a/package.json b/package.json | ||
index e4b37644f3a62171deaff6dbf7731979ce751c78..7b2ca64565c0c6318ba01ff26cb4fad1c7419b0d 100644 | ||
--- a/package.json | ||
+++ b/package.json | ||
@@ -15,22 +15,9 @@ | ||
"url": "https://github.com/sponsors/tannerlinsley" | ||
}, | ||
"type": "module", | ||
- "types": "build/legacy/index.d.ts", | ||
- "main": "build/legacy/index.cjs", | ||
- "module": "build/legacy/index.js", | ||
- "exports": { | ||
- ".": { | ||
- "import": { | ||
- "types": "./build/modern/index.d.ts", | ||
- "default": "./build/modern/index.js" | ||
- }, | ||
- "require": { | ||
- "types": "./build/modern/index.d.cts", | ||
- "default": "./build/modern/index.cjs" | ||
- } | ||
- }, | ||
- "./package.json": "./package.json" | ||
- }, | ||
+ "types": "build/modern/index.d.ts", | ||
+ "main": "build/modern/index.cjs", | ||
+ "module": "build/modern/index.js", | ||
"sideEffects": false, | ||
"files": [ | ||
"build", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* @uniswap/web-admins |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,63 @@ | ||
We are back with some new updates! Here’s the latest: | ||
|
||
Onboarding Improvements: New unfunded wallets will experience our upgraded homepage, which gives a preview of our token explore page, as well as a card stack of onboarding steps to complete. | ||
|
||
Haptic Touch Settings: Users can now toggle their haptic touch preferences on the Settings page. | ||
|
||
Other changes: | ||
|
||
- Improved context menus on Swap Activity Items | ||
- Increased fiat onramp options for stablecoins on the Polygon network | ||
- Various bug fixes and performance improvements | ||
IPFS hash of the deployment: | ||
- CIDv0: `QmdkgTrLeXsNsutYMS3KcRCpLA69uupUtXk4fbLJTtxitL` | ||
- CIDv1: `bafybeihfa45bbn7mpgu5phtqvg5w3s3bmcabkb5kdp6gkndkcnunwdbffu` | ||
|
||
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org). | ||
|
||
You can also access the Uniswap Interface from an IPFS gateway. | ||
**BEWARE**: The Uniswap interface uses [`localStorage`](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) to remember your settings, such as which tokens you have imported. | ||
**You should always use an IPFS gateway that enforces origin separation**, or our hosted deployment of the latest release at [app.uniswap.org](https://app.uniswap.org). | ||
Your Uniswap settings are never remembered across different URLs. | ||
|
||
IPFS gateways: | ||
- https://bafybeihfa45bbn7mpgu5phtqvg5w3s3bmcabkb5kdp6gkndkcnunwdbffu.ipfs.dweb.link/ | ||
- https://bafybeihfa45bbn7mpgu5phtqvg5w3s3bmcabkb5kdp6gkndkcnunwdbffu.ipfs.cf-ipfs.com/ | ||
- [ipfs://QmdkgTrLeXsNsutYMS3KcRCpLA69uupUtXk4fbLJTtxitL/](ipfs://QmdkgTrLeXsNsutYMS3KcRCpLA69uupUtXk4fbLJTtxitL/) | ||
|
||
## 5.44.0 (2024-08-28) | ||
|
||
|
||
### Features | ||
|
||
* **web:** adding v4 everywhere feature flag (#10886) 5b065e9 | ||
* **web:** enhanced dropdown component in prep for v4 changes (#11070) 6e4565c | ||
* **web:** new pools page and rename old pools pages (#11004) 7b774cc | ||
* **web:** tamaguify explore page (charts) (incl. snapshots) (#11117) 8485f71 | ||
* **web:** tamaguify explore page (tables) (incl. snapshots) (#11118) e29104d | ||
* **web:** use uniswap currency info (#11064) 00da3f5 | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **web:** add error policy all to balances web query (#11176) 1100abe | ||
* **web:** dont double format amountOut (#11111) d4d3df2 | ||
* **web:** extraneous useClickOutside for DropdownSelector components (#11109) 501adb9 | ||
* **web:** fallback to common bases (#11140) 0fac4f6 | ||
* **web:** fix button label on add/v2 page (#11156) 31b7462 | ||
* **web:** fix modal height for absolute-positioned modal contents (#11152) 0b2919c | ||
* **web:** fix switchChain for single-chain wallets (#11342) 9621efe | ||
* **web:** remove redirect from landing page when connected (#11207) dc75f2a | ||
* **web:** remove second language selection menu (#11263) 62eeedf | ||
* **web:** tdp pdp tamagui staging hotfix (#11311) fa0312e | ||
* **web:** Use neutralContrast for Add Liq and Preview buttons - staging (#11315) ca38bad | ||
* **web:** Use neutralContrast for Swap button (#11065) 962f3e5 | ||
* **web:** use reduceRight instead of findLastIndex for activeIndex (#11201) 1adceb3 | ||
* **web:** use updated Arb Xv2 experiment name & update UniswapX SDK (#11058) a54ba3e | ||
* **web:** Volume Explore chart TimeSelector colors - staging (#11322) 8e2a763 | ||
|
||
|
||
### Continuous Integration | ||
|
||
* **web:** update sitemaps 3c8a16c | ||
|
||
|
||
### Code Refactoring | ||
|
||
* **web:** tamaguify buy form (#10981) 3743d77 | ||
|
||
|
||
### Tests | ||
|
||
* **web:** useCurrencyInfo (#11085) 92adc3b | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
mobile/1.33 | ||
web/5.44.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
"@sentry/react": "7.80.0", | ||
"@sentry/webpack-plugin": "2.10.3", | ||
"@svgr/webpack": "8.0.1", | ||
"@tamagui/core": "1.108.2", | ||
"@tamagui/core": "1.108.4", | ||
"@types/uuid": "9.0.1", | ||
"@uniswap/analytics-events": "2.36.0", | ||
"@uniswap/universal-router-sdk": "2.2.0", | ||
|
@@ -26,7 +26,7 @@ | |
"react-i18next": "14.1.0", | ||
"react-native": "0.73.6", | ||
"react-native-gesture-handler": "2.15.0", | ||
"react-native-reanimated": "npm:[email protected]", | ||
"react-native-reanimated": "3.15.0", | ||
"react-native-svg": "15.1.0", | ||
"react-native-web": "0.19.10", | ||
"react-qr-code": "2.0.12", | ||
|
@@ -74,7 +74,7 @@ | |
"serve": "^14.2.0", | ||
"statsig-js": "4.41.0", | ||
"swc-loader": "^0.2.3", | ||
"tamagui-loader": "1.108.2", | ||
"tamagui-loader": "1.108.4", | ||
"typescript": "5.3.3", | ||
"webpack": "5.90.0", | ||
"webpack-cli": "^5.0.1", | ||
|
@@ -88,8 +88,8 @@ | |
"env:local:download": "bash ../../scripts/downloadEnvLocal.sh web-local-envs ../../.env", | ||
"env:local:upload": "bash ../../scripts/uploadEnvLocal.sh web-local-envs ../../.env", | ||
"format": "../../scripts/prettier.sh", | ||
"lint": "eslint . --ext ts,tsx --max-warnings=0", | ||
"lint:fix": "eslint . --ext ts,tsx --fix", | ||
"lint": "NODE_OPTIONS=--max_old_space_size=8192 eslint . --ext ts,tsx --max-warnings=0", | ||
"lint:fix": "NODE_OPTIONS=--max-old-space-size=8192 eslint . --ext ts,tsx --fix", | ||
"start": "webpack serve --config webpack.config.js", | ||
"start:absolute": "yarn start:absolute:mac", | ||
"start:absolute:mac": "yarn start --output-path /Users/Shared/stretch", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
9 changes: 2 additions & 7 deletions
9
apps/extension/src/app/components/Trace/TraceUserProperties.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.