Skip to content

Commit 269e0a8

Browse files
ci(release): publish latest release
1 parent 60b7d92 commit 269e0a8

File tree

589 files changed

+22695
-66889
lines changed

Some content is hidden

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

589 files changed

+22695
-66889
lines changed

.bun-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.21
1+
1.3.1

.claude/settings.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"permissions": {
3+
"deny": [
4+
"Read(**/.env)",
5+
"Edit(**/.env)",
6+
"Read(~/.aws/**)",
7+
"Edit(~/.aws/**)",
8+
"Read(~/.ssh/**)",
9+
"Edit(~/.ssh/**)",
10+
"Read(~/.gnupg/**)",
11+
"Edit(~/.gnupg/**)",
12+
"Read(~/.git-credentials)",
13+
"Edit(~/.git-credentials)",
14+
"Read($HOME/Library/Keychains/**)",
15+
"Edit($HOME/Library/Keychains/**)",
16+
"Read(/private/etc/**)",
17+
"Edit(/private/etc/**)"
18+
]
19+
}
20+
}

.cursor/cli.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"version": 1,
3+
"permissions": {
4+
"deny": [
5+
"Read(**/.env)",
6+
"Write(**/.env)",
7+
"Read(~/.aws/**)",
8+
"Write(~/.aws/**)",
9+
"Read(~/.ssh/**)",
10+
"Write(~/.ssh/**)",
11+
"Read(~/.gnupg/**)",
12+
"Write(~/.gnupg/**)",
13+
"Read(~/.git-credentials)",
14+
"Write(~/.git-credentials)",
15+
"Read($HOME/Library/Keychains/**)",
16+
"Write($HOME/Library/Keychains/**)",
17+
"Read(/private/etc/**)",
18+
"Write(/private/etc/**)"
19+
]
20+
}
21+
}

.cursorignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
**/.env
2+
**/.aws/**
3+
**/.ssh/**
4+
**/.gnupg/**
5+
**/.git-credentials
6+
**/Library/Keychains/**
7+
**/private/etc/**

CLAUDE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ bun extension build:production # Extension production
4444

4545
```bash
4646
bun g:test # Run all tests
47+
bun notifications test # Run tests for a specific package (e.g. notifications)
4748
bun g:test:coverage # With coverage
4849
bun web playwright:test # Web E2E tests
4950
bun mobile e2e # Mobile E2E tests
@@ -158,4 +159,4 @@ Be cognizant of the app or package within which a given change is being made. Be
158159
- If the user needs help with an Nx configuration or project graph error, use the `nx_workspace` tool to get any errors
159160

160161

161-
<!-- nx configuration end-->
162+
<!-- nx configuration end-->

RELEASE

Lines changed: 61 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
IPFS hash of the deployment:
2-
- CIDv0: `QmZPfZzNEpaLma32VPTwQryN5RVFugahpSFEGcCSoeAt5j`
3-
- CIDv1: `bafybeifegzcwlxc747e745hq7q24nqsxgsxgkubmmacb2gd7zn6i5cr5oy`
2+
- CIDv0: `QmNMoMSDQVQwUdfxLqhLpM4bKgGMyEHU2LU2RfDFaRqACc`
3+
- CIDv1: `bafybeiaajnnkurqabznrl32buiydbsym77nt2np3d5xv5mgskkd6euk3au`
44

55
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
66

@@ -10,9 +10,65 @@ You can also access the Uniswap Interface from an IPFS gateway.
1010
Your Uniswap settings are never remembered across different URLs.
1111

1212
IPFS gateways:
13-
- https://bafybeifegzcwlxc747e745hq7q24nqsxgsxgkubmmacb2gd7zn6i5cr5oy.ipfs.dweb.link/
14-
- [ipfs://QmZPfZzNEpaLma32VPTwQryN5RVFugahpSFEGcCSoeAt5j/](ipfs://QmZPfZzNEpaLma32VPTwQryN5RVFugahpSFEGcCSoeAt5j/)
13+
- https://bafybeiaajnnkurqabznrl32buiydbsym77nt2np3d5xv5mgskkd6euk3au.ipfs.dweb.link/
14+
- [ipfs://QmNMoMSDQVQwUdfxLqhLpM4bKgGMyEHU2LU2RfDFaRqACc/](ipfs://QmNMoMSDQVQwUdfxLqhLpM4bKgGMyEHU2LU2RfDFaRqACc/)
1515

16-
### 5.116.1 (2025-10-30)
16+
## 5.117.0 (2025-11-05)
17+
18+
19+
### Features
20+
21+
* **web:** add activity items to new mini portfolio (#24822) f0994c6
22+
* **web:** add infinite scroll for portfolio activity table (#24691) d71921f
23+
* **web:** add infinite scroll to minip on web activity (#23352) 78d6dcb
24+
* **web:** add NFT context menu (#24791) 10ed3e4
25+
* **web:** add report position option to context menus (#24840) b587dfc
26+
* **web:** add report position option to PDP (#24841) 97d0b94
27+
* **web:** add toast on report (#24717) 65c8cd6
28+
* **web:** add web entry points for token reporting (#24714) b83cb90
29+
* **web:** block timestamp countdown (#24632) 6a1da1d
30+
* **web:** dialog content container + spacing tweaks (#24239) 035026d
31+
* **web:** portfolio Overview tab (#24737) ed3f451
32+
* **web:** stub out new mini portfolio behind flag (#24821) 0602da3
33+
* **web:** toucan auction status (#24866) 0d9d56b
34+
* **web:** use shared token details hooks with unified 24hr change (#24726) 501d754
35+
36+
37+
### Bug Fixes
38+
39+
* **web:** calculate fiat delta from API percentage for multi-chain tokens (#24728) 36f4c68
40+
* **web:** data reporting abilities fixes (#25130) 9246200
41+
* **web:** default to mainnet for limits flow (#24884) 666bdb0
42+
* **web:** fix issue with listpools endpoint returning an error (#25141) 62f132b
43+
* **web:** fix nested scrollbar overflowY issue (#24688) 60d39f3
44+
* **web:** Fix non-reactive prices on explore tab (#24766) 4539d99
45+
* **web:** Load tokens until scrollbar appears- PORT-359 (#23085) 5a480cf
46+
* **web:** log interface swap finalization results for flashblocks (#24869) b800fb3
47+
* **web:** portfolio polishes (#24944) 6d94d95
48+
* **web:** position card context menu fixes and cleanup (#24839) 5568c4d
49+
* **web:** prevent blank loading state in swap modal 5790e16
50+
* **web:** remove bad import in server side worker code (#24803) 048e2a0
51+
* **web:** Remove unnecessary button outline on Switch (#24697) 6216bb8
52+
* **web:** revert table scroll update (#25113) 9d12691
53+
54+
55+
### Continuous Integration
56+
57+
* **web:** update sitemaps c5134d4
58+
59+
60+
### Code Refactoring
61+
62+
* **web:** Consolidate swap and wrap callbacks into useSwapHandlers (#24219) b151db3
63+
* **web:** Consolidate swap and wrap handlers into unified interface (#24184) 672c7be
64+
65+
66+
### Styles
67+
68+
* **web:** apply textured background to pool details page table variants (#25040) 8381ec0
69+
* **web:** fix portfolio page account header scroll animation (#24953) 13aef52
70+
* **web:** update activity tab filter to reflect designs (#24687) 68f73cb
71+
* **web:** update loading skeletons for NFT Cards (#24951) d556e00
72+
* **web:** update price chart styles (#24773) 5f231db
1773

1874

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web/5.116.1
1+
web/5.117.0

apps/api-self-serve/.eslintrc.js

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
const restrictedGlobals = require('confusing-browser-globals')
2+
const rulesDirPlugin = require('eslint-plugin-rulesdir')
3+
rulesDirPlugin.RULES_DIR = '../../packages/uniswap/eslint_rules'
4+
5+
module.exports = {
6+
root: true,
7+
extends: ['@uniswap/eslint-config/extension'],
8+
plugins: ['rulesdir'],
9+
ignorePatterns: [
10+
'node_modules',
11+
'.react-router',
12+
'dist',
13+
'build',
14+
'.eslintrc.js',
15+
'manifest.json',
16+
'.nx',
17+
'vite.config.ts',
18+
],
19+
parserOptions: {
20+
project: 'tsconfig.eslint.json',
21+
tsconfigRootDir: __dirname,
22+
ecmaFeatures: {
23+
jsx: true,
24+
},
25+
ecmaVersion: 2018,
26+
sourceType: 'module',
27+
},
28+
rules: {
29+
'rulesdir/i18n': 'error',
30+
},
31+
overrides: [
32+
{
33+
files: ['*.ts', '*.tsx'],
34+
rules: {
35+
'no-relative-import-paths/no-relative-import-paths': [
36+
'error',
37+
{
38+
allowSameFolder: false,
39+
},
40+
],
41+
},
42+
},
43+
],
44+
}

apps/api-self-serve/.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.DS_Store
2+
.env
3+
/node_modules/
4+
5+
# React Router
6+
/.react-router/
7+
/build/

apps/api-self-serve/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# API Self Serve Portal

0 commit comments

Comments
 (0)