Skip to content

Commit 5a7e99f

Browse files
ci(release): publish latest release
1 parent dbf7d74 commit 5a7e99f

File tree

1,404 files changed

+28382
-31634
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,404 files changed

+28382
-31634
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ yarn-error.log*
4141
dist/out-tsc/*
4242

4343
# Locale backup/generated files
44-
packages/uniswap/src/i18n/locales/source/*_old.json
45-
packages/uniswap/src/i18n/locales/@types/resources.d.ts
44+
packages/wallet/src/i18n/locales/source/*_old.json
45+
packages/wallet/src/i18n/locales/@types/resources.d.ts
4646

4747
# ci
4848
.ci-cache/

.yarn/patches/@tamagui-animations-moti-npm-1.92.0-a8dde990ec.patch

Lines changed: 0 additions & 13 deletions
This file was deleted.

.yarn/patches/zone.js-npm-0.14.4-2d2e93cd7c.patch

Lines changed: 58 additions & 0 deletions
Large diffs are not rendered by default.

CODEOWNERS

Lines changed: 0 additions & 1 deletion
This file was deleted.

RELEASE

Lines changed: 5 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,8 @@
1-
IPFS hash of the deployment:
2-
- CIDv0: `QmeLuyYmQQCSzTEYryna85cJBTcjHnjbDcjJtBSccphwUj`
3-
- CIDv1: `bafybeihnzraj4jalegaxyrcq7ihscy2uetpcz6acu5m5iagwpqv6qva2ga`
1+
We are back with another round of small updates. Here’s what’s new:
42

5-
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
6-
7-
You can also access the Uniswap Interface from an IPFS gateway.
8-
**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.
9-
**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).
10-
Your Uniswap settings are never remembered across different URLs.
11-
12-
IPFS gateways:
13-
- https://bafybeihnzraj4jalegaxyrcq7ihscy2uetpcz6acu5m5iagwpqv6qva2ga.ipfs.dweb.link/
14-
- https://bafybeihnzraj4jalegaxyrcq7ihscy2uetpcz6acu5m5iagwpqv6qva2ga.ipfs.cf-ipfs.com/
15-
- [ipfs://QmeLuyYmQQCSzTEYryna85cJBTcjHnjbDcjJtBSccphwUj/](ipfs://QmeLuyYmQQCSzTEYryna85cJBTcjHnjbDcjJtBSccphwUj/)
16-
17-
## 5.23.0 (2024-04-09)
18-
19-
20-
### Features
21-
22-
* **web:** [info] Rename Turnover to 1 day APR and update tooltip (#7086) ce58465
23-
* **web:** add eslint rule to disallow isIOS and isAndroid (#7230) 88a6a14
24-
* **web:** add Uniswap connect options for extension beta launch (#7189) 83f54de
25-
* **web:** display address in search results (#7225) 30f8964
26-
* **web:** fallback to token lists when no gql results (#7194) 3992111
27-
* **web:** improve performance on web by avoiding importing all of tamagui and only using core (#7175) bec8b1d
28-
* **web:** madge check for unit test code in CI (#7191) 11ce479
29-
* **web:** optimize size and lazy-loading on initial renders (#7295) cb198cd
30-
* **web:** rm the service worker (#7156) 7e4dee3
31-
* **web:** sort tokens like mobile does (#7213) 729dad8
32-
* **web:** update designs of Error state in ConfirmSwapModal (#7254) 6559d7b
33-
34-
35-
### Bug Fixes
36-
37-
* **web:** add crowdin secrets anywhere we run build:production (#7288) db34eac
38-
* **web:** add realtime gateway to connectSrc CSP (#7228) 306c2c1
39-
* **web:** alias react-native in web with react-native-web (#7239) 6901e34
40-
* **web:** allow prod to download crowdin t9n (#7345) 8fd106b
41-
* **web:** avoid react-native import for wrangler (#7263) 4a3ff62
42-
* **web:** bug with user-added tokens in currency search (#7202) e40ffbb
43-
* **web:** fix rich link previews (#6753) 3bac3ed
44-
* **web:** fix translations with JSX rendering as [object Object] (#7337) 4cb17f0
45-
* **web:** functions pass-through (#7340) 7d5213d
46-
* **web:** limit toast notification bug (#7283) dee776d
47-
* **web:** limits price bug (#7324) cb95d8a
48-
* **web:** mv statsig above apollo providers to enable realtime (#7224) f98a6f2
49-
* **web:** only call into StatSig once initialized (#7327) 5a07fc0
50-
* **web:** only show limit disclaimer on limit version of OffchainActivityModal (#7262) bc215ab
51-
* **web:** remove old locale files (#7259) e546de8
52-
* **web:** rich link preview average color extraction (#7305) f651da3
53-
* **web:** rich link preview image rbg color bug (#7326) d36a812
54-
55-
56-
### Code Refactoring
57-
58-
* **web:** [subscriptions] activity updater flow (#7171) d517540
59-
* **web:** use subscriptions endpoint for triggering token balances updates (#7131) adaf259
3+
Unicons Updates — these auto-generated icons are refreshed to be more visually appealing. You may have received a new one.
604

5+
Other changes:
616

7+
- Various UI fixes to our fiat-on ramp screens
8+
- Various bug fixes related to stale notifications

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web/5.23.0
1+
mobile/1.23

apps/mobile/.eslintignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ jest.config.js
44
metro.config.js
55
node_modules
66

7+
generated*.ts
8+
__generated__/
9+
710
storybook-static
811

912
coverage

apps/mobile/.prettierignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
ios
22
android
3-
.eslintrc.js
3+
src/abis/types
4+
generated*.ts
5+
__generated__/
6+
.eslintrc.js

apps/mobile/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,6 @@ Note: The app will likely have limited functionality when running it locally wit
131131

132132
Use the environment variables defined in the `.env.defaults.local` file to run the app locally.
133133

134-
You can use the command `yarn mobile env:local:download` if you have the 1password CLI to copy that file to your root folder.
135-
136134
### Compile contract ABI types
137135

138136
This is done in bootstrap but good to know about. Before the code will compile you need to generate types for the smart contracts the wallet interacts with. Run `yarn g:prepare` at the top level. Re-run this if the ABIs are ever changed.

apps/mobile/android/app/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ android {
107107
include (*reactNativeArchitectures())
108108
}
109109
}
110-
lintOptions {
111-
abortOnError false
112-
}
110+
lintOptions {
111+
abortOnError false
112+
}
113113
signingConfigs {
114114
debug {
115115
storeFile file('debug.keystore')
@@ -131,17 +131,17 @@ android {
131131
dev {
132132
isDefault(true)
133133
applicationIdSuffix ".dev"
134-
versionName "1.26"
134+
versionName "1.23"
135135
dimension "variant"
136136
}
137137
beta {
138138
applicationIdSuffix ".beta"
139-
versionName "1.26"
139+
versionName "1.23"
140140
dimension "variant"
141141
}
142142
prod {
143143
dimension "variant"
144-
versionName "1.26"
144+
versionName "1.23"
145145
}
146146
}
147147

0 commit comments

Comments
 (0)