Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Nov 24, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to naga, this PR will be updated.

Releases

@lit-protocol/constants@9.0.0

Major Changes

  • 42e5151: Remove deprecated campNetwork config from EVM network constants, update RPC and block explorer URLs for campTestnet, and add campMainnet network config.

Minor Changes

  • 0a80342: Introduce wrapped-keys support to v8 so applications can generate, import, export, and sign with encrypted keys across EVM and Solana without exposing private key material. New auth package APIs include validateDelegationAuthSig, generatePkpDelegationAuthSig, generateEoaDelegationAuthSig, createPkpAuthContextFromPreGenerated, and createPkpSessionSigs. New wrapped-keys APIs include generatePrivateKey, importPrivateKey, exportPrivateKey, listEncryptedKeyMetadata, getEncryptedKey, storeEncryptedKey, storeEncryptedKeyBatch, batchGeneratePrivateKeys, signMessageWithEncryptedKey, and signTransactionWithEncryptedKey. See the updated docs (guides/server-sessions, sdk-reference/wrapped-keys, and the new auth references) for end-to-end examples. PR

Patch Changes

  • Updated dependencies [0a80342]
  • Updated dependencies [edf1099]
    • @lit-protocol/contracts@0.9.0

@lit-protocol/auth@8.2.0

Minor Changes

  • 0a80342: Introduce wrapped-keys support to v8 so applications can generate, import, export, and sign with encrypted keys across EVM and Solana without exposing private key material. New auth package APIs include validateDelegationAuthSig, generatePkpDelegationAuthSig, generateEoaDelegationAuthSig, createPkpAuthContextFromPreGenerated, and createPkpSessionSigs. New wrapped-keys APIs include generatePrivateKey, importPrivateKey, exportPrivateKey, listEncryptedKeyMetadata, getEncryptedKey, storeEncryptedKey, storeEncryptedKeyBatch, batchGeneratePrivateKeys, signMessageWithEncryptedKey, and signTransactionWithEncryptedKey. See the updated docs (guides/server-sessions, sdk-reference/wrapped-keys, and the new auth references) for end-to-end examples. PR

@lit-protocol/auth-helpers@8.2.0

Minor Changes

  • 0a80342: Introduce wrapped-keys support to v8 so applications can generate, import, export, and sign with encrypted keys across EVM and Solana without exposing private key material. New auth package APIs include validateDelegationAuthSig, generatePkpDelegationAuthSig, generateEoaDelegationAuthSig, createPkpAuthContextFromPreGenerated, and createPkpSessionSigs. New wrapped-keys APIs include generatePrivateKey, importPrivateKey, exportPrivateKey, listEncryptedKeyMetadata, getEncryptedKey, storeEncryptedKey, storeEncryptedKeyBatch, batchGeneratePrivateKeys, signMessageWithEncryptedKey, and signTransactionWithEncryptedKey. See the updated docs (guides/server-sessions, sdk-reference/wrapped-keys, and the new auth references) for end-to-end examples. PR

@lit-protocol/auth-services@2.1.0

Minor Changes

  • 0a80342: Introduce wrapped-keys support to v8 so applications can generate, import, export, and sign with encrypted keys across EVM and Solana without exposing private key material. New auth package APIs include validateDelegationAuthSig, generatePkpDelegationAuthSig, generateEoaDelegationAuthSig, createPkpAuthContextFromPreGenerated, and createPkpSessionSigs. New wrapped-keys APIs include generatePrivateKey, importPrivateKey, exportPrivateKey, listEncryptedKeyMetadata, getEncryptedKey, storeEncryptedKey, storeEncryptedKeyBatch, batchGeneratePrivateKeys, signMessageWithEncryptedKey, and signTransactionWithEncryptedKey. See the updated docs (guides/server-sessions, sdk-reference/wrapped-keys, and the new auth references) for end-to-end examples. PR

Patch Changes

  • Updated dependencies [0a80342]
  • Updated dependencies [edf1099]
    • @lit-protocol/contracts@0.9.0

@lit-protocol/contracts@0.9.0

Minor Changes

  • 0a80342: Introduce wrapped-keys support to v8 so applications can generate, import, export, and sign with encrypted keys across EVM and Solana without exposing private key material. New auth package APIs include validateDelegationAuthSig, generatePkpDelegationAuthSig, generateEoaDelegationAuthSig, createPkpAuthContextFromPreGenerated, and createPkpSessionSigs. New wrapped-keys APIs include generatePrivateKey, importPrivateKey, exportPrivateKey, listEncryptedKeyMetadata, getEncryptedKey, storeEncryptedKey, storeEncryptedKeyBatch, batchGeneratePrivateKeys, signMessageWithEncryptedKey, and signTransactionWithEncryptedKey. See the updated docs (guides/server-sessions, sdk-reference/wrapped-keys, and the new auth references) for end-to-end examples. PR
  • edf1099: Add naga and naga-proto networks. Create per-network entrypoints and subpath exports (naga, naga-production, naga-proto, naga-staging, naga-test, naga-dev, naga-local) for better tree-shaking

@lit-protocol/crypto@8.1.0

