Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove reference to securnet #248

Merged
merged 1 commit into from
Jan 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
23 changes: 0 additions & 23 deletions docs/build/api/providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,27 +36,4 @@ To enhance redundancy and facilitate load balancing, consider using multiple pro
</tbody>
</table>
</TabItem>
<TabItem value="testnet" label="🧑‍🔬 SecurNet">
<table>
<thead>
<tr>
<th>Provider</th>
<th>Protocol</th>
<th>Endpoint URL</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="/docs/build/networks-faucets/public-networks">Massa Labs</a></td>
<td><code>JsonRPC</code></td>
<td><code>https://test.massa.net/api/v2</code></td>
</tr>
<tr>
<td><a href="/docs/build/networks-faucets/public-networks">Massa Labs</a></td>
<td><code>gRPC</code></td>
<td><code>grpc://test.massa.net:33037</code></td>
</tr>
</tbody>
</table>
</TabItem>
</Tabs>
54 changes: 1 addition & 53 deletions docs/build/networks-faucets/public-networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,33 +39,6 @@ Here's a handy table containing all you need to know about the different Massa n
</tr>
</table>
</TabItem>
<TabItem value="securnet" label="🧑‍🔬 SecurNet">
<table>
<tr>
<td>🔗 Public API</td>
<td>
<a href="https://test.massa.net/api/v2">
https://test.massa.net/api/v2
</a>
</td>
</tr>
<tr>
<td>🪙 Faucet</td>
<td>
<a href="https://discord.com/channels/828270821042159636/866190913030193172">
#securnet-faucet
</a>{" "}
Discord channel
</td>
</tr>
<tr>
<td>🕵️ Explorer</td>
<td>
<a href="https://test.massa.net/v1/">https://test.massa.net/v1/</a>
</td>
</tr>
</table>
</TabItem>
</Tabs>

:::note
Expand All @@ -89,34 +62,9 @@ Faucets play a crucial role in the blockchain ecosystem:

## What's Special About These Networks?

### Securnet

The Massa Securnet serves as a security playground in the Massa ecosystem.

The network is deployed with the following public bootstrap servers:
- 149.202.86.103
- 149.202.89.125
- 158.69.120.215
- 158.69.23.120
- 198.27.74.5
- 51.75.60.228

The full configuration of the network is accessible in the [config.toml file](https://github.com/massalabs/massa/blob/securnet/massa-node/base_config/config.toml) on GitHub

A Bug Bounty program lets anyone try and find security holes, of different types. Securnet allows anyone to run a node and actively participate in the network,
trying to break things related to:

- [The node](https://github.com/massalabs/massa)
- [Massa standards](https://github.com/massalabs/massa-standards)
- [Massa Station wallet](/docs/massaStation/home)

More information about the Bug Bounty will be available soon.

### Buildnet

The Massa Buildnet serves as your reliable playground for crafting and deploying smart contracts on the Massa blockchain.

While we regularly push new, groundbreaking features to Securnet, Buildnet follows a more gradual upgrade cycle. This careful pace ensures its constant availability and stability - key factors that you, as a developer, rely on.
The Massa Buildnet serves as your reliable playground for crafting and deploying smart contracts on the Massa blockchain. Buildnet follows a gradual upgrade cycle. This careful pace ensures its constant availability and stability - key factors that you, as a developer, rely on.

At MassaLabs, we put significant effort into the careful maintenance of Buildnet. Our goal is to provide you with a platform where you can build robust, innovative applications.

Expand Down
16 changes: 0 additions & 16 deletions docs/node/all-configs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@ the `massa-node/config/config.toml` file.
```toml
EXTERNAL_BUILDNET_NODE_CONFIG_CONTENT

```

</TabItem>
<TabItem value="testnet" label="🧑‍🔬 SecurNet">

```toml
EXTERNAL_SECURNET_NODE_CONFIG_CONTENT

```

</TabItem>
Expand All @@ -50,14 +42,6 @@ the `massa-client/config/config.toml` file.
```toml
EXTERNAL_BUILDNET_CLIENT_CONFIG_CONTENT

```

</TabItem>
<TabItem value="securnet" label="🧑‍🔬 SecurNet">

```toml
EXTERNAL_SECURNET_CLIENT_CONFIG_CONTENT

```

</TabItem>
Expand Down
10 changes: 0 additions & 10 deletions scripts/download-configs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,6 @@ insert_content "EXTERNAL_BUILDNET_NODE_CONFIG_CONTENT" "./external/node/buildnet
# Add client config file content to the documentation
insert_content "EXTERNAL_BUILDNET_CLIENT_CONFIG_CONTENT" "./external/client/buildnet/config.toml" "./docs/node/all-configs.mdx"

# Download node and client config files
download_files "./external/node/securnet/" "./external/node/securnet/config-files.txt"
download_files "./external/client/securnet/" "./external/client/securnet/config-files.txt"

# Add node config file content to the documentation
insert_content "EXTERNAL_SECURNET_NODE_CONFIG_CONTENT" "./external/node/securnet/config.toml" "./docs/node/all-configs.mdx"

# Add client config file content to the documentation
insert_content "EXTERNAL_SECURNET_CLIENT_CONFIG_CONTENT" "./external/client/securnet/config.toml" "./docs/node/all-configs.mdx"

# Download node and client config files
download_files "./external/node/testnet/" "./external/node/testnet/config-files.txt"
download_files "./external/client/testnet/" "./external/client/testnet/config-files.txt"
Expand Down
26 changes: 9 additions & 17 deletions static/json/versions-tooling.json
Original file line number Diff line number Diff line change
@@ -1,75 +1,67 @@
{
"title": "Massa Tools Versions Compatibilities",
"networks": ["Buildnet", "Securnet"],
"networks": ["Buildnet"],
"projects": [
{
"title": "sc-project-initializer",
"compatibilities": [
{ "network": "Buildnet", "version": "buildnet" },
{ "network": "Securnet", "version": "latest" }
{ "network": "Buildnet", "version": "buildnet" }
],
"install": "npm install @massalabs/project-initializer",
"npmLink": "https://www.npmjs.com/package/@massalabs/sc-project-initializer?activeTab=versions"
},
{
"title": "massa-as-sdk",
"compatibilities": [
{ "network": "Buildnet", "version": "buildnet" },
{ "network": "Securnet", "version": "latest" }
{ "network": "Buildnet", "version": "buildnet" }
],
"install": "npm install @massalabs/massa-as-sdk",
"npmLink": "https://www.npmjs.com/package/@massalabs/massa-as-sdk?activeTab=versions"
},
{
"title": "massa-web3",
"compatibilities": [
{ "network": "Buildnet", "version": "buildnet" },
{ "network": "Securnet", "version": "latest" }
{ "network": "Buildnet", "version": "buildnet" }
],
"install": "npm install @massalabs/massa-web3",
"npmLink": "https://www.npmjs.com/package/@massalabs/massa-web3?activeTab=versions"
},
{
"title": "wallet-provider",
"compatibilities": [
{ "network": "Buildnet", "version": "buildnet" },
{ "network": "Securnet", "version": "latest" }
{ "network": "Buildnet", "version": "buildnet" }
],
"install": "npm install @massalabs/wallet-provider",
"npmLink": "https://www.npmjs.com/package/@massalabs/wallet-provider?activeTab=versions"
},
{
"title": "as-types",
"compatibilities": [
{ "network": "Buildnet", "version": "buildnet" },
{ "network": "Securnet", "version": "latest" }
{ "network": "Buildnet", "version": "buildnet" }
],
"install": "npm install @massalabs/as-types",
"npmLink": "https://www.npmjs.com/package/@massalabs/as-types?activeTab=versions"
},
{
"title": "as-proba",
"compatibilities": [
{ "network": "Buildnet", "version": "buildnet" },
{ "network": "Securnet", "version": "latest" }
{ "network": "Buildnet", "version": "buildnet" }
],
"install": "npm install @massalabs/as-proba",
"npmLink": "https://www.npmjs.com/package/@massalabs/as-proba?activeTab=versions"
},
{
"title": "as-transformer",
"compatibilities": [
{ "network": "Buildnet", "version": "buildnet" },
{ "network": "Securnet", "version": "latest" }
{ "network": "Buildnet", "version": "buildnet" }
],
"install": "npm install @massalabs/as-transformer",
"npmLink": "https://www.npmjs.com/package/@massalabs/as-transformer?activeTab=versions"
},
{
"title": "sc-deployer",
"compatibilities": [
{ "network": "Buildnet", "version": "buildnet" },
{ "network": "Securnet", "version": "latest" }
{ "network": "Buildnet", "version": "buildnet" }
],
"install": "npm install @massalabs/massa-sc-deployer",
"npmLink": "https://www.npmjs.com/package/@massalabs/massa-sc-deployer?activeTab=versions"
Expand Down
Loading
Loading