Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
208b7fd
Add hardcoded keysets
GTC6244 Aug 20, 2025
2bd158b
feat(networks): Add the missing `keySetId` field to `mintWithMultiAut…
Ansonhkg Aug 21, 2025
c94e212
Add cargo lock
GTC6244 Aug 21, 2025
9b94223
chore(package.json): update @lit-protocol/contracts version to 0.5.0 …
Ansonhkg Aug 28, 2025
e1fdd87
fix(custom-auth):
Ansonhkg Sep 1, 2025
11178a5
chore(.gitignore): add missing entries for `lit-auth-artillery` and `…
Ansonhkg Sep 1, 2025
a19777b
refactor(custom-auth): clean up comments and formatting in custom aut…
Ansonhkg Sep 1, 2025
825c2e4
fix(webauthn): to include scopes in the API
Ansonhkg Sep 5, 2025
424c3ac
fix(Webauthn): remove duplicated property
Ansonhkg Sep 5, 2025
689e557
feat(rpc): implement RPC URL override functionality in various modules
Ansonhkg Sep 4, 2025
c922755
fix(auth-server): `initSystemContext` to override RPC URL
Ansonhkg Sep 4, 2025
18cc2c2
fix(private-rpc): withOverrides no longer monkey-patches methods nor …
Ansonhkg Sep 4, 2025
249d8ac
fix(e2e): rpc override test
Ansonhkg Sep 5, 2025
a19db40
fix(type): return type
Ansonhkg Sep 4, 2025
a49260e
fix(networks): add export functions
Ansonhkg Sep 4, 2025
279a481
fix: https://github.com/LIT-Protocol/js-sdk/pull/881#discussion_r2337…
Ansonhkg Sep 12, 2025
2bf0d96
https://github.com/LIT-Protocol/js-sdk/pull/881#discussion_r2337344946
Ansonhkg Sep 12, 2025
ca36c72
fix: https://github.com/LIT-Protocol/js-sdk/pull/882#discussion_r2334…
Ansonhkg Sep 12, 2025
78b8691
refactor: consolidate PKP mint request schema and update related hand…
Ansonhkg Sep 12, 2025
64a4b12
fix(accs): Custom EVM contract condition type failing on unified acce…
Ansonhkg Sep 12, 2025
7b54590
Merge pull request #881 from LIT-Protocol/feature/jss-85-bug-fix-cust…
Ansonhkg Sep 15, 2025
baa51bd
fix: https://github.com/LIT-Protocol/js-sdk/pull/882#discussion_r2352…
Ansonhkg Sep 16, 2025
10f96de
fix(networks,schemas): update MintPKPRequest schema validation
Ansonhkg Sep 16, 2025
1b45ebf
Merge pull request #883 from LIT-Protocol/feature/jss-81-naga-bug-ove…
Ansonhkg Sep 16, 2025
e581b7b
Merge branch 'naga_add_hardcoded_keysets-3' into feature/jss-82-naga-…
Ansonhkg Sep 16, 2025
f4f5926
Merge pull request #884 from LIT-Protocol/feature/jss-82-naga-bug-som…
Ansonhkg Sep 16, 2025
c80db7a
Merge branch 'feature/jss-86-bugnaga-fix-webauthn-cbor-issue-due-to-m…
Ansonhkg Sep 16, 2025
d2447c6
Merge remote-tracking branch 'origin/naga_add_hardcoded_keysets-3' in…
Ansonhkg Sep 16, 2025
d760778
Merge branch 'feature/jss-100-naga-bug-accs-failing-on-unified-accs' …
Ansonhkg Sep 16, 2025
570c854
feat(canary): release `8.0.0-canary.3`
Ansonhkg Sep 17, 2025
0b132f1
fix(schemas): custom auth data
Ansonhkg Sep 17, 2025
bd23151
fix(schema): custom auth data
Ansonhkg Sep 17, 2025
a1c356a
fix(schema): update custom auth data schema across multiple packages
Ansonhkg Sep 17, 2025
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
19 changes: 19 additions & 0 deletions .changeset/four-badgers-heal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
'@lit-protocol/access-control-conditions': patch
'@lit-protocol/access-control-conditions-schemas': patch
'@lit-protocol/auth': patch
'@lit-protocol/auth-helpers': patch
'@lit-protocol/auth-services': patch
'@lit-protocol/constants': patch
'@lit-protocol/crypto': patch
'@lit-protocol/lit-client': patch
'@lit-protocol/logger': patch
'@lit-protocol/networks': patch
'@lit-protocol/schemas': patch
'@lit-protocol/types': patch
'@lit-protocol/wasm': patch
'@lit-protocol/wrapped-keys': patch
'@lit-protocol/wrapped-keys-lit-actions': patch
---

fix scopes to transform scope strings like "sign-anything" to their BigInt values (like 1n).
19 changes: 19 additions & 0 deletions .changeset/light-beds-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
'@lit-protocol/access-control-conditions': patch
'@lit-protocol/access-control-conditions-schemas': patch
'@lit-protocol/auth': patch
'@lit-protocol/auth-helpers': patch
'@lit-protocol/auth-services': patch
'@lit-protocol/constants': patch
'@lit-protocol/crypto': patch
'@lit-protocol/lit-client': patch
'@lit-protocol/logger': patch
'@lit-protocol/networks': patch
'@lit-protocol/schemas': patch
'@lit-protocol/types': patch
'@lit-protocol/wasm': patch
'@lit-protocol/wrapped-keys': patch
'@lit-protocol/wrapped-keys-lit-actions': patch
---

investigate scopes issues
43 changes: 26 additions & 17 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,31 @@
{
"mode": "pre",
"tag": "beta",
"tag": "canary",
"initialVersions": {
"@lit-protocol/access-control-conditions": "7.0.0",
"@lit-protocol/access-control-conditions-schemas": "7.0.0",
"@lit-protocol/auth": "7.0.0",
"@lit-protocol/auth-helpers": "7.0.0",
"@lit-protocol/auth-services": "1.0.0",
"@lit-protocol/constants": "7.0.0",
"@lit-protocol/crypto": "7.0.0",
"@lit-protocol/lit-client": "7.0.0",
"@lit-protocol/logger": "7.0.0",
"@lit-protocol/networks": "7.0.0",
"@lit-protocol/schemas": "7.0.0",
"@lit-protocol/types": "7.0.0",
"@lit-protocol/wasm": "7.0.0",
"@lit-protocol/wrapped-keys": "7.0.0",
"@lit-protocol/wrapped-keys-lit-actions": "7.0.0"
"@lit-protocol/access-control-conditions": "8.0.0-beta.1",
"@lit-protocol/access-control-conditions-schemas": "8.0.0-beta.1",
"@lit-protocol/auth": "8.0.0-beta.1",
"@lit-protocol/auth-helpers": "8.0.0-beta.1",
"@lit-protocol/auth-services": "2.0.0-beta.1",
"@lit-protocol/constants": "8.0.0-beta.1",
"@lit-protocol/crypto": "8.0.0-beta.1",
"@lit-protocol/lit-client": "8.0.0-beta.1",
"@lit-protocol/logger": "8.0.0-beta.1",
"@lit-protocol/networks": "8.0.0-beta.1",
"@lit-protocol/schemas": "8.0.0-beta.1",
"@lit-protocol/types": "8.0.0-beta.1",
"@lit-protocol/wasm": "8.0.0-beta.1",
"@lit-protocol/wrapped-keys": "8.0.0-beta.1",
"@lit-protocol/wrapped-keys-lit-actions": "8.0.0-beta.1"
},
"changesets": ["cute-bottles-ask", "cute-experts-clap", "cyan-bears-invent"]
"changesets": [
"cute-bottles-ask",
"cute-experts-clap",
"cyan-bears-invent",
"four-badgers-heal",
"light-beds-push",
"stupid-lies-invent",
"thirty-candles-try",
"witty-news-join"
]
}
19 changes: 19 additions & 0 deletions .changeset/stupid-lies-invent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
'@lit-protocol/access-control-conditions': patch
'@lit-protocol/access-control-conditions-schemas': patch
'@lit-protocol/auth': patch
'@lit-protocol/auth-helpers': patch
'@lit-protocol/auth-services': patch
'@lit-protocol/constants': patch
'@lit-protocol/crypto': patch
'@lit-protocol/lit-client': patch
'@lit-protocol/logger': patch
'@lit-protocol/networks': patch
'@lit-protocol/schemas': patch
'@lit-protocol/types': patch
'@lit-protocol/wasm': patch
'@lit-protocol/wrapped-keys': patch
'@lit-protocol/wrapped-keys-lit-actions': patch
---

merge of [Bug] Fix False Positive Custom Auth Tests #881
19 changes: 19 additions & 0 deletions .changeset/thirty-candles-try.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
'@lit-protocol/access-control-conditions': patch
'@lit-protocol/access-control-conditions-schemas': patch
'@lit-protocol/auth': patch
'@lit-protocol/auth-helpers': patch
'@lit-protocol/auth-services': patch
'@lit-protocol/constants': patch
'@lit-protocol/crypto': patch
'@lit-protocol/lit-client': patch
'@lit-protocol/logger': patch
'@lit-protocol/networks': patch
'@lit-protocol/schemas': patch
'@lit-protocol/types': patch
'@lit-protocol/wasm': patch
'@lit-protocol/wrapped-keys': patch
'@lit-protocol/wrapped-keys-lit-actions': patch
---

fix custom auth data schema
19 changes: 19 additions & 0 deletions .changeset/witty-news-join.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
'@lit-protocol/access-control-conditions': patch
'@lit-protocol/access-control-conditions-schemas': patch
'@lit-protocol/auth': patch
'@lit-protocol/auth-helpers': patch
'@lit-protocol/auth-services': patch
'@lit-protocol/constants': patch
'@lit-protocol/crypto': patch
'@lit-protocol/lit-client': patch
'@lit-protocol/logger': patch
'@lit-protocol/networks': patch
'@lit-protocol/schemas': patch
'@lit-protocol/types': patch
'@lit-protocol/wasm': patch
'@lit-protocol/wrapped-keys': patch
'@lit-protocol/wrapped-keys-lit-actions': patch
---

remove console logs
12 changes: 6 additions & 6 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ jobs:
run: NETWORK=naga-dev bun run test:e2e all
timeout-minutes: 10

- name: Run health check for naga-test
run: NETWORK=naga-test bun run test:e2e all
timeout-minutes: 10
# - name: Run health check for naga-test
# run: NETWORK=naga-test bun run test:e2e all
# timeout-minutes: 10

- name: Run health check for naga-staging
run: NETWORK=naga-staging bun run test:e2e all
timeout-minutes: 10
# - name: Run health check for naga-staging
# run: NETWORK=naga-staging bun run test:e2e all
# timeout-minutes: 10
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,5 @@ lit-cache
lit-auth-local
artillery-state.json
artillery-pkp-tokens
lit-auth-artillery
lit-auth-artillery
alice-auth-manager-data
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ bunx changeset publish

# Contact

You can reach the Lit Protocol team through [Telegram](https://t.me/+aa73FAF9Vp82ZjJh), [Discord](https://litgateway.com/discord), or [X](https://x.com/litprotocol).
You can reach the Lit Protocol team through [Telegram](https://t.me/+aa73FAF9Vp82ZjJh), [Discord](https://litgateway.com/discord), or [X](https://x.com/litprotocol).
38 changes: 17 additions & 21 deletions bun.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,22 +96,22 @@
},
"packages/access-control-conditions": {
"name": "@lit-protocol/access-control-conditions",
"version": "8.0.0-beta.6",
"version": "8.0.0-canary.3",
"dependencies": {
"ethers": "^5.7.1",
"zod": "3.24.3",
},
},
"packages/access-control-conditions-schemas": {
"name": "@lit-protocol/access-control-conditions-schemas",
"version": "8.0.0-beta.6",
"version": "8.0.0-canary.3",
"dependencies": {
"zod": "3.24.3",
},
},
"packages/auth": {
"name": "@lit-protocol/auth",
"version": "8.0.0-beta.6",
"version": "8.0.0-canary.3",
"dependencies": {
"@noble/curves": "^1.8.1",
"@simplewebauthn/browser": "^7.2.0",
Expand All @@ -133,7 +133,7 @@
},
"packages/auth-helpers": {
"name": "@lit-protocol/auth-helpers",
"version": "8.0.0-beta.6",
"version": "8.0.0-canary.3",
"dependencies": {
"@wagmi/core": "^2.17.1",
"ethers": "^5.7.1",
Expand All @@ -145,13 +145,13 @@
},
"packages/auth-services": {
"name": "@lit-protocol/auth-services",
"version": "2.0.0-beta.9",
"version": "2.0.0-canary.3",
"dependencies": {
"@elysiajs/bearer": "^1.2.0",
"@elysiajs/cors": "^1.2.0",
"@elysiajs/static": "^1.3.0",
"@elysiajs/swagger": "^1.2.0",
"@lit-protocol/contracts": "^0.4.0",
"@lit-protocol/contracts": "^0.5.0",
"@simplewebauthn/server": "6.2.1",
"@simplewebauthn/typescript-types": "^8.3.4",
"@t3-oss/env-core": "^0.12.0",
Expand Down Expand Up @@ -184,15 +184,15 @@
},
"packages/constants": {
"name": "@lit-protocol/constants",
"version": "8.0.0-beta.6",
"version": "8.0.0-canary.3",
"dependencies": {
"@openagenda/verror": "^3.1.4",
"zod": "3.24.3",
},
},
"packages/crypto": {
"name": "@lit-protocol/crypto",
"version": "8.0.0-beta.6",
"version": "8.0.0-canary.3",
"dependencies": {
"@lit-protocol/nacl": "7.1.1",
"@lit-protocol/uint8arrays": "7.1.1",
Expand All @@ -203,7 +203,7 @@
},
"packages/lit-client": {
"name": "@lit-protocol/lit-client",
"version": "8.0.0-beta.6",
"version": "8.0.0-canary.3",
"dependencies": {
"@lit-protocol/uint8arrays": "7.1.1",
"bs58": "^6.0.0",
Expand All @@ -213,16 +213,16 @@
},
"packages/logger": {
"name": "@lit-protocol/logger",
"version": "8.0.0-beta.6",
"version": "8.0.0-canary.3",
"dependencies": {
"pino": "^9.6.0",
},
},
"packages/networks": {
"name": "@lit-protocol/networks",
"version": "8.0.0-beta.6",
"version": "8.0.0-canary.3",
"dependencies": {
"@lit-protocol/contracts": "^0.4.0",
"@lit-protocol/contracts": "^0.5.0",
"@lit-protocol/nacl": "7.1.1",
"@noble/curves": "^1.8.1",
"@wagmi/core": "^2.17.1",
Expand All @@ -238,7 +238,7 @@
},
"packages/schemas": {
"name": "@lit-protocol/schemas",
"version": "8.0.0-beta.6",
"version": "8.0.0-canary.3",
"dependencies": {
"ethers": "^5.7.1",
"siwe": "^2.3.2",
Expand All @@ -248,27 +248,27 @@
},
"packages/types": {
"name": "@lit-protocol/types",
"version": "8.0.0-beta.6",
"version": "8.0.0-canary.3",
"dependencies": {
"ethers": "^5.7.1",
"zod": "3.24.3",
},
},
"packages/wasm": {
"name": "@lit-protocol/wasm",
"version": "8.0.0-beta.6",
"version": "8.0.0-canary.3",
"dependencies": {
"ethers": "^5.7.1",
"pako": "^2.1.0",
},
},
"packages/wrapped-keys": {
"name": "@lit-protocol/wrapped-keys",
"version": "8.0.0-beta.6",
"version": "8.0.0-canary.3",
},
"packages/wrapped-keys-lit-actions": {
"name": "@lit-protocol/wrapped-keys-lit-actions",
"version": "8.0.0-beta.6",
"version": "8.0.0-canary.3",
},
},
"packages": {
Expand Down Expand Up @@ -5028,8 +5028,6 @@

"@lerna/write-log-file/write-file-atomic": ["write-file-atomic@4.0.2", "", { "dependencies": { "imurmurhash": "^0.1.4", "signal-exit": "^3.0.7" } }, "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg=="],

"@lit-protocol/auth-services/@lit-protocol/contracts": ["@lit-protocol/contracts@0.4.0", "", { "peerDependencies": { "typescript": "^5.0.0" } }, "sha512-+PLkQNab2+n7AS6gLUD+b2JoVMTMSB2BDFRoO5epQuli/wd4HBH7XiwBb15111Ta7fn/+TR0R27YJLoDPNYCPg=="],

"@lit-protocol/auth-services/@simplewebauthn/typescript-types": ["@simplewebauthn/typescript-types@8.3.4", "", {}, "sha512-38xtca0OqfRVNloKBrFB5LEM6PN5vzFbJG6rAutPVrtGHFYxPdiV3btYWq0eAZAZmP+dqFPYJxJWeJrGfmYHng=="],

"@lit-protocol/auth-services/ethers": ["ethers@5.7.2", "", { "dependencies": { "@ethersproject/abi": "5.7.0", "@ethersproject/abstract-provider": "5.7.0", "@ethersproject/abstract-signer": "5.7.0", "@ethersproject/address": "5.7.0", "@ethersproject/base64": "5.7.0", "@ethersproject/basex": "5.7.0", "@ethersproject/bignumber": "5.7.0", "@ethersproject/bytes": "5.7.0", "@ethersproject/constants": "5.7.0", "@ethersproject/contracts": "5.7.0", "@ethersproject/hash": "5.7.0", "@ethersproject/hdnode": "5.7.0", "@ethersproject/json-wallets": "5.7.0", "@ethersproject/keccak256": "5.7.0", "@ethersproject/logger": "5.7.0", "@ethersproject/networks": "5.7.1", "@ethersproject/pbkdf2": "5.7.0", "@ethersproject/properties": "5.7.0", "@ethersproject/providers": "5.7.2", "@ethersproject/random": "5.7.0", "@ethersproject/rlp": "5.7.0", "@ethersproject/sha2": "5.7.0", "@ethersproject/signing-key": "5.7.0", "@ethersproject/solidity": "5.7.0", "@ethersproject/strings": "5.7.0", "@ethersproject/transactions": "5.7.0", "@ethersproject/units": "5.7.0", "@ethersproject/wallet": "5.7.0", "@ethersproject/web": "5.7.1", "@ethersproject/wordlists": "5.7.0" } }, "sha512-wswUsmWo1aOK8rR7DIKiWSw9DbLWe6x98Jrn8wcTflTVvaXhAMaB5zGAXy0GYQEQp9iO1iSHWVyARQm11zUtyg=="],
Expand All @@ -5040,8 +5038,6 @@

"@lit-protocol/nacl/tslib": ["tslib@1.14.1", "", {}, "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="],

"@lit-protocol/networks/@lit-protocol/contracts": ["@lit-protocol/contracts@0.4.0", "", { "peerDependencies": { "typescript": "^5.0.0" } }, "sha512-+PLkQNab2+n7AS6gLUD+b2JoVMTMSB2BDFRoO5epQuli/wd4HBH7XiwBb15111Ta7fn/+TR0R27YJLoDPNYCPg=="],

"@lit-protocol/uint8arrays/@lit-protocol/constants": ["@lit-protocol/constants@7.1.1", "", { "dependencies": { "@ethersproject/abstract-provider": "5.7.0", "@lit-protocol/accs-schemas": "^0.0.24", "@lit-protocol/contracts": "^0.0.74", "@lit-protocol/types": "7.1.1", "@openagenda/verror": "^3.1.4", "depd": "^2.0.0", "ethers": "^5.7.1", "siwe": "^2.3.2", "tslib": "1.14.1" } }, "sha512-wJY5r8D0FdvtkQtcjx5JfPC3Qeb5SZ1m72HTcvJdqaJaBgaPP4eg2JSUg9uNJ+knOCyfdiBPl47XlWTGqe1X4Q=="],

"@lit-protocol/uint8arrays/@lit-protocol/contracts": ["@lit-protocol/contracts@0.0.74", "", { "peerDependencies": { "typescript": "^5.0.0" } }, "sha512-8uV038gzBp7ew7a4884SVt9Zhu8CtiTb+A8dKNnByxVoT1kFt4O4DmsaniV8p9AGjNR13IWfpU1NFChmPHVIpQ=="],
Expand Down
Loading
Loading