Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
f5f6a7a
3.0.0-beta.10
taylanpince Jan 20, 2026
221699f
fix(dapp-client): tighten transport message source validation
tolgahan-arikan Jan 26, 2026
549871b
feat(dapp-client): cache signed calls from fee options
tolgahan-arikan Jan 29, 2026
11b3bb4
Add new userdata client (#954)
yigiterdev Jan 29, 2026
1a060ea
Fix build error
tolgahan-arikan Jan 29, 2026
30e1f1a
3.0.0-beta.10
taylanpince Jan 29, 2026
fc6d552
fix(dapp-client): remove _refreshExplicitSession use that causes bloc…
tolgahan-arikan Jan 30, 2026
3411232
3.0.0-beta.12
taylanpince Jan 30, 2026
0db3f80
Update user data client (#960)
yigiterdev Feb 9, 2026
a89134a
3.0.0-beta.13
taylanpince Feb 9, 2026
0b22b7f
Bump next from 15.5.9 to 15.5.10 (#961)
dependabot[bot] Feb 9, 2026
93aa730
[AUTOMATED] Update: api/proto/clients/api.gen.ts (#958)
0xsequence-bot Feb 9, 2026
c75e77f
Seq.js uses to address for feeOptions (#962)
ScreamingHawk Feb 9, 2026
747e6b5
3.0.0-beta.14
taylanpince Feb 10, 2026
9c73e31
Add env injection for core and wdk (#955)
tolgahan-arikan Feb 11, 2026
3c1f13f
Add Etherlink Shadownet Testnet
taylanpince Feb 11, 2026
49d8a2f
3.0.0-beta.15
taylanpince Feb 11, 2026
e2fc5a4
feat: add ethauth option for dapp client connect (#963)
tolgahan-arikan Feb 12, 2026
f68be62
3.0.0-beta.16
taylanpince Feb 12, 2026
0d4670e
Use Address.isEqual for address comparison in recovery module
corbanbrook Feb 12, 2026
6ab2179
Recovery.fetchQueuedPayloads can continue after encountering a node e…
corbanbrook Feb 12, 2026
46dfab7
chore: update company name references (#964)
taylanpince Feb 16, 2026
b9c2524
[AUTOMATED] Update files from 0xsequence/indexer (#897)
0xsequence-bot Feb 16, 2026
a4db649
Add Berachain, Sonic, HyperEVM
taylanpince Feb 16, 2026
12100c5
fix(relayer): match wallet-webapp FeeOptions request shape (#966)
taylanpince Feb 17, 2026
23cb9e9
3.0.0-beta.17
taylanpince Feb 17, 2026
8f6a29a
Use multicall3 to aggregate queued payload checking across N signers …
corbanbrook Feb 17, 2026
493836f
3.0.0-beta.18
taylanpince Feb 17, 2026
800bbd1
Feb 2026: Updating Dev Dependencies (#970)
corbanbrook Feb 23, 2026
9d558a8
Move indexer clients to packages/services/indexer and remove old pack…
AlexanderKolberg Feb 23, 2026
3bb98d9
Ensure eslint is properly configured for all packages (#971)
corbanbrook Feb 24, 2026
24a5fab
3.0.0-beta.19
taylanpince Feb 24, 2026
18f7710
[AUTOMATED] Update: proto/clients/indexer*.gen.ts (#973)
0xsequence-bot Mar 3, 2026
9e8ed38
3.0.0
taylanpince Mar 4, 2026
09bd0aa
fix: Base network title
tolgahan-arikan Mar 5, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions .changeset/cyan-radios-relax.md

This file was deleted.

21 changes: 0 additions & 21 deletions .changeset/goofy-laws-serve.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/new-turkeys-double.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/nice-tips-slide.md

This file was deleted.

20 changes: 0 additions & 20 deletions .changeset/open-toes-marry.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/plain-feet-stare.md

This file was deleted.

36 changes: 0 additions & 36 deletions .changeset/pre.json

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/tiny-files-chew.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/wild-feet-carry.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/wise-heads-buy.md

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- uses: ./.github/actions/install-dependencies
- run: pnpm clean
- run: pnpm build
- run: pnpm typecheck
- run: pnpm lint

tests:
name: Run all tests
Expand Down
4 changes: 2 additions & 2 deletions extras/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
},
"dependencies": {
"@repo/ui": "workspace:^",
"next": "^15.5.9",
"next": "^15.5.10",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
"devDependencies": {
"@repo/eslint-config": "workspace:^",
"@repo/typescript-config": "workspace:^",
"@types/node": "^25.0.2",
"@types/node": "^25.3.0",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.2",
Expand Down
4 changes: 2 additions & 2 deletions extras/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
},
"dependencies": {
"@repo/ui": "workspace:^",
"next": "^15.5.9",
"next": "^15.5.10",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
"devDependencies": {
"@repo/eslint-config": "workspace:^",
"@repo/typescript-config": "workspace:^",
"@types/node": "^25.0.2",
"@types/node": "^25.3.0",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.2",
Expand Down
4 changes: 4 additions & 0 deletions lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ pre-commit:
prettier:
glob: '**/*.{js,jsx,ts,tsx,json,md,yml,yaml}'
run: pnpm prettier --write {staged_files} && git add {staged_files}
lint:
run: pnpm lint
typecheck:
run: pnpm typecheck
syncpack:
glob:
- "package.json"
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@
"build": "pnpm build:packages",
"dev": "turbo dev",
"test": "turbo test --concurrency=1",
"lint": "turbo lint",
"lint": "turbo lint --continue",
"format": "prettier --list-different --write \"**/*.{ts,tsx,md}\"",
"typecheck": "turbo typecheck",
"postinstall": "lefthook install",
"dev:server": "node packages/wallet/primitives-cli/dist/index.js server",
"reinstall": "rimraf -g ./**/node_modules && pnpm install",
"test:anvil": "anvil --fork-url https://nodes.sequence.app/arbitrum",
"clean": "turbo clean",
"deps:lint": "syncpack list-mismatches",
"deps:fix": "syncpack fix-mismatches"
"deps:lint": "syncpack lint --dependency-types prod,dev",
"deps:fix": "syncpack fix"
},
"devDependencies": {
"@changesets/cli": "^2.29.8",
"lefthook": "^2.0.12",
"prettier": "^3.7.4",
"rimraf": "^6.1.2",
"syncpack": "^13.0.4",
"turbo": "^2.6.3",
"lefthook": "^2.1.1",
"prettier": "^3.8.1",
"rimraf": "^6.1.3",
"syncpack": "^14.0.0",
"turbo": "^2.8.10",
"typescript": "^5.9.3"
},
"pnpm": {
Expand Down
85 changes: 85 additions & 0 deletions packages/services/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,90 @@
# @0xsequence/api

## 3.0.0

### Patch Changes

- f68be62: ethauth support
- 49d8a2f: New chains, minor fixes
- 3411232: Beta release with dapp connector fixes
- 23cb9e9: New chains, relayer rpc fix
- f5f6a7a: dapp-client updates
- e7de3b1: Fix signer 404 error, minor fixes
- 493836f: multicall3 optimization
- 30e1f1a: 3.0.0 beta
- d5017e8: Beta release for v3
- 24a5fab: Final RC before 3.0.0
- e5e1a03: Apple auth fixes
- 0b63113: Apple auth fix
- a89134a: Userdata service updates
- 7c6c811: 3.0.0-beta.3 with fixes
- 3.0.0 release
- 98ce38b: 3.0.0-beta.2 with identity instrument updates
- 747e6b5: Relayer fee options fix
- 40c19ff: dapp client updates for EOA login
- 6d5de25: 3.0.0-beta.1
- 934acd1: RC5 upgrade

## 3.0.0-beta.19

### Patch Changes

- Final RC before 3.0.0

## 3.0.0-beta.18

### Patch Changes

- multicall3 optimization

## 3.0.0-beta.17

### Patch Changes

- New chains, relayer rpc fix

## 3.0.0-beta.16

### Patch Changes

- ethauth support

## 3.0.0-beta.15

### Patch Changes

- New chains, minor fixes

## 3.0.0-beta.14

### Patch Changes

- Relayer fee options fix

## 3.0.0-beta.13

### Patch Changes

- Userdata service updates

## 3.0.0-beta.12

### Patch Changes

- Beta release with dapp connector fixes

## 3.0.0-beta.11

### Patch Changes

- 3.0.0 beta

## 3.0.0-beta.10

### Patch Changes

- dapp-client updates

## 3.0.0-beta.9

### Patch Changes
Expand Down
Loading