Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

polkadot-secure-validator

Package Overview
Dependencies
Maintainers
2
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

polkadot-secure-validator - npm Package Compare versions

Comparing version 0.14.7 to 0.15.0

2

package.json
{
"name": "polkadot-secure-validator",
"version": "0.14.7",
"version": "0.15.0",
"main": "src/index.js",

@@ -5,0 +5,0 @@ "repository": "https://github.com/w3f/polkadot-secure-validator",

@@ -68,3 +68,3 @@ [![CircleCI](https://circleci.com/gh/w3f/polkadot-secure-validator.svg?style=svg)](https://circleci.com/gh/w3f/polkadot-secure-validator)

### Syncronization
### Synchronization

@@ -100,8 +100,8 @@ ```

actual validator and a set of cloud nodes connected to it. The validator is
isolated from the internet and only has access to the polkadot network through
isolated from the internet and only has access to the Polkadot network through
the cloud nodes, which are accessible from the internet and are connected to
the rest of the polkadot network.
the rest of the Polkadot network.
The connection between the validator node and the cloud nodes is performed
defining a VPN to which all these nodes belong. The polkadot instance running in
defining a VPN to which all these nodes belong. The Polkadot instance running in
the validator node is configured to only listen on the VPN-attached interface,

@@ -130,3 +130,3 @@ and uses the cloud node's VPN address in the `--reserved-nodes` parameter. It is

The secure validator setup is structured in two layers, an underlaying platform
The secure validator setup is structured in two layers, an underlying platform
and the applications that run on top of it.

@@ -139,3 +139,3 @@

However, we use terraform for creating both. The code for setting up the
bare-metal machine is in the [terraform-modules](/terraform-modules) dir
bare-metal machine is in the [terraform](/terraform) dir
of this repository.

@@ -188,3 +188,3 @@

* Polkadot setup: create a polkadot user and group and download the binary.
* Polkadot setup: create a Polkadot user and group and download the binary.

@@ -240,3 +240,3 @@ * Public nodes:

its public node and the regular network nodes, haveing each group a different
vision and accessiblity to the rest of the network. To verify this, we'll execute
vision and accessibility to the rest of the network. To verify this, we'll execute
the `system_networkState` RPC call on nodes of each partition:

@@ -243,0 +243,0 @@

@@ -61,2 +61,6 @@ const path = require('path');

buildDir,
polkadotAdditionalCommonFlags: this.config.additionalFlags,
polkadotAdditionalValidatorFlags: this.config.validators.additionalFlags,
polkadotAdditionalPublicFlags: this.config.publicNodes.additionalFlags,
};

@@ -63,0 +67,0 @@ if (this.config.nodeExporter && this.config.nodeExporter.enabled) {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc