Skip to content

Commit

Permalink
docs: update socials (#3252)
Browse files Browse the repository at this point in the history
* update socials

* remove link to ibc specs

* fix broken links

---------

Co-authored-by: MSalopek <[email protected]>
  • Loading branch information
mpoke and MSalopek authored Aug 5, 2024
1 parent 538222a commit abe7b3a
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 31 deletions.
2 changes: 1 addition & 1 deletion docs/docs/delegators/delegator-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ order: 4

## What is a delegator?

People that cannot or do not want to operate [validator nodes](../validators/overview.mdx) can still participate in the staking process as delegators. Indeed, validators are not chosen based on their self-delegated stake but based on their total stake, which is the sum of their self-delegated stake and of the stake that is delegated to them. This is an important property, as it makes delegators a safeguard against validators that exhibit bad behavior. If a validator misbehaves, their delegators will move their Atoms away from them, thereby reducing their stake. Eventually, if a validator's stake falls under the top 180 addresses with highest stake, they will exit the validator set.
People that cannot or do not want to operate [validator nodes](../validators/overview.md) can still participate in the staking process as delegators. Indeed, validators are not chosen based on their self-delegated stake but based on their total stake, which is the sum of their self-delegated stake and of the stake that is delegated to them. This is an important property, as it makes delegators a safeguard against validators that exhibit bad behavior. If a validator misbehaves, their delegators will move their Atoms away from them, thereby reducing their stake. Eventually, if a validator's stake falls under the top 180 addresses with highest stake, they will exit the validator set.

**Delegators share the revenue of their validators, but they also share the risks.** In terms of revenue, validators and delegators differ in that validators can apply a commission on the revenue that goes to their delegator before it is distributed. This commission is known to delegators beforehand and can only change according to predefined constraints (see [section](#choosing-a-validator) below). In terms of risk, delegators' Atoms can be slashed if their validator misbehaves. For more, see [Risks](#risks) section.

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ This folder contains tutorials related to the `gaia` application.

- [What is Gaia?](./what-is-gaia.md)
- [Installing `gaiad`](./installation.md)
- [Joining Mainnet](./quickstart.mdx)
- [Joining Mainnet](./quickstart.md)
10 changes: 4 additions & 6 deletions docs/docs/hub-tutorials/join-mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,15 @@ The chain-id of Cosmos Hub mainnet is `cosmoshub-4`.

**This guide includes full instructions for joining the mainnet either as an archive/full node or a pruned node.**

For instructions to bootstrap a node via Quicksync or State Sync, see the [Quickstart Guide](../getting-started/quickstart.mdx)
For instructions to bootstrap a node via Quicksync or State Sync, see the [Quickstart Guide](../getting-started/quickstart.md)

For instructions to join as a validator, please also see the [Validator Guide](../validators/overview.mdx).
For instructions to join as a validator, please also see the [Validator Guide](../validators/overview.md).

### Overview
<!-- DON'T FORGET TO KEEP INDEX UP TO DATE -->
- [Join the Cosmos Hub Mainnet](#join-the-cosmos-hub-mainnet)
- [Release History](#release-history)
- [Release History](#release-history)
- [Overview](#overview)
- [Background](#background)
- [Explorers](#explorers)
- [Getting Started](#getting-started)
- [Hardware](#hardware)
Expand All @@ -56,7 +55,6 @@ For instructions to join as a validator, please also see the [Validator Guide](.
- [State Sync](#state-sync)
- [Quicksync](#quicksync)
- [Snapshots](#snapshots)
- [Releases \& Upgrades](#releases--upgrades)
- [Cosmovisor](#cosmovisor)
- [Running via Background Process](#running-via-background-process)
- [Exporting State](#exporting-state)
Expand Down Expand Up @@ -242,7 +240,7 @@ address = "0.0.0.0:9090"

## Sync Options

There are three main ways to sync a node on the Cosmos Hub; Blocksync, State Sync, and Quicksync. See the matrix below for the Hub's recommended setup configuration. This guide will focus on syncing two types of common nodes; full and pruned. For further information on syncing to run a validator node, see the section on [Validators](../validators/overview.mdx).
There are three main ways to sync a node on the Cosmos Hub; Blocksync, State Sync, and Quicksync. See the matrix below for the Hub's recommended setup configuration. This guide will focus on syncing two types of common nodes; full and pruned. For further information on syncing to run a validator node, see the section on [Validators](../validators/overview.md).

There are two types of concerns when deciding which sync option is right. _Data integrity_ refers to how reliable the data provided by a subset of network participants is. _Historical data_ refers to how robust and inclusive the chain’s history is.

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/validators/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ order: 1

This folder contains documentation relevant to validators of the Cosmos Hub and other `gaia` blockchains.

- [Validator Overview](./overview.mdx)
- [Validator Overview](./overview.md)
- [Setting Up a Validator for Cosmos Hub Mainnet](./validator-setup.md)
- [Validator FAQ](./validator-faq.md)
- [Validator Security Notice](./security.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/validators/validator-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ Running an effective operation is key to avoiding unexpected unbonding or slashi

Validators are expected to perform regular software updates to accommodate chain upgrades and bug fixes. It is suggested to consider using [Cosmovisor](https://docs.cosmos.network/v0.45/run-node/cosmovisor.html) to partially automate this process.

During an chain upgrade, progress is discussed in a private channel in the [Interchain Discord](https://discord.gg/cosmosnetwork). If your validator is in the active set we encourage you to request access to that channel by contacting a moderator.
During an chain upgrade, progress is discussed in a private channel in the [Interchain Discord](https://discord.gg/interchain). If your validator is in the active set we encourage you to request access to that channel by contacting a moderator.

### How can validators protect themselves from denial-of-service attacks?

Expand Down
42 changes: 21 additions & 21 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,20 +121,24 @@ const config = {
html: '<i class="fa-fw fa-brands fa-github"></i> Github',
},
{
href: "https://reddit.com/r/cosmosnetwork",
html: '<i class="fa-fw fa-brands fa-reddit"></i> Reddit',
},
{
href: "https://www.youtube.com/c/CosmosProject",
html: '<i class="fa-fw fa-brands fa-youtube"></i> YouTube',
href: "https://twitter.com/cosmoshub",
html: '<i class="fa-fw fa-brands fa-twitter"></i> Twitter',
},
{
href: "https://discord.gg/cosmosnetwork",
href: "https://discord.gg/interchain",
html: '<i class="fa-fw fa-brands fa-discord"></i> Discord',
},
{
href: "https://forum.cosmos.network/",
html: '<i class="fa-fw fa-regular fa-comments"></i> Cosmos Forums',
html: '<i class="fa-fw fa-regular fa-comments"></i> Forum',
},
{
href: "https://reddit.com/r/cosmosnetwork",
html: '<i class="fa-fw fa-brands fa-reddit"></i> Reddit',
},
{
href: "https://www.youtube.com/c/CosmosProject",
html: '<i class="fa-fw fa-brands fa-youtube"></i> YouTube',
},
],
},
Expand Down Expand Up @@ -174,43 +178,39 @@ const config = {
href: "https://docs.cometbft.com/",
},
{
label: "IBC Specs",
href: "https://github.com/cosmos/ibc",
label: "IBC-Go",
href: "https://ibc.cosmos.network/",
},
{
label: "IBC Go",
href: "https://ibc.cosmos.network/",
label: "Interchain Security",
href: "https://cosmos.github.io/interchain-security/",
},
],
},
{
title: "Community",
items: [
{
label: "Blog",
href: "https://blog.cosmos.network/",
},
{
label: "Forum",
href: "https://forum.cosmos.network/",
},
{
label: "Discord",
href: "https://discord.gg/cosmosnetwork",
href: "https://discord.gg/interchain",
},
{
label: "Reddit",
href: "https://reddit.com/r/cosmosnetwork",
},
{
label: "Blog",
href: "https://blog.cosmos.network/",
},
],
},
{
title: "Social",
items: [
{
label: "Discord",
href: "https://discord.gg/cosmosnetwork",
},
{
label: "Twitter",
href: "https://twitter.com/cosmoshub",
Expand Down

0 comments on commit abe7b3a

Please sign in to comment.