Minor Changes

  • 0a80342: Introduce wrapped-keys support to v8 so applications can generate, import, export, and sign with encrypted keys across EVM and Solana without exposing private key material. New auth package APIs include validateDelegationAuthSig, generatePkpDelegationAuthSig, generateEoaDelegationAuthSig, createPkpAuthContextFromPreGenerated, and createPkpSessionSigs. New wrapped-keys APIs include generatePrivateKey, importPrivateKey, exportPrivateKey, listEncryptedKeyMetadata, getEncryptedKey, storeEncryptedKey, storeEncryptedKeyBatch, batchGeneratePrivateKeys, signMessageWithEncryptedKey, and signTransactionWithEncryptedKey. See the updated docs (guides/server-sessions, sdk-reference/wrapped-keys, and the new auth references) for end-to-end examples. PR

@lit-protocol/e2e@5.0.0

Minor Changes

  • 0a80342: Introduce wrapped-keys support to v8 so applications can generate, import, export, and sign with encrypted keys across EVM and Solana without exposing private key material. New auth package APIs include validateDelegationAuthSig, generatePkpDelegationAuthSig, generateEoaDelegationAuthSig, createPkpAuthContextFromPreGenerated, and createPkpSessionSigs. New wrapped-keys APIs include generatePrivateKey, importPrivateKey, exportPrivateKey, listEncryptedKeyMetadata, getEncryptedKey, storeEncryptedKey, storeEncryptedKeyBatch, batchGeneratePrivateKeys, signMessageWithEncryptedKey, and signTransactionWithEncryptedKey. See the updated docs (guides/server-sessions, sdk-reference/wrapped-keys, and the new auth references) for end-to-end examples. PR

Patch Changes

  • d2ff969: PKP signing now auto-hashes Cosmos payloads, exposes a documented bypassAutoHashing option, and ships with a new e2e suite plus docs so builders can rely on every listed curve working out of the box.
  • fd9544d: SDK exposes typed Shiva env helpers (createShivaEnvVars, waitForTestnetInfo, SUPPORTED_NETWORKS) so QA suites can spin up testnets without bespoke env plumbing, and the new executeWithHandshake runner automatically retry failures for more stable Lit action execution.
  • Updated dependencies [42e5151]
  • Updated dependencies [0a80342]
  • Updated dependencies [edf1099]
  • Updated dependencies [d2ff969]
  • Updated dependencies [b5258b7]
  • Updated dependencies [fd9544d]
    • @lit-protocol/constants@9.0.0
    • @lit-protocol/auth-helpers@8.2.0
    • @lit-protocol/lit-client@8.3.0
    • @lit-protocol/contracts@0.9.0
    • @lit-protocol/networks@8.4.0
    • @lit-protocol/crypto@8.1.0
    • @lit-protocol/auth@8.2.0

@lit-protocol/lit-client@8.3.0

Minor Changes

  • 0a80342: Introduce wrapped-keys support to v8 so applications can generate, import, export, and sign with encrypted keys across EVM and Solana without exposing private key material. New auth package APIs include validateDelegationAuthSig, generatePkpDelegationAuthSig, generateEoaDelegationAuthSig, createPkpAuthContextFromPreGenerated, and createPkpSessionSigs. New wrapped-keys APIs include generatePrivateKey, importPrivateKey, exportPrivateKey, listEncryptedKeyMetadata, getEncryptedKey, storeEncryptedKey, storeEncryptedKeyBatch, batchGeneratePrivateKeys, signMessageWithEncryptedKey, and signTransactionWithEncryptedKey. See the updated docs (guides/server-sessions, sdk-reference/wrapped-keys, and the new auth references) for end-to-end examples. PR

Patch Changes

  • fd9544d: SDK exposes typed Shiva env helpers (createShivaEnvVars, waitForTestnetInfo, SUPPORTED_NETWORKS) so QA suites can spin up testnets without bespoke env plumbing, and the new executeWithHandshake runner automatically retry failures for more stable Lit action execution.

@lit-protocol/networks@8.4.0

Minor Changes

  • 0a80342: Introduce wrapped-keys support to v8 so applications can generate, import, export, and sign with encrypted keys across EVM and Solana without exposing private key material. New auth package APIs include validateDelegationAuthSig, generatePkpDelegationAuthSig, generateEoaDelegationAuthSig, createPkpAuthContextFromPreGenerated, and createPkpSessionSigs. New wrapped-keys APIs include generatePrivateKey, importPrivateKey, exportPrivateKey, listEncryptedKeyMetadata, getEncryptedKey, storeEncryptedKey, storeEncryptedKeyBatch, batchGeneratePrivateKeys, signMessageWithEncryptedKey, and signTransactionWithEncryptedKey. See the updated docs (guides/server-sessions, sdk-reference/wrapped-keys, and the new auth references) for end-to-end examples. PR
  • edf1099: Add naga and naga-proto networks. Create per-network entrypoints and subpath exports (naga, naga-production, naga-proto, naga-staging, naga-test, naga-dev, naga-local) for better tree-shaking
  • b5258b7: Expose and aggregate payment details returned by Lit nodes from Lit Action execution requests.

