From c03490b24a4e195a8146639d38fc5b44d606a630 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Thu, 15 Jul 2021 19:52:05 -0700 Subject: [PATCH] Remove Tour de SOL more --- docs/docusaurus.config.js | 4 ---- docs/src/clusters.md | 3 --- docs/src/developing/backwards-compatibility.md | 4 ++-- docs/src/implemented-proposals/staking-rewards.md | 2 +- docs/src/running-validator/validator-troubleshoot.md | 7 +------ 5 files changed, 4 insertions(+), 16 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 5ec58f393..0735f6283 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -109,10 +109,6 @@ module.exports = { label: "Introduction", to: "introduction", }, - { - label: "Tour de SOL", - to: "tour-de-sol", - }, ], }, { diff --git a/docs/src/clusters.md b/docs/src/clusters.md index 09e5f935e..9d8d133b7 100644 --- a/docs/src/clusters.md +++ b/docs/src/clusters.md @@ -62,9 +62,6 @@ The `--trusted-validator`s is operated by Solana - Testnet is where we stress test recent release features on a live cluster, particularly focused on network performance, stability and validator behavior. -- [Tour de SOL](tour-de-sol.md) initiative runs on Testnet, where we - encourage malicious behavior and attacks on the network to help us find and - squash bugs or network vulnerabilities. - Testnet tokens are **not real** - Testnet may be subject to ledger resets. - Testnet includes a token faucet for airdrops for application testing diff --git a/docs/src/developing/backwards-compatibility.md b/docs/src/developing/backwards-compatibility.md index d16d245e9..9f26ad03f 100644 --- a/docs/src/developing/backwards-compatibility.md +++ b/docs/src/developing/backwards-compatibility.md @@ -31,7 +31,7 @@ updates of a particular `MINOR` version release. #### Release Channels - `edge` software that contains cutting-edge features with no backward compatibility policy -- `beta` software that runs on the Solana Tour de SOL testnet cluster +- `beta` software that runs on the Solana Testnet cluster - `stable` software that run on the Solana Mainnet Beta and Devnet clusters #### Major Releases (x.0.0) @@ -43,7 +43,7 @@ that were enabled in the previous `MAJOR` version. #### Minor Releases (1.x.0) New features and proposal implementations are added to _new_ `MINOR` version -releases (e.g. 1.4.0) and are first run on Solana's Tour de SOL testnet cluster. While running +releases (e.g. 1.4.0) and are first run on Solana's Testnet cluster. While running on the testnet, `MINOR` versions are considered to be in the `beta` release channel. After those changes have been patched as needed and proven to be reliable, the `MINOR` version will be upgraded to the `stable` release channel and deployed to the Mainnet Beta cluster. diff --git a/docs/src/implemented-proposals/staking-rewards.md b/docs/src/implemented-proposals/staking-rewards.md index f82d6594f..2d23555b1 100644 --- a/docs/src/implemented-proposals/staking-rewards.md +++ b/docs/src/implemented-proposals/staking-rewards.md @@ -48,7 +48,7 @@ To become a Solana validator, one must deposit/lock-up some amount of SOL in a c initial deposit. -Solana's trustless sense of time and ordering provided by its PoH data structure, along with its [turbine](https://www.youtube.com/watch?v=qt_gDRXHrHQ&t=1s) data broadcast and transmission design, should provide sub-second transaction confirmation times that scale with the log of the number of nodes in the cluster. This means we shouldn't have to restrict the number of validating nodes with a prohibitive 'minimum deposits' and expect nodes to be able to become validators with nominal amounts of SOL staked. At the same time, Solana's focus on high-throughput should create incentive for validation clients to provide high-performant and reliable hardware. Combined with potential a minimum network speed threshold to join as a validation-client, we expect a healthy validation delegation market to emerge. To this end, Solana's testnet will lead into a "Tour de SOL" validation-client competition, focusing on throughput and uptime to rank and reward testnet validators. +Solana's trustless sense of time and ordering provided by its PoH data structure, along with its [turbine](https://www.youtube.com/watch?v=qt_gDRXHrHQ&t=1s) data broadcast and transmission design, should provide sub-second transaction confirmation times that scale with the log of the number of nodes in the cluster. This means we shouldn't have to restrict the number of validating nodes with a prohibitive 'minimum deposits' and expect nodes to be able to become validators with nominal amounts of SOL staked. At the same time, Solana's focus on high-throughput should create incentive for validation clients to provide high-performant and reliable hardware. Combined with potential a minimum network speed threshold to join as a validation-client, we expect a healthy validation delegation market to emerge. ## Penalties diff --git a/docs/src/running-validator/validator-troubleshoot.md b/docs/src/running-validator/validator-troubleshoot.md index 3afb48409..28e1679b9 100644 --- a/docs/src/running-validator/validator-troubleshoot.md +++ b/docs/src/running-validator/validator-troubleshoot.md @@ -11,12 +11,7 @@ testnet participants, [https://discord.gg/pquxPsq](https://discord.gg/pquxPsq). - [Testnet Metrics Dashboard](https://metrics.solana.com:3000/d/monitor-edge/cluster-telemetry-edge?refresh=60s&orgId=2) - Validator chat channels - [\#validator-support](https://discord.gg/rZsenD) General support channel for any Validator related queries. - - [\#tourdesol](https://discord.gg/BdujK2) Discussion and support channel for Tour de SOL participants ([What is Tour de SOL?](https://solana.com/tds/)). - - [\#tourdesol-announcements](https://discord.gg/Q5TxEC) The single source of truth for critical information relating to Tour de SOL - - [\#tourdesol-stage0](https://discord.gg/Xf8tES) Discussion for events within Tour de SOL Stage 0. Stage 0 includes all the dry-run + - [\#testnet-announcements](https://discord.gg/Q5TxEC) The single source of truth for critical information relating Testnet - [Core software repo](https://github.com/solana-labs/solana) -- [Tour de SOL Docs](https://docs.solana.com/tour-de-sol) -- [TdS repo](https://github.com/solana-labs/tour-de-sol) -- [TdS metrics dashboard](https://metrics.solana.com:3000/d/monitor-edge/cluster-telemetry-edge?refresh=1m&from=now-15m&to=now&var-testnet=tds) Can't find what you're looking for? Send an email to ryan@solana.com or reach out to @rshea\#2622 on Discord.