Skip to content

Commit 31788ee

Browse files
authored
Merge branch 'naga' into feature/jss-132-naga-test-allow-naga-local-configuration
2 parents 6e13260 + 321c22b commit 31788ee

File tree

22 files changed

+89
-28
lines changed

22 files changed

+89
-28
lines changed

.changeset/giant-adults-wonder.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

docs/governance/overview.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
title: "Overview"
33
---
44

5+
<Tip>
6+
$LITKEY and the Staking Contest to Select the Genesis Node Operator Set for the Naga Mainnet are now LIVE.
7+
8+
[Learn More](https://spark.litprotocol.com/litkey-is-live/).
9+
</Tip>
10+
511
Lit Protocol has established an initial governance system to guide and organize its development and operations. This system exists to manage decision-making related to the core protocol, the infrastructure that supports it, and the broader ecosystem of applications built on top of it.
612

713
## Purpose

docs/index.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,9 @@ description: 'Decentralized key management and private compute'
44
---
55

66
<Tip>
7-
We're excited to announce that Vincent is now live! Vincent is a powerful toolkit that enables secure web3 capabilities for AI agents through:
7+
$LITKEY and the Staking Contest to Select the Genesis Node Operator Set for the Naga Mainnet are now LIVE.
88

9-
- Secure Delegation: Safely delegate wallet operations to AI agents while maintaining full control
10-
- Customizable Tools: Define and manage specific web3 actions your agents can perform
11-
- Policy Controls: Set granular rules and restrictions for how agents interact with web3
12-
13-
Check out the [Vincent documentation](https://docs.heyvincent.ai/) to get started!
9+
[Learn More](https://spark.litprotocol.com/litkey-is-live/).
1410
</Tip>
1511

1612
# Overview

docs/node-ops/overview.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
title: "Overview"
33
---
44

5+
<Tip>
6+
$LITKEY and the Staking Contest to Select the Genesis Node Operator Set for the Naga Mainnet are now LIVE.
7+
8+
[Learn More](https://spark.litprotocol.com/litkey-is-live/).
9+
</Tip>
10+
511
Lit Protocol is secured and operated by a decentralized network of validator nodes. These nodes are responsible for executing the threshold cryptographic operations that underpin the core functionality of the network, including signing, encryption, decryption, and private compute via Lit Actions.
612

713
Each node participates in threshold signature multi-party computation (TSS MPC) protocols and operates inside a confidential compute environment (TEE), ensuring that no single operator can access plaintext key material or violate policy constraints.
@@ -14,4 +20,4 @@ A staking and delegation contest will be run to select the genesis validator set
1420

1521
To whitelist your node, visit https://staking.litprotocol.com/
1622

17-
Refer to the next page for details on hardware specs, minimum requirements, and operational guidelines for node operators.
23+
Refer to the next page for details on hardware specs, minimum requirements, and operational guidelines for node operators.

packages/artillery/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @lit-protocol/artillery
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6bd3394]
8+
- @lit-protocol/e2e@3.0.1
9+
310
## 0.0.5
411

512
### Patch Changes

packages/artillery/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lit-protocol/artillery",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"private": true,
55
"type": "commonjs",
66
"dependencies": {

packages/auth-helpers/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @lit-protocol/auth-helpers
22

3+
## 8.1.1
4+
5+
### Patch Changes
6+
7+
- 6bd3394: Update the naga-dev staking address. users are expected to reinstall the SDK to apply this patch to continue using the naga-dev network.
8+
39
## 8.1.0
410

511
### Minor Changes

packages/auth-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"crypto": false,
2626
"stream": false
2727
},
28-
"version": "8.1.0",
28+
"version": "8.1.1",
2929
"main": "./src/index.js",
3030
"typings": "./src/index.d.ts",
3131
"dependencies": {

packages/auth-services/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @lit-protocol/auth-services
22

3+
## 2.0.5
4+
5+
### Patch Changes
6+
7+
- 6bd3394: Update the naga-dev staking address. users are expected to reinstall the SDK to apply this patch to continue using the naga-dev network.
8+
- Updated dependencies [6bd3394]
9+
- @lit-protocol/contracts@0.7.1
10+
311
## 2.0.4
412

513
### Patch Changes

packages/auth-services/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lit-protocol/auth-services",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"license": "MIT",
55
"type": "commonjs",
66
"main": "./src/index.js",

0 commit comments

Comments
 (0)