-
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
4b7d966
commit e2030c5
Showing
1,035 changed files
with
24,553 additions
and
21,017 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
.yarn/patches/expo-screen-capture-npm-5.8.1-78e5827fdf.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,11 @@ | ||
diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml | ||
index 42d06e3881a66499d627e549f7db36e1cba43c38..3879b1c3fafeb2455f28cb58c7629eb85846fc70 100644 | ||
--- a/android/src/main/AndroidManifest.xml | ||
+++ b/android/src/main/AndroidManifest.xml | ||
@@ -1,5 +1,5 @@ | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" android:maxSdkVersion="32" /> | ||
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES"/> | ||
- <uses-permission android:name="android.permission.DETECT_SCREEN_CAPTURE" android:maxSdkVersion="34" /> | ||
+ <uses-permission android:name="android.permission.DETECT_SCREEN_CAPTURE" android:minSdkVersion="34" /> | ||
</manifest> |
Validating CODEOWNERS rules …
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,7 +1,49 @@ | ||
We are back with some new new updates! Here’s the latest: | ||
IPFS hash of the deployment: | ||
- CIDv0: `QmUT3C4vpZnekvr6tpufvmko2T9KRR8VfDvMB3ddJhEC8s` | ||
- CIDv1: `bafybeic2zedotxnbrjgoh3kki7g4oatccgiqwag5xsmcuk33tijqgv2zpq` | ||
|
||
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://bafybeic2zedotxnbrjgoh3kki7g4oatccgiqwag5xsmcuk33tijqgv2zpq.ipfs.dweb.link/ | ||
- https://bafybeic2zedotxnbrjgoh3kki7g4oatccgiqwag5xsmcuk33tijqgv2zpq.ipfs.cf-ipfs.com/ | ||
- [ipfs://QmUT3C4vpZnekvr6tpufvmko2T9KRR8VfDvMB3ddJhEC8s/](ipfs://QmUT3C4vpZnekvr6tpufvmko2T9KRR8VfDvMB3ddJhEC8s/) | ||
|
||
## 5.46.0 (2024-09-11) | ||
|
||
|
||
### Features | ||
|
||
* **web:** [multi-explore] disable not hide TX tab on all networks (#11527) 54773e6 | ||
* **web:** add info popups to search results (#11588) bc09156 | ||
* **web:** memoize most of explore - staging (#11748) fae44d0 | ||
* **web:** update the columns in the explore pools tab (#11492) 7fc1c8d | ||
* **web:** use Spore radio button for LP fee selector (#11284) 33c77c8 | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **web:** 09 09 fix web remove vote pages staging (#11700) 60b48d3 | ||
* **web:** Add unsupported style to Explore Table network options - staging (#11708) 1fd4a47 | ||
* **web:** connected account button toggles modal (#11343) 8834682 | ||
* **web:** fix missing charts on PDP (#11312) 3dae6a8 | ||
* **web:** fix uniswap wallet connect QR code (#11507) cf360ff | ||
* **web:** hide scroll more on midHeight (#11509) d121ce1 | ||
* **web:** landing page should also have multichainUX (#11484) 49e7ad9 | ||
* **web:** Show all tabs when multichain_explore is disabled (#11532) 1e5febc | ||
* **web:** show share menu over chart (#11513) 20035a7 | ||
* **web:** update chart header z index (#11608) c0adb87 | ||
* **web:** use onchain instead of swapping (#11779) e0020fd | ||
* **web): Revert "feat(web:** [multi-explore] disable not hide TX tab on all net… (#11775) 5a40308 | ||
|
||
|
||
### Continuous Integration | ||
|
||
* **web:** update sitemaps 0fdba92 | ||
|
||
|
||
- Faster wallet imports when importing a recovery phrase! | ||
- Faster loading of your NFTs on the NFT Tab | ||
- Added toasts when hiding and unhiding NFTs | ||
- Better loading states in the transaction details sheets | ||
- Various bug fixes and performance improvements |
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 @@ | ||
extension/1.4.1 | ||
web/5.46.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
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
4 changes: 2 additions & 2 deletions
4
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
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.