Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1034 commits
Select commit Hold shift + click to select a range
d84f173
Improve test stability by reducing race conditions
ScreamingHawk Sep 17, 2025
5323e8d
Do not set passkey signer as identity signer
ScreamingHawk Sep 18, 2025
b2d1897
Use length checks
ScreamingHawk Sep 21, 2025
1b74174
Throw on missing identity signer
ScreamingHawk Sep 21, 2025
1a8f595
Encoding requires identity signer to encode
ScreamingHawk Sep 21, 2025
11e3629
Fix test
ScreamingHawk Sep 21, 2025
86abf3f
Refactor/types namings tsdoc redundant code (#880)
VGabriel45 Sep 23, 2025
d82371d
Fix check for explicit session for the updated type in dapp-client
tolgahan-arikan Sep 23, 2025
b6563d1
Update api.gen.ts and relayer.gen.ts
taylanpince Sep 24, 2025
26816e1
Add missing chainId for dapp client event
tolgahan-arikan Sep 24, 2025
f1a9fb9
Fix initializing new chain session manager on redirect
tolgahan-arikan Sep 24, 2025
282c0b3
Add support for non-viem, custom Sequence chains (#882)
taylanpince Sep 26, 2025
40e483a
Provider sent to prepareBlankEnvelope
ScreamingHawk Sep 30, 2025
a3f8af8
Add session signature decoding
ScreamingHawk Oct 2, 2025
227c4d4
const for node length
ScreamingHawk Oct 6, 2025
8a5f2fa
Clearer blacklist size encoding
ScreamingHawk Oct 6, 2025
0c0bd73
identity signer node length
ScreamingHawk Oct 6, 2025
f7b52db
Add feeTokens endpoint to relayer (#885)
ScreamingHawk Oct 6, 2025
9629d7e
add getFeeTokens to dapp client (#889)
VGabriel45 Oct 8, 2025
8e7b7eb
make getFeeTokens independent of chain session manager and initialize…
VGabriel45 Oct 8, 2025
39715d5
Throw specific error when trying to sign with an expired session (#887)
ScreamingHawk Oct 9, 2025
b5d47f7
Make dapp-client implicit sessions chain agnostic (#893)
tolgahan-arikan Oct 13, 2025
3823f34
Add Monad, remove LAOS and Root Network
taylanpince Oct 16, 2025
e020483
Add support for sessionless dapp connection (#896)
tolgahan-arikan Oct 17, 2025
3bd493b
Refactor relayer package & update dependant packages (#891)
VGabriel45 Oct 17, 2025
885f036
refactor exports for relayer (#900)
VGabriel45 Oct 20, 2025
12368bd
Add Arc Testnet
taylanpince Oct 21, 2025
3993540
Fix changelog config
taylanpince Oct 21, 2025
7d47a51
Sessionless connection upgrade and error handling in DappClient (#902)
tolgahan-arikan Oct 22, 2025
834b8e5
dapp-client: add sessionless snapshot restore flow
tolgahan-arikan Oct 24, 2025
ede175f
Allow to logout a wallet with skipRemoveDevice even if the wallet is …
corbanbrook Oct 27, 2025
69e51ec
Pass request to PromptCodeHandler in guard registerUI (#909)
corbanbrook Oct 30, 2025
875a8c9
guard: allow using recovery code as 2FA token (#910)
patrislav Oct 31, 2025
2011165
Add a way to reset 2fa when using a backup code (#911)
patrislav Nov 4, 2025
6584047
Add rc4 contracts
Agusx1211 Nov 17, 2025
0015053
Set rc4 as default and add it to lists
Agusx1211 Nov 17, 2025
13afc12
Session enhanced replay protection
ScreamingHawk Oct 29, 2025
3b1db90
New sessions replay protection hashes payload
ScreamingHawk Oct 30, 2025
dda7f32
Use the 4337 factory wrapper
ScreamingHawk Nov 17, 2025
d5f9b35
Update keymachine url in dapp-client constants
tolgahan-arikan Nov 19, 2025
be9d3b3
Update keymachine url in Provider constructor
tolgahan-arikan Nov 19, 2025
e91087b
SSR safety (#915)
ScreamingHawk Nov 19, 2025
c6c92dc
Guard dapp-client for SSR (lazy transport, browser checks, gated stor…
tolgahan-arikan Nov 20, 2025
ef07c27
Fix guard topology (#918)
Agusx1211 Nov 20, 2025
4723f58
Switch prod manager settings (#917)
taylanpince Nov 20, 2025
8cd590a
Small JS tweaks (#919)
Agusx1211 Nov 20, 2025
c54088d
Update relayer.gen.ts and TransactionPrecondition interface
taylanpince Nov 20, 2025
686a785
Merge branch 'relayer/upgrade-relayer.gen.ts' of https://github.com/0…
Dargon789 Nov 23, 2025
fdb1807
Update relayer.gen.ts and TransactionPrecondition interface (#920)
taylanpince Nov 24, 2025
6d5de25
3.0.0-beta.1
taylanpince Nov 24, 2025
2de6df4
identity-instrument: generate nonce from current time (#921)
patrislav Nov 24, 2025
c574526
Remove publish-dists.yml github action (#923)
corbanbrook Nov 24, 2025
98ce38b
3.0.0-beta.2
taylanpince Nov 24, 2025
83a0201
Clean up changeset config
taylanpince Nov 24, 2025
bdaefa0
Merge pull request #916 from 0xsequence/ssr-safe
ScreamingHawk Nov 24, 2025
c6fd090
Improve test stability by removing race conditions
ScreamingHawk Nov 26, 2025
3f7b18b
Ensure build before test
ScreamingHawk Nov 26, 2025
2d38f59
Merge pull request #924 from 0xsequence/test-stability
ScreamingHawk Nov 26, 2025
38289e4
Updating happy-dom to 20.0.10 (#926)
corbanbrook Nov 26, 2025
8f87199
Add support for custom auth providers (authcode & authcode-pkce only)…
patrislav Nov 26, 2025
6bd75c9
Updating Deps November 2025 (#927)
corbanbrook Nov 26, 2025
21d2fcd
Update ox to v9.17.0 (#928)
corbanbrook Nov 26, 2025
05ff518
Fix explicitSessionRequested check in dapp client
tolgahan-arikan Nov 27, 2025
bfbe7b9
Typescript 5.9.3 (#930)
corbanbrook Nov 28, 2025
d3f0089
Don't catch errors thrown by Guard 2FA or reject early to allow multi…
corbanbrook Nov 28, 2025
24539de
Update pnpm
taylanpince Nov 28, 2025
91bf932
Mark @0xsequence/wallet-primitives-cli as private
taylanpince Nov 28, 2025
7c6c811
3.0.0-beta.3
taylanpince Nov 28, 2025
a56b151
changeset cleanup
taylanpince Nov 28, 2025
d20dd05
[AUTOMATED] Update: proto/clients/indexer*.gen.ts
marino39 Oct 17, 2025
b920e59
[AUTOMATED] Update: proto/clients/indexer*.gen.ts
marino39 Nov 18, 2025
d19f601
[AUTOMATED] Update: proto/clients/indexer*.gen.ts
pkieltyka Nov 24, 2025
ac25c7f
[AUTOMATED] Update: proto/clients/indexer*.gen.ts
marino39 Nov 25, 2025
03a67db
[AUTOMATED] Update: proto/clients/indexer*.gen.ts
xiam Nov 25, 2025
afcffbd
[AUTOMATED] Update: proto/clients/indexer*.gen.ts
marino39 Nov 27, 2025
a8c0df2
[AUTOMATED] Update: proto/clients/indexer*.gen.ts
marino39 Nov 27, 2025
e9161c2
[AUTOMATED] Update: proto/clients/indexer*.gen.ts
marino39 Dec 1, 2025
4c3659e
Fix rc4 4337 factory (#933)
Agusx1211 Dec 2, 2025
12658df
Add rc5 and set it as default (#934)
Agusx1211 Dec 2, 2025
934acd1
3.0.0-beta.4
taylanpince Dec 2, 2025
7a285e9
Update SECURITY.md
Dargon789 Dec 3, 2025
14a9019
Update wagmi-project/package.json
Dargon789 Dec 3, 2025
be69fd2
Update wagmi-project/package.json
Dargon789 Dec 3, 2025
b53f734
Bump next from 15.5.5 to 15.5.7 (#936)
dependabot[bot] Dec 4, 2025
393fc21
add userdata service client (#940)
patrislav Dec 10, 2025
dea43c2
Skip LocalDevice identity signers not on current device (#942)
tolgahan-arikan Dec 12, 2025
d5017e8
3.0.0-beta.5
taylanpince Dec 12, 2025
917cd2e
Update config.yml (#102)
Dargon789 Dec 13, 2025
ac87b04
Update config.yml (#103)
Dargon789 Dec 13, 2025
c9cc69f
fix: extras/web/package.json to reduce vulnerabilities (#101)
snyk-io[bot] Dec 13, 2025
8f4a807
fix: extras/docs/package.json to reduce vulnerabilities (#100)
snyk-io[bot] Dec 13, 2025
78a6152
Merge branch 'v1' into fix-merge-branch-0xsequence/master
Dargon789 Dec 13, 2025
aa230b5
Merge branch '0xsequence/master'
Dargon789 Dec 13, 2025
d4028f5
Merge branch 'v1' into 0xsequence/master
Dargon789 Dec 13, 2025
1b479e6
Merge branch '0xsequence/master'
Dargon789 Dec 13, 2025
233891c
fix: package.json to reduce vulnerabilities (#104)
snyk-io[bot] Dec 13, 2025
4e91bed
Merge branch 'fix-merge-branch-0xsequence/master'
Dargon789 Dec 13, 2025
b77f3ec
Merge branch 'master' of https://github.com/Dargon789/sequence.js
Dargon789 Dec 13, 2025
cba7894
Merge remote-tracking branch 'upstream/master'
Dargon789 Dec 13, 2025
fd0fdf9
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/npm_and_…
Dargon789 Dec 13, 2025
cc6b5e9
Revert "Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/…
Dargon789 Dec 13, 2025
aab8538
fix: extras/web/package.json to reduce vulnerabilities (#109)
Dargon789 Dec 13, 2025
64c12ad
fix: extras/docs/package.json to reduce vulnerabilities (#106)
Dargon789 Dec 13, 2025
38d1a6b
Bump next in the npm_and_yarn group across 1 directory (#110)
dependabot[bot] Dec 13, 2025
214211e
Delete .github/workflows/fortify.yml (#111)
Dargon789 Dec 13, 2025
42b5d42
fix: extras/web/package.json to reduce vulnerabilities (#107)
Dargon789 Dec 13, 2025
b3b5a8c
Merge branch 'relayer/upgrade-relayer.gen.ts'
Dargon789 Dec 14, 2025
3d54615
Bump the npm_and_yarn group across 1 directory with 3 updates (#115)
dependabot[bot] Dec 14, 2025
2adc7c5
Bump next from 15.5.7 to 15.5.9 (#944)
dependabot[bot] Dec 14, 2025
ccdafe6
Pin foundry to v1.5.0 instead of nightly (#947)
taylanpince Dec 16, 2025
ee06442
Include repo and extras in syncpack config to ensure deps are synced …
corbanbrook Dec 16, 2025
a774491
Short circuit 404s (#949)
Agusx1211 Dec 18, 2025
e7de3b1
3.0.0-beta.6
taylanpince Dec 18, 2025
c85cf3e
Merge remote-tracking branch 'upstream/master'
Dargon789 Dec 19, 2025
95cbf49
Update tests.yml (#119)
Dargon789 Dec 19, 2025
5c2bfd5
Update config.yml (#120)
Dargon789 Dec 19, 2025
8532416
Update packages/services/identity-instrument/src/index.ts
Dargon789 Dec 21, 2025
62954a3
feat: upgrade @wagmi/cli from 0.1.15 to 2.8.0 (#126)
Dargon789 Dec 21, 2025
666c383
Potential fix for code scanning alert no. 82: Workflow does not conta…
Dargon789 Dec 22, 2025
4257ad5
Potential fix for code scanning alert no. 62: Information exposure th…
Dargon789 Dec 22, 2025
edc0b09
[Snyk] Upgrade @tanstack/react-query from 5.64.2 to 5.90.11 (#125)
Dargon789 Dec 22, 2025
cbb6c14
feat: upgrade vite from 5.4.21 to 7.2.4 (#124)
Dargon789 Dec 22, 2025
095c4b3
feat: upgrade wagmi from 0.12.19 to 3.0.2 (#123)
Dargon789 Dec 22, 2025
3c73b56
feat: upgrade react-dom from 18.3.1 to 19.2.0 (#122)
Dargon789 Dec 22, 2025
186f843
fix: extras/docs/package.json to reduce vulnerabilities (#136)
Dargon789 Dec 22, 2025
b56f318
[Snyk] Upgrade @types/react from 18.3.27 to 19.2.7 (#127)
Dargon789 Dec 22, 2025
bc418b1
Master ceb95d4 (#129)
Dargon789 Dec 22, 2025
28a268e
Update wagmi-project/src/App.tsx
Dargon789 Dec 23, 2025
51a6432
Update wagmi-project/src/App.tsx
Dargon789 Dec 23, 2025
640be8f
Update wagmi-project/src/App.tsx
Dargon789 Dec 23, 2025
7fe4a92
Update wagmi-project/src/App.tsx
Dargon789 Dec 23, 2025
893eedb
Merge remote-tracking branch 'origin/v1' into v1
Dargon789 Dec 23, 2025
802829c
2.3.7 (#131) (#132)
Dargon789 Dec 23, 2025
5e6dca3
Pin foundry to v1.5.0 instead of nightly (0xsequence#947) (#134) (#135)
Dargon789 Dec 23, 2025
8bad845
feat: upgrade react from 18.3.1 to 19.2.0 (#121)
Dargon789 Dec 24, 2025
1f45249
fix: extras/web/package.json to reduce vulnerabilities (#117)
snyk-io[bot] Dec 24, 2025
e90b2e6
Initial project structure and core packages
Dargon789 Dec 25, 2025
224f761
sequence-core-1.0.0
Dargon789 Dec 25, 2025
9c420a7
Revise README structure and add sponsorship details (#146)
Dargon789 Dec 25, 2025
9779987
Update GitHub Actions workflow for tests (#149)
Dargon789 Dec 26, 2025
7c547fc
Bump the npm_and_yarn group across 4 directories with 7 updates (#144)
dependabot[bot] Dec 26, 2025
b43069d
Fix Docker Hub credentials comment in config.yml (#148)
Dargon789 Dec 26, 2025
a62e089
Add workflow to publish package distributions (#152)
Dargon789 Dec 26, 2025
9d789d3
Remove permissions from pnpm-format-label workflow (#151)
Dargon789 Dec 26, 2025
94bad6c
Bump happy-dom (#150)
dependabot[bot] Dec 26, 2025
d640003
Update Anvil fork URL for testing workflow (#154)
Dargon789 Dec 26, 2025
5de34d6
Merge branch '0xsequence:master' into proto
Dargon789 Dec 27, 2025
269972a
fix: package.json to reduce vulnerabilities (#157)
Dargon789 Dec 29, 2025
c4d0fdc
Merge branch 'master' of https://github.com/Dargon789/sequence.js
Dargon789 Dec 29, 2025
4a81a2c
Proto (#163)
Dargon789 Dec 29, 2025
b9d2568
Update CNAME to new domain (#164)
Dargon789 Dec 29, 2025
e13fe5a
Bump the npm_and_yarn group across 2 directories with 4 updates (#161)
dependabot[bot] Dec 30, 2025
c62e5dd
Bump happy-dom in the npm_and_yarn group across 1 directory (#167)
dependabot[bot] Dec 30, 2025
4c696d0
Potential fix for code scanning alert no. 94: Insecure randomness
Dargon789 Dec 30, 2025
70208b1
Potential fix for code scanning alert no. 95: Information exposure th…
Dargon789 Dec 30, 2025
0c4734c
Update packages/0xsequence/CHANGELOG.md
Dargon789 Dec 30, 2025
3bc5847
Update packages/account/CHANGELOG.md
Dargon789 Dec 30, 2025
0df7033
Update packages/auth/CHANGELOG.md
Dargon789 Dec 30, 2025
0b26f87
Update packages/multicall/CHANGELOG.md
Dargon789 Dec 30, 2025
8317485
Update packages/provider/CHANGELOG.md
Dargon789 Dec 30, 2025
163a7a8
Update packages/wallet/CHANGELOG.md
Dargon789 Dec 30, 2025
e7b277e
Revise security policy for reporting vulnerabilities (#173)
Dargon789 Dec 30, 2025
f2fd08b
V2 (#174)
Dargon789 Dec 30, 2025
cd4a860
Create web-sdk.yml (#175)
Dargon789 Jan 5, 2026
2c49090
Fix apple auth scope (#950)
tolgahan-arikan Jan 6, 2026
0b63113
3.0.0-beta.7
taylanpince Jan 6, 2026
15de255
Update apple auth scope (#951)
tolgahan-arikan Jan 6, 2026
e5e1a03
3.0.0-beta.8
taylanpince Jan 6, 2026
e6efe1f
sequence-core-dapp-1.0.0
Dargon789 Jan 6, 2026
dafd2ed
Create nextjs.yml (#176)
Dargon789 Jan 6, 2026
a5851fd
1.9.19
Dargon789 Jan 7, 2026
a91cb89
Update packages/waas/src/networks.ts
Dargon789 Jan 7, 2026
9398a23
Squashed commit of the following:
Dargon789 Jan 7, 2026
17aef1e
Merge branch '0xsequence-1.9.19' of https://github.com/Dargon789/sequ…
Dargon789 Jan 7, 2026
e14fef4
Potential fix for code scanning alert no. 82: Workflow does not conta…
Dargon789 Jan 7, 2026
8ddefd9
Potential fix for code scanning alert no. 73: Workflow does not conta…
Dargon789 Jan 7, 2026
c1fb76d
Potential fix for code scanning alert no. 83: Workflow does not conta…
Dargon789 Jan 7, 2026
52cc3c6
Potential fix for code scanning alert no. 108: Incomplete regular exp…
Dargon789 Jan 7, 2026
2c156b6
Potential fix for code scanning alert no. 92: Insecure randomness
Dargon789 Jan 7, 2026
b700236
Merge branch 'master' into 0xsequence-1.9.19
Dargon789 Jan 7, 2026
7a49258
Update CHANGELOG.md (#182)
Dargon789 Jan 7, 2026
3ec984e
Update CHANGELOG.md (#183)
Dargon789 Jan 7, 2026
55d31a9
Update config.json (#185)
Dargon789 Jan 7, 2026
1da7771
Potential fix for code scanning alert no. 108: Incomplete regular exp…
Dargon789 Jan 7, 2026
0cdb1ee
0xsequence 1.9.19 (#179)
Dargon789 Jan 7, 2026
d62fe68
dapp-client: export TransportMessage and MessageType
corbanbrook Jan 7, 2026
557210c
Merge branch '0xsequence:master' into proto
Dargon789 Jan 7, 2026
7908cfe
Merge branch '0xsequence:master' into 1.10.15
Dargon789 Jan 7, 2026
fb4f698
1.9.19 (#189)
Dargon789 Jan 7, 2026
88ad9d5
Bump the npm_and_yarn group across 2 directories with 25 updates (#177)
dependabot[bot] Jan 7, 2026
ad4195c
Potential fix for code scanning alert no. 73: Workflow does not conta…
Dargon789 Jan 7, 2026
a12fae6
Update lib/signals-implicit-mode/foundry.toml
Dargon789 Jan 7, 2026
3492ff4
demo dapp (#191) (#192)
Dargon789 Jan 7, 2026
f4f73f4
Update publish-dists.yml (#184)
Dargon789 Jan 8, 2026
16100ee
Bump body-parser in the npm_and_yarn group across 1 directory (#190)
dependabot[bot] Jan 8, 2026
0bbd8e2
Merge branch 'master' into 0xsequence-1.9.19
Dargon789 Jan 9, 2026
3cd6da3
Merge branch '0xsequence:master' into snyk-fix-1a42f46a3694152c28f6d1…
Dargon789 Jan 9, 2026
b4e210e
Merge branch 'proto' into snyk-fix-1a42f46a3694152c28f6d1d4dc5aea44
Dargon789 Jan 9, 2026
980ba9c
Potential fix for code scanning alert no. 92: Insecure randomness
Dargon789 Jan 9, 2026
a03fd01
Potential fix for code scanning alert no. 94: Insecure randomness
Dargon789 Jan 9, 2026
dbed8f8
Potential fix for code scanning alert no. 93: Incomplete regular expr…
Dargon789 Jan 9, 2026
47ad7c2
Potential fix for code scanning alert no. 95: Information exposure th…
Dargon789 Jan 9, 2026
1716625
Merge pull request #196 from Dargon789/snyk-fix-1a42f46a3694152c28f6d…
Dargon789 Jan 9, 2026
9fb48f7
Adding eoa LoginMethod to dapp-client
corbanbrook Jan 9, 2026
75ae648
Delete lib/signals-implicit-mode/lib/sequence-v3/lib/erc2470-libs dir…
Dargon789 Jan 10, 2026
f9123e4
Delete lib/signals-implicit-mode/lib/sequence-v3/script/DeployMocks.s…
Dargon789 Jan 10, 2026
fa00712
Delete wagmi-project/packages/sequence-core-1.0.0/lib/signals-implici…
Dargon789 Jan 10, 2026
05365ac
Delete wagmi-project/packages/sequence-core-1.0.0/lib/signals-implici…
Dargon789 Jan 10, 2026
40c19ff
3.0.0-beta.9
taylanpince Jan 13, 2026
110e26c
chore(dapp-client): re-export network/util helpers and add explicit s…
tolgahan-arikan Jan 16, 2026
95c51c3
Fix React Server Components CVE vulnerabilities (#209)
vercel[bot] Jan 18, 2026
c0d68f0
Create Docker.yml (#210)
Dargon789 Jan 18, 2026
05a494c
move circleci docker to github
Dargon789 Jan 18, 2026
ed245c2
Fix React Server Components CVE vulnerabilities (#211)
Dargon789 Jan 18, 2026
ae6c15a
Potential fix for code scanning alert no. 92: Insecure randomness
Dargon789 Jan 18, 2026
420d4b4
Potential fix for code scanning alert no. 93: Incomplete regular expr…
Dargon789 Jan 18, 2026
316f9d8
Update lib/signals-implicit-mode/foundry.toml
Dargon789 Jan 18, 2026
62194a2
Delete .github/.circleci directory (#216)
Dargon789 Jan 19, 2026
d539ea8
Delete .github/workflows/publish-dists.yml (#217)
Dargon789 Jan 19, 2026
cbad673
Revert "Delete lib/signals-implicit-mode/lib/sequence-v3/script/Deplo…
Dargon789 Jan 19, 2026
0c613eb
Revert "Delete lib/signals-implicit-mode/lib/sequence-v3/lib/erc2470-…
Dargon789 Jan 19, 2026
fbeb2ae
Sequence.js/master (#222)
Dargon789 Jan 19, 2026
ec3d1c6
Wagmi project (#199)
Dargon789 Jan 19, 2026
d2e7b10
Wagmi project (#225)
Dargon789 Jan 19, 2026
478918f
Merge branch '0xsequence:master' into 1.10.15
Dargon789 Jan 19, 2026
2144689
Merge branch 'master' into 3.0.0-beta.9
Dargon789 Jan 19, 2026
1ecb8d7
1.10.15 (#229)
Dargon789 Jan 19, 2026
5a2cae7
0xsequence 1.9.19 (#194)
Dargon789 Jan 19, 2026
b309aa2
0xsequence/master (#180)
Dargon789 Jan 19, 2026
0c989c2
Merge branch 'master' into proto
Dargon789 Jan 19, 2026
503bf5c
Merge pull request #198 from Dargon789/proto
Dargon789 Jan 19, 2026
49af264
Merge branch 'master' into 1.10.15
Dargon789 Jan 19, 2026
f6edeb9
Merge pull request #231 from Dargon789/1.10.15
Dargon789 Jan 19, 2026
f29be1a
Delete .github/workflows/Docker.yml (#233)
Dargon789 Jan 19, 2026
5c92549
Update CHANGELOG.md
Dargon789 Jan 19, 2026
f63d732
Update publish-dists.yml
Dargon789 Jan 19, 2026
3ea1f98
1.0.8 (#234)
Dargon789 Jan 20, 2026
292f82e
0xsequence-core
Dargon789 Jan 21, 2026
15eccf9
Potential fix for code scanning alert no. 40: Workflow does not conta…
Dargon789 Jan 24, 2026
118061e
Bump diff (#235)
dependabot[bot] Jan 28, 2026
aed5cc0
Delete wagmi-project/.circleci directory (#245)
Dargon789 Jan 28, 2026
3032655
Delete wagmi-project/.circleci directory (#246)
Dargon789 Jan 28, 2026
dfbeaec
Update config.json
Dargon789 Jan 28, 2026
25f1f3a
Revert "Delete lib/signals-implicit-mode/lib/sequence-v3/script/Deplo…
Dargon789 Jan 29, 2026
6a06652
Install Vercel Web Analytics in Next.js (#249)
vercel[bot] Jan 29, 2026
debda48
Merge branch 'master' into 0xsequence-1.9.19
Dargon789 Jan 29, 2026
4b4c28a
update package
Dargon789 Jan 29, 2026
7bd57f7
Potential fix for code scanning alert no. 108: Incomplete regular exp…
Dargon789 Jan 29, 2026
84c9044
Potential fix for code scanning alert no. 107: Workflow does not cont…
Dargon789 Jan 31, 2026
dbb7097
Potential fix for code scanning alert no. 82: Workflow does not conta…
Dargon789 Jan 31, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
24 changes: 8 additions & 16 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/config@1.4.0/schema.json",
"changelog": [
"@changesets/cli/changelog",
{ "repo": "0xsequence/sequence.js" }
],
"$schema": "https://unpkg.com/@changesets/config@3.0.5/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"linked": [
[
"@0xsequence/*"
]
],
"access": "public",
"baseBranch": "master",
"ignore": [],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"updateInternalDependents": "always"
}
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
18 changes: 18 additions & 0 deletions .changeset/cyan-radios-relax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
'@0xsequence/api': patch
'@0xsequence/builder': patch
'@0xsequence/guard': patch
'@0xsequence/identity-instrument': patch
'@0xsequence/indexer': patch
'@0xsequence/marketplace': patch
'@0xsequence/metadata': patch
'@0xsequence/relayer': patch
'@0xsequence/userdata': patch
'@0xsequence/abi': patch
'@0xsequence/wallet-core': patch
'@0xsequence/dapp-client': patch
'@0xsequence/wallet-primitives': patch
'@0xsequence/wallet-wdk': patch
---

Fix signer 404 error, minor fixes
21 changes: 21 additions & 0 deletions .changeset/goofy-laws-serve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
'@0xsequence/api': patch
'@0xsequence/builder': patch
'@0xsequence/guard': patch
'@0xsequence/identity-instrument': patch
'@0xsequence/indexer': patch
'@0xsequence/marketplace': patch
'@0xsequence/metadata': patch
'@0xsequence/relayer': patch
'@0xsequence/userdata': patch
'@0xsequence/abi': patch
'@0xsequence/wallet-core': patch
'@0xsequence/dapp-client': patch
'@0xsequence/wallet-primitives': patch
'@0xsequence/wallet-wdk': patch
'@repo/eslint-config': patch
'@repo/typescript-config': patch
'@repo/ui': patch
---

Beta release for v3
18 changes: 18 additions & 0 deletions .changeset/new-turkeys-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
'@0xsequence/api': patch
'@0xsequence/builder': patch
'@0xsequence/guard': patch
'@0xsequence/identity-instrument': patch
'@0xsequence/indexer': patch
'@0xsequence/marketplace': patch
'@0xsequence/metadata': patch
'@0xsequence/relayer': patch
'@0xsequence/userdata': patch
'@0xsequence/abi': patch
'@0xsequence/wallet-core': patch
'@0xsequence/dapp-client': patch
'@0xsequence/wallet-primitives': patch
'@0xsequence/wallet-wdk': patch
---

Apple auth fixes
18 changes: 18 additions & 0 deletions .changeset/nice-tips-slide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
'@0xsequence/api': patch
'@0xsequence/builder': patch
'@0xsequence/guard': patch
'@0xsequence/identity-instrument': patch
'@0xsequence/indexer': patch
'@0xsequence/marketplace': patch
'@0xsequence/metadata': patch
'@0xsequence/relayer': patch
'@0xsequence/userdata': patch
'@0xsequence/abi': patch
'@0xsequence/wallet-core': patch
'@0xsequence/dapp-client': patch
'@0xsequence/wallet-primitives': patch
'@0xsequence/wallet-wdk': patch
---

Apple auth fix
20 changes: 20 additions & 0 deletions .changeset/open-toes-marry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
'@0xsequence/api': patch
'@0xsequence/builder': patch
'@0xsequence/guard': patch
'@0xsequence/identity-instrument': patch
'@0xsequence/indexer': patch
'@0xsequence/marketplace': patch
'@0xsequence/metadata': patch
'@0xsequence/relayer': patch
'@0xsequence/abi': patch
'@0xsequence/wallet-core': patch
'@0xsequence/dapp-client': patch
'@0xsequence/wallet-primitives': patch
'@0xsequence/wallet-wdk': patch
'@repo/eslint-config': patch
'@repo/typescript-config': patch
'@repo/ui': patch
---

3.0.0-beta.3 with fixes
17 changes: 17 additions & 0 deletions .changeset/plain-feet-stare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
'@0xsequence/api': patch
'@0xsequence/builder': patch
'@0xsequence/guard': patch
'@0xsequence/identity-instrument': patch
'@0xsequence/indexer': patch
'@0xsequence/marketplace': patch
'@0xsequence/metadata': patch
'@0xsequence/relayer': patch
'@0xsequence/abi': patch
'@0xsequence/wallet-core': patch
'@0xsequence/dapp-client': patch
'@0xsequence/wallet-primitives': patch
'@0xsequence/wallet-wdk': patch
---

3.0.0-beta.2 with identity instrument updates
35 changes: 35 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"mode": "exit",
"tag": "beta",
"initialVersions": {
"docs": "0.1.0",
"web": "0.1.0",
"@0xsequence/api": "3.0.0-beta.7",
"@0xsequence/builder": "3.0.0-beta.7",
"@0xsequence/guard": "3.0.0-beta.7",
"@0xsequence/identity-instrument": "3.0.0-beta.7",
"@0xsequence/indexer": "3.0.0-beta.7",
"@0xsequence/marketplace": "3.0.0-beta.7",
"@0xsequence/metadata": "3.0.0-beta.7",
"@0xsequence/relayer": "3.0.0-beta.7",
"@0xsequence/userdata": "3.0.0-beta.7",
"@0xsequence/abi": "3.0.0-beta.7",
"@0xsequence/wallet-core": "3.0.0-beta.7",
"@0xsequence/dapp-client": "3.0.0-beta.7",
"@0xsequence/wallet-primitives": "3.0.0-beta.7",
"@0xsequence/wallet-wdk": "3.0.0-beta.7",
"@repo/eslint-config": "0.0.1-beta.1",
"@repo/typescript-config": "0.0.1-beta.1",
"@repo/ui": "0.0.1-beta.1"
},
"changesets": [
"cyan-radios-relax",
"goofy-laws-serve",
"new-turkeys-double",
"nice-tips-slide",
"open-toes-marry",
"plain-feet-stare",
"wild-feet-carry",
"wise-heads-buy"
]
}
18 changes: 18 additions & 0 deletions .changeset/tiny-files-chew.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
'@0xsequence/api': patch
'@0xsequence/builder': patch
'@0xsequence/guard': patch
'@0xsequence/identity-instrument': patch
'@0xsequence/indexer': patch
'@0xsequence/marketplace': patch
'@0xsequence/metadata': patch
'@0xsequence/relayer': patch
'@0xsequence/userdata': patch
'@0xsequence/abi': patch
'@0xsequence/wallet-core': patch
'@0xsequence/dapp-client': patch
'@0xsequence/wallet-primitives': patch
'@0xsequence/wallet-wdk': patch
---

dapp client updates for EOA login
17 changes: 17 additions & 0 deletions .changeset/wild-feet-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
'@0xsequence/api': patch
'@0xsequence/builder': patch
'@0xsequence/guard': patch
'@0xsequence/identity-instrument': patch
'@0xsequence/indexer': patch
'@0xsequence/marketplace': patch
'@0xsequence/metadata': patch
'@0xsequence/relayer': patch
'@0xsequence/abi': patch
'@0xsequence/wallet-core': patch
'@0xsequence/dapp-client': patch
'@0xsequence/wallet-primitives': patch
'@0xsequence/wallet-wdk': patch
---

3.0.0-beta.1
17 changes: 17 additions & 0 deletions .changeset/wise-heads-buy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
'@0xsequence/api': patch
'@0xsequence/builder': patch
'@0xsequence/guard': patch
'@0xsequence/identity-instrument': patch
'@0xsequence/indexer': patch
'@0xsequence/marketplace': patch
'@0xsequence/metadata': patch
'@0xsequence/relayer': patch
'@0xsequence/abi': patch
'@0xsequence/wallet-core': patch
'@0xsequence/dapp-client': patch
'@0xsequence/wallet-primitives': patch
'@0xsequence/wallet-wdk': patch
---

RC5 upgrade
4 changes: 0 additions & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ module.exports = {
sourceType: 'module'
},

settings: {
'import/ignore': ['react-native'],
},

extends: [
'plugin:@typescript-eslint/recommended',
'plugin:import/errors',
Expand Down
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @0xsequence/disable-codeowners-notifications @0xsequence/core
20 changes: 11 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
labels: 'bug'
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
Expand All @@ -24,15 +24,17 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
3 changes: 0 additions & 3 deletions .github/ISSUE_TEMPLATE/custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@ about: Describe this issue template's purpose here.
title: ''
labels: ''
assignees: ''

---


3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
labels: 'enhancement'
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ runs:

steps:
- name: Setup PNPM
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v2
with:
version: 9
version: 8
run_install: false

- name: Get pnpm store directory
Expand Down
Loading
Loading