From 55de2502fb0014dae9fb0a2dd54b42c1e057fc25 Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Wed, 14 Aug 2024 13:22:14 +0100 Subject: [PATCH] Removing all mentions of MPC --- developers/ocean-node/README.md | 2 +- developers/ocean-node/node-architecture.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/developers/ocean-node/README.md b/developers/ocean-node/README.md index ccd05b87..b73560a1 100644 --- a/developers/ocean-node/README.md +++ b/developers/ocean-node/README.md @@ -6,7 +6,7 @@ description: The new Ocean stack Ocean Nodes are a vital part of the Ocean Protocol core technology stack. The Ocean Nodes monorepo that replaces the three previous components: [Provider](../old-infrastructure/provider/), [Aquarius](../old-infrastructure/aquarius/) and [subgraph](../old-infrastructure/subgraph/). It has been designed to significantly simplify the process of starting the Ocean stack - it runs everything you need with one simple command. -It integrates multiple services for secure and efficient data operations, utilizing technologies like libp2p for peer-to-peer communication and multi-party computation (MPC) for secure data handling. Its modular and scalable architecture supports various use cases, from simple data retrieval to complex compute-to-data (C2D) tasks. +It integrates multiple services for secure and efficient data operations, utilizing technologies like libp2p for peer-to-peer communication. Its modular and scalable architecture supports various use cases, from simple data retrieval to complex compute-to-data (C2D) tasks. The node is structured into separate layers, including the network layer for communication, and the components layer for core services like the Indexer and Provider. This layered architecture ensures efficient data management and high security. diff --git a/developers/ocean-node/node-architecture.md b/developers/ocean-node/node-architecture.md index adea5a79..a49e4039 100644 --- a/developers/ocean-node/node-architecture.md +++ b/developers/ocean-node/node-architecture.md @@ -22,7 +22,6 @@ The Node stack is divided into the following layers: * Multiple ways of storing URLs: * Choose one node and use that private key to encrypt URLs (enterprise approach). * Choose several nodes, so your files can be accessed even if one node goes down (given at least one node is still alive). - * Use MPC to divide the key among multiple nodes (so no one node has the entire key). * Supports multiple C2D types: * Light Docker only (for edge nodes). * Ocean C2D (Kubernetes).