Skip to content

Commit

Permalink
docs: change invalid link (anza-xyz#4158)
Browse files Browse the repository at this point in the history
* fix typo backwards-compatibility.md

"seperately" -> "separately"

* docs: fix invalid link staking-rewards.md

The link [turbine](https://www.youtube.com/watch?v=qt_gDRXHrHQ&t=1s) is not appropriate because it is a private video. 

Therefore, it seems appropriate to substitute [turbine](https://docs.anza.xyz/consensus/turbine-block-propagation) for the video link.

* fix invalid link validator-start.md

"[metrics dashboard](https://metrics.solana.com:3000/d/monitor/cluster-telemetry)" is invalid.

Changed to "[metrics dashboard](https://metrics.solana.com:3000/d/monitor-edge/cluster-telemetry)"
  • Loading branch information
osrm authored Jan 6, 2025
1 parent f27dda7 commit 34e5646
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/implemented-proposals/staking-rewards.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To become a Solana validator, one must deposit/lock-up some amount of SOL in a c

- _Cool-down period_: a duration of time following the submission of a 'withdrawal' transaction. During this period validation responsibilities have been removed and the funds continue to be inaccessible. Accumulated rewards should be delivered at the end of this period, along with the return of the 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 potentially a minimum network speed threshold to join as a validation-client, we expect a healthy validation delegation market to emerge.
Solana's trustless sense of time and ordering provided by its PoH data structure, along with its [turbine](https://docs.anza.xyz/consensus/turbine-block-propagation) 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 potentially a minimum network speed threshold to join as a validation-client, we expect a healthy validation delegation market to emerge.

## Penalties

Expand Down
2 changes: 1 addition & 1 deletion docs/src/operations/guides/validator-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ to your machine by fetching the transaction count:
solana transaction-count
```

View the [metrics dashboard](https://metrics.solana.com:3000/d/monitor/cluster-telemetry) for more
View the [metrics dashboard](https://metrics.solana.com:3000/d/monitor-edge/cluster-telemetry) for more
detail on cluster activity.

## Enabling CUDA
Expand Down

0 comments on commit 34e5646

Please sign in to comment.