-
Notifications
You must be signed in to change notification settings - Fork 38
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
Update Subnomicon links to go to Academy #530
Conversation
✅ Deploy Preview for subspace-docs-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few suggestions and typos.
docs/farming-&-staking/farming/advanced-cli/cli-install.mdx
Outdated
Show resolved
Hide resolved
versioned_docs/version-latest/farming-&-staking/farming/advanced-cli/cli-install.mdx
Outdated
Show resolved
Hide resolved
- [Plotting](https://subnomicon.subspace.network/docs/consensus/consensus/plotting) | ||
- [Farming](https://subnomicon.subspace.network/docs/consensus/consensus/farming) | ||
For more information about the principles of farming on the Subspace Network, you can still refer to the Autonpmys Academy links below: | ||
- [Synchronization](https://academy.autonomys.net/subspace-protocol/network-architecture/networking-protocols#synchronization) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These bullets look better for the list of links. Maybe apply this approach to the lists of links everywhere in this update.
[Plotting](https://subnomicon.subspace.network/docs/consensus/consensus/plotting) | ||
[Farming](https://subnomicon.subspace.network/docs/consensus/consensus/farming) | ||
If you would like to learn more about how the syncing, plotting and farming processes works on the Subspace Network, please refer to our Autonomys Academy links below. | ||
[Synchronization](https://academy.autonomys.net/subspace-protocol/network-architecture/networking-protocols#synchronization) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Convert these to bullets?
@@ -97,5 +97,5 @@ The nomination pools in Subspace are "lazy": any fees earned by the operator are | |||
Stake epoch is a designated period in domain blocks within a blockchain system that marks each stake allocation re-adjustment period. Occurring every `StakeEpochDuration` blocks (at the moment, it's set to every 100 blocks or ~10 minutes), an epoch transition triggers specific actions such as finalizing operator domain switches, deregistering operators, unlocking operators and their associated funds, and recalculating stake distribution for the Verifiable Random Function (VRF) election. These transitions are designed to adjust the stake distribution dynamically, finalize various staking-related operations, process rewards, and manage deposits and withdrawals. The uniform duration across all domains helps maintain consistency in the network, while the specific starting point for each domain's epoch transition may vary based on when it is registered, helping to amortize the load of these transitions. | |||
|
|||
:::note | |||
Read [Subspace Subnomicon](https://subnomicon.subspace.network/docs/category/decoupled-execution) to get a full picture behind decoupled execution! | |||
Read [Autonomys Academy](https://academy.autonomys.net/subspace-protocol/decoupled-execution) to get a full picture behind decoupled execution! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Read [Autonomys Academy](https://academy.autonomys.net/subspace-protocol/decoupled-execution) to get a full picture behind decoupled execution! | |
Read the [Autonomys Academy](https://academy.autonomys.net/subspace-protocol/decoupled-execution) to get a full picture behind decoupled execution! |
versioned_docs/version-latest/farming-&-staking/farming/pulsar.mdx
Outdated
Show resolved
Hide resolved
[Plotting](https://subnomicon.subspace.network/docs/consensus/consensus/plotting) | ||
[Farming](https://subnomicon.subspace.network/docs/consensus/consensus/farming) | ||
If you would like to learn more about how the syncing, plotting and farming processes works on the Subspace Network, please refer to our Autonomys Academy links below. | ||
[Synchronization](https://academy.autonomys.net/subspace-protocol/network-architecture/networking-protocols#synchronization) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest bullets.
@@ -97,5 +97,5 @@ The nomination pools in Subspace are "lazy": any fees earned by the operator are | |||
Stake epoch is a designated period in domain blocks within a blockchain system that marks each stake allocation re-adjustment period. Occurring every `StakeEpochDuration` blocks (at the moment, it's set to every 100 blocks or ~10 minutes), an epoch transition triggers specific actions such as finalizing operator domain switches, deregistering operators, unlocking operators and their associated funds, and recalculating stake distribution for the Verifiable Random Function (VRF) election. These transitions are designed to adjust the stake distribution dynamically, finalize various staking-related operations, process rewards, and manage deposits and withdrawals. The uniform duration across all domains helps maintain consistency in the network, while the specific starting point for each domain's epoch transition may vary based on when it is registered, helping to amortize the load of these transitions. | |||
|
|||
:::note | |||
Read [Subspace Subnomicon](https://subnomicon.subspace.network/docs/category/decoupled-execution) to get a full picture behind decoupled execution! | |||
Read [Autonomys Academy](https://academy.autonomys.net/subspace-protocol/decoupled-execution) to get a full picture behind decoupled execution! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Read [Autonomys Academy](https://academy.autonomys.net/subspace-protocol/decoupled-execution) to get a full picture behind decoupled execution! | |
Read the [Autonomys Academy](https://academy.autonomys.net/subspace-protocol/decoupled-execution) to get a full picture behind decoupled execution! |
Apply Jim's suggestions Co-authored-by: Jim Counter <jimcounter@hotmail.com>
No description provided.