Patch Changes

  • d2ff969: PKP signing now auto-hashes Cosmos payloads, exposes a documented bypassAutoHashing option, and ships with a new e2e suite plus docs so builders can rely on every listed curve working out of the box.
  • fd9544d: SDK exposes typed Shiva env helpers (createShivaEnvVars, waitForTestnetInfo, SUPPORTED_NETWORKS) so QA suites can spin up testnets without bespoke env plumbing, and the new executeWithHandshake runner automatically retry failures for more stable Lit action execution.
  • Updated dependencies [0a80342]
  • Updated dependencies [edf1099]
    • @lit-protocol/contracts@0.9.0

@lit-protocol/wrapped-keys@8.1.0

Minor Changes

  • 0a80342: Introduce wrapped-keys support to v8 so applications can generate, import, export, and sign with encrypted keys across EVM and Solana without exposing private key material. New auth package APIs include validateDelegationAuthSig, generatePkpDelegationAuthSig, generateEoaDelegationAuthSig, createPkpAuthContextFromPreGenerated, and createPkpSessionSigs. New wrapped-keys APIs include generatePrivateKey, importPrivateKey, exportPrivateKey, listEncryptedKeyMetadata, getEncryptedKey, storeEncryptedKey, storeEncryptedKeyBatch, batchGeneratePrivateKeys, signMessageWithEncryptedKey, and signTransactionWithEncryptedKey. See the updated docs (guides/server-sessions, sdk-reference/wrapped-keys, and the new auth references) for end-to-end examples. PR

Patch Changes

  • Updated dependencies [42e5151]
  • Updated dependencies [0a80342]
  • Updated dependencies [edf1099]
  • Updated dependencies [d2ff969]
  • Updated dependencies [b5258b7]
  • Updated dependencies [fd9544d]
    • @lit-protocol/constants@9.0.0
    • @lit-protocol/lit-client@8.3.0
    • @lit-protocol/networks@8.4.0
    • @lit-protocol/auth@8.2.0

@lit-protocol/wrapped-keys-lit-actions@8.1.0

Minor Changes

  • 0a80342: Introduce wrapped-keys support to v8 so applications can generate, import, export, and sign with encrypted keys across EVM and Solana without exposing private key material. New auth package APIs include validateDelegationAuthSig, generatePkpDelegationAuthSig, generateEoaDelegationAuthSig, createPkpAuthContextFromPreGenerated, and createPkpSessionSigs. New wrapped-keys APIs include generatePrivateKey, importPrivateKey, exportPrivateKey, listEncryptedKeyMetadata, getEncryptedKey, storeEncryptedKey, storeEncryptedKeyBatch, batchGeneratePrivateKeys, signMessageWithEncryptedKey, and signTransactionWithEncryptedKey. See the updated docs (guides/server-sessions, sdk-reference/wrapped-keys, and the new auth references) for end-to-end examples. PR

@lit-protocol/artillery@0.1.0

Minor Changes

  • 0a80342: Introduce wrapped-keys support to v8 so applications can generate, import, export, and sign with encrypted keys across EVM and Solana without exposing private key material. New auth package APIs include validateDelegationAuthSig, generatePkpDelegationAuthSig, generateEoaDelegationAuthSig, createPkpAuthContextFromPreGenerated, and createPkpSessionSigs. New wrapped-keys APIs include generatePrivateKey, importPrivateKey, exportPrivateKey, listEncryptedKeyMetadata, getEncryptedKey, storeEncryptedKey, storeEncryptedKeyBatch, batchGeneratePrivateKeys, signMessageWithEncryptedKey, and signTransactionWithEncryptedKey. See the updated docs (guides/server-sessions, sdk-reference/wrapped-keys, and the new auth references) for end-to-end examples. PR

Patch Changes

  • Updated dependencies [0a80342]
  • Updated dependencies [d2ff969]
  • Updated dependencies [fd9544d]
    • @lit-protocol/e2e@5.0.0

@lit-protocol/explorer@0.0.1

Patch Changes

  • Updated dependencies [0a80342]
  • Updated dependencies [edf1099]
  • Updated dependencies [d2ff969]
  • Updated dependencies [b5258b7]
  • Updated dependencies [fd9544d]
    • @lit-protocol/lit-client@8.3.0
    • @lit-protocol/networks@8.4.0
    • @lit-protocol/auth@8.2.0

@github-actions github-actions bot requested a review from Ansonhkg as a code owner November 24, 2025 17:55
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@github-actions github-actions bot force-pushed the changeset-release/naga branch 2 times, most recently from 4eac599 to e5d5a0d Compare November 25, 2025 22:34
@github-actions github-actions bot force-pushed the changeset-release/naga branch from e5d5a0d to be49a30 Compare December 4, 2025 00:04
@github-actions github-actions bot force-pushed the changeset-release/naga branch 3 times, most recently from d027b23 to 898cdff Compare December 13, 2025 00:04
@github-actions github-actions bot force-pushed the changeset-release/naga branch from 898cdff to 6f3f651 Compare December 19, 2025 04:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants