diff --git a/.github/workflows/linkchecker.yml b/.github/workflows/linkchecker.yml index e63041b3f31..19747096237 100644 --- a/.github/workflows/linkchecker.yml +++ b/.github/workflows/linkchecker.yml @@ -1,7 +1,5 @@ name: Check Markdown links -on: - schedule: - - cron: '* */24 * * *' +on: push jobs: markdown-link-check: runs-on: ubuntu-latest diff --git a/docs/es/README.md b/docs/es/README.md index eba9d7f49dd..b33049f39ea 100644 --- a/docs/es/README.md +++ b/docs/es/README.md @@ -1,3 +1,4 @@ + # Documentación para el Hub de Cosmos Bienvenido a la documentación de la **aplicación para el Hub de Cosmos: `gaia`** @@ -39,3 +40,5 @@ Consulte [este archivo](./DOCS_README.md) para conocer los detalles del proceso # Versión Esta documentación ha construida usando el siguiente commit: + + \ No newline at end of file diff --git a/docs/es/gaia-tutorials/installation.md b/docs/es/gaia-tutorials/installation.md index d0c5b1aab90..839fa49e05f 100644 --- a/docs/es/gaia-tutorials/installation.md +++ b/docs/es/gaia-tutorials/installation.md @@ -1,6 +1,7 @@ + # Instalación de Gaia @@ -92,3 +93,5 @@ Para probar cualquier cambio hecho en el SDK o Tendermint, se debe agregar una c ## Siguiente Ahora puede unirse a la [red principal](./join-mainnet.md), [testnet](./join-testnet.md) o crear [su propia testnet pública](./deploy-testnet.md) + + \ No newline at end of file diff --git a/docs/es/gaia-tutorials/join-mainnet.md b/docs/es/gaia-tutorials/join-mainnet.md index b4a616e56f1..d5c57dec7e0 100644 --- a/docs/es/gaia-tutorials/join-mainnet.md +++ b/docs/es/gaia-tutorials/join-mainnet.md @@ -1,6 +1,7 @@ + # Únase a la red principal del Cosmos Hub @@ -185,3 +186,5 @@ Cuando se presenta una transacción inválida, no se deducen los tokens de honor ## Actualice a un nodo validador Ahora tienes un nodo completo activo. ¿Cuál es el siguiente paso? Puedes actualizar tu nodo completo para convertirte en un Validador del Cosmos. Los 120 mejores validadores tienen la capacidad de proponer nuevos bloques en el Hub de Cosmos. Continúe en la [Configuración del Validador](../validators/validator-setup.md) + + \ No newline at end of file diff --git a/docs/es/gaia-tutorials/what-is-gaia.md b/docs/es/gaia-tutorials/what-is-gaia.md index 23615548a11..3749c02bc94 100644 --- a/docs/es/gaia-tutorials/what-is-gaia.md +++ b/docs/es/gaia-tutorials/what-is-gaia.md @@ -1,5 +1,6 @@ # ¿Qué es Gaia? @@ -31,3 +32,5 @@ order: 1 Acerca del Hub de Cosmos: El Hub de Cosmos es el primer Hub en ser lanzado en la red de Cosmos. El propósito del Hub es facilitar las transferencias entre cadenas de bloques. Si una cadena de bloques se conecta a un Hub a través de IBC, automáticamente obtiene acceso a todas las otras cadenas de bloques que están conectadas a ella. El Hub del Cosmos es una cadena de participación pública. Su token de participación es llamado Atom. Siguiente, aprenda como [instalar Gaia](./installation.md) + + \ No newline at end of file diff --git a/docs/es/governance/community-pool-spend/README.md b/docs/es/governance/community-pool-spend/README.md index 6a3f0419e41..71e69d84cec 100644 --- a/docs/es/governance/community-pool-spend/README.md +++ b/docs/es/governance/community-pool-spend/README.md @@ -1,3 +1,4 @@ + # Cosmos Hub 3 y la Community Pool La iniciativa Cosmos Hub 3 fue lanzada por parte de la comunidad el 11 de Diciembre de 2019, liberando así la posibilidad de que las personas con tokens puedan votar la aprobación de gastos desde la Community Pool.**Esta documentación es un desarrollo en curso, por favor, de momento no te bases en esta información** [Puedes debatir este desarrollo aquí](https://forum.cosmos.network/t/gwg-community-spend-best-practices/3240). @@ -62,3 +63,5 @@ Esperamos que todo esto tome forma a medida que las propuestas sean debatidas, a ### ¿Cómo se desembolsan los fondos una vez que una prouesta de gastos de comunidad es aprobada? Si una propuesta de gastos de comunidad es aprobada, el número de ATOM inluidos en la propuesta serán transferidos desde la community pool a la dirección especificada en la propuesta, y esto ocurrirá justo inmediatamente después de que el periodo de votación termine. + + \ No newline at end of file diff --git a/docs/es/governance/params-change/Governance.md b/docs/es/governance/params-change/Governance.md index 240d0d4ce52..be975c5bc3c 100644 --- a/docs/es/governance/params-change/Governance.md +++ b/docs/es/governance/params-change/Governance.md @@ -1,3 +1,4 @@ + # Módulo `gov` El módulo `gov` es responsable de las propuestas de gobierno en cadena y la funcionalidad de la votación. Nótese que [este módulo requiere una forma única de cambiar sus parámetros](https://github.com/cosmos/cosmos-sdk/issues/5800). `gov` está activo en Cosmos Hub 3 y actualmente tiene tres parámetros con seis subkeys que pueden ser modificados por una propuesta de gobernanza: 1. [`depositparams`](#1-depositparams) @@ -176,3 +177,5 @@ El módulo `gov` contiene los siguientes parámetros: | veto | string (dec) | "0.334000000000000000" | __Observación__: El módulo de gobierno contiene parámetros que son objetos que no son como los demás módulos. Si sólo se desea modificar un subconjunto de parámetros, sólo hay que incluirlos y no toda la estructura de objetos de parámetros. + + \ No newline at end of file diff --git a/docs/governance/params-change/Crisis.md b/docs/governance/params-change/Crisis.md index 6f1468a7712..f200593f575 100644 --- a/docs/governance/params-change/Crisis.md +++ b/docs/governance/params-change/Crisis.md @@ -33,4 +33,4 @@ Decreasing the value of the `ConstantFee` parameter will reduce the cost of chec Increasing the value of the `ConstantFee` parameter will increase the cost of checking an invariant. This will likely make it more difficult to halt the chain if an invariant is actually broken, but it will increase the cost for an attacker to use this function to slow block production. #### Notes -Only [registered invariants](https://github.com/cosmos/cosmos-sdk/blob/master/x/supply/keeper/invariants.go) may be checked with this transaction message. Validators are reportedly performant enough to handle large computations like invariant checks, and the likely outcome of multiple invariant checks would be longer block times. In the code, there is a comment that indicates that the designers were targeting $5000 USD as the required amount of ATOMs to run an invariant check. \ No newline at end of file +Only registered invariants may be checked with this transaction message. Validators are reportedly performant enough to handle large computations like invariant checks, and the likely outcome of multiple invariant checks would be longer block times. In the code, there is a comment that indicates that the designers were targeting $5000 USD as the required amount of ATOMs to run an invariant check. \ No newline at end of file diff --git a/docs/governance/params-change/Distribution.md b/docs/governance/params-change/Distribution.md index d5c6c70a52a..3b0bb4e1ee4 100644 --- a/docs/governance/params-change/Distribution.md +++ b/docs/governance/params-change/Distribution.md @@ -37,7 +37,7 @@ Increasing the value of the `communitytax` parameter will increase the rate that ### `baseproposerreward` **The fixed base reward bonus for the validator proposing a block, as a proportion of transaction fees.** -All validators in the active set share the rewards for producing a block equally, except for the proposer of a valid block: that validator receives a bonus of `0.010000000000000000` (1%) more in transaction fees. The proposer must include a minimum of 2/3 of precommit signatures from the other validators in the active set in order for the block to be valid and to receive the `baseproposerreward` bonus. All in Bits has published more in-depth information [here](../../validators/validator-faq.html#how-are-fees-distributed). +All validators in the active set share the rewards for producing a block equally, except for the proposer of a valid block: that validator receives a bonus of `0.010000000000000000` (1%) more in transaction fees. The proposer must include a minimum of 2/3 of precommit signatures from the other validators in the active set in order for the block to be valid and to receive the `baseproposerreward` bonus. All in Bits has published more in-depth information [here](../../validators/validator-faq.md#how-are-fees-distributed). * on-chain value: `{{ $themeConfig.currentParameters.distribution.baseproposerreward }}` * `cosmoshub-4` default: `0.010000000000000000` @@ -55,7 +55,7 @@ The Cosmos Hub transaction fee volume is proportionally very low in value compar ### `bonusproposerreward` **The maximum additional reward bonus for the validator proposing a block, as a proportion of transaction fees.** -All validators in the active set share the rewards for producing a block equally, except for the proposer of a valid block. If that validator includes more than a minimum of 2/3 of precommit signatures from the other validators in the active set, they are eligible to receive the `bonusproposerreward` of up to 4% (`0.040000000000000000`), beyond the 1% `baseproposerreward`. The bonus proposer reward amount that a validator receives depends upon how many precommit signatures are included in the proposed block (additional to the requisite 2/3). All in Bits has published more in-depth information [here](../../validators/validator-faq.html#how-are-fees-distributed). +All validators in the active set share the rewards for producing a block equally, except for the proposer of a valid block. If that validator includes more than a minimum of 2/3 of precommit signatures from the other validators in the active set, they are eligible to receive the `bonusproposerreward` of up to 4% (`0.040000000000000000`), beyond the 1% `baseproposerreward`. The bonus proposer reward amount that a validator receives depends upon how many precommit signatures are included in the proposed block (additional to the requisite 2/3). All in Bits has published more in-depth information [here](../../validators/validator-faq.md#how-are-fees-distributed). * on-chain value: `{{ $themeConfig.currentParameters.distribution.bonusproposerreward }}` * `cosmoshub-4` default: `0.040000000000000000` @@ -71,7 +71,7 @@ Increasing the value of the `bonusproposerreward` parameter will increase the ad The Cosmos Hub transaction fee volume is proportionally very low in value compared to the inflationary block rewards, and until that changes, this parameter will likely have very little impact on validator behaviours. As fee volumes increase, the `bonusproposerreward` bonus may incentivize delegations to the validator(s) with the greatest stake-backing. There are some detailed discussions about the proposer bonus [here](https://github.com/cosmos/cosmos-sdk/issues/3529). #### Example -**Note** that "reserve pool" refers to the community pool. In this example from the [All in Bits website](../../validators/validator-faq.html#how-are-fees-distributed), there are 10 validators with equal stake. Each of them applies a 1% commission rate and has 20% of self-delegated Atoms. Now comes a successful block that collects a total of 1025.51020408 Atoms in fees. +**Note** that "reserve pool" refers to the community pool. In this example from the [All in Bits website](../../validators/validator-faq.md#how-are-fees-distributed), there are 10 validators with equal stake. Each of them applies a 1% commission rate and has 20% of self-delegated Atoms. Now comes a successful block that collects a total of 1025.51020408 Atoms in fees. First, a 2% tax is applied. The corresponding Atoms go to the reserve pool (aka community pool). Reserve pool's funds can be allocated through governance to fund bounties and upgrades. diff --git a/docs/governance/params-change/README.md b/docs/governance/params-change/README.md index 33e12cf34d4..1ba871550d9 100644 --- a/docs/governance/params-change/README.md +++ b/docs/governance/params-change/README.md @@ -68,7 +68,8 @@ If a paramater-change proposal is successful, the change takes effect immediatel ## Full nodes Running a full node can be difficult for those not technically-inclined, so you may choose to use a third-party's full node. In this case, the primary security risk is that of censorship: it's the single place where you have a single gateway to the network, and any messages submitted through an untrusted node could be censored. -- https://rpc.cosmos.network:443 ([Tendermint, Inc](https://tendermint.com)) + +You can find a list of available Cosmos Hub endpoints under the [API section](https://github.com/cosmos/chain-registry/blob/master/cosmoshub/chain.json) in the [Chain Registry](https://github.com/cosmos/chain-registry). ## Credits diff --git a/docs/governance/params-change/param-index.md b/docs/governance/params-change/param-index.md index cd002601fe1..76ff7a92f53 100644 --- a/docs/governance/params-change/param-index.md +++ b/docs/governance/params-change/param-index.md @@ -11,7 +11,7 @@ Given a subspace and an associated key, you can query on chain parameters using ``` bash gaiad query params subspace --node --chain-id ``` -For more information on specific modules, refer to the [Cosmos SDK documentation on modules](https://docs.cosmos.network/v0.43/modules/). +For more information on specific modules, refer to the [Cosmos SDK documentation on modules](https://docs.cosmos.network/master/). ## Current subspaces, keys, and values diff --git a/docs/governance/proposals/2020-10-blocks-per-year/README.md b/docs/governance/proposals/2020-10-blocks-per-year/README.md index 571cca3c020..b16d60d71fc 100644 --- a/docs/governance/proposals/2020-10-blocks-per-year/README.md +++ b/docs/governance/proposals/2020-10-blocks-per-year/README.md @@ -1,3 +1,4 @@ + # Cosmos Hub Inflation variable modification: Blocks Per Year **Quick Summary of issue** @@ -65,3 +66,5 @@ I know there isn’t a right answer for blocks per year. I fully expect this val to be fine tuned over the coming years / decades. This seems like a very good starting place and a greatly beneficial change before we enter the post star gate world ☺ + + \ No newline at end of file diff --git a/docs/governance/proposals/2020-11-inflation-rate-change/README.md b/docs/governance/proposals/2020-11-inflation-rate-change/README.md index d5d7d8cdc89..935ac7a7e9b 100644 --- a/docs/governance/proposals/2020-11-inflation-rate-change/README.md +++ b/docs/governance/proposals/2020-11-inflation-rate-change/README.md @@ -1,4 +1,4 @@ - + Cosmos Hub Inflation variable modification: Inflation Rate Change **Quick Summary of issue** @@ -38,3 +38,4 @@ Inflation rate Change (Max Slope of inflation curve) I know there isn’t a right answer for maximum slope. I fully expect this to be fine-tuned over the coming years / decades. Future proposals may adjust this number by a factor of (.5 – 2+) but this gets us in the right ball park just in time for Stargate. ☺ + \ No newline at end of file diff --git a/docs/governance/proposals/2021-01-atom2021_marketing/README.md b/docs/governance/proposals/2021-01-atom2021_marketing/README.md index 01a41f4b753..f6e2cbfa930 100644 --- a/docs/governance/proposals/2021-01-atom2021_marketing/README.md +++ b/docs/governance/proposals/2021-01-atom2021_marketing/README.md @@ -1,3 +1,4 @@ + # Proposal 34: Luna Mission - Funding $ATOM **ABSTRACT:** @@ -105,3 +106,5 @@ Specific work tasks like the banner campaign & the thought leader campaign are e **Closing Remarks:** Ultimately for us, the Community, Cosmos Hub ($ATOM) signals the second era of the so-called Blockchain Revolution. We can all be the messengers, but we need the message to be delivered sooner than later. Empower us with the necessary funding tools so that we disseminate and deliver the message across all corners of the space. For, beyond awesome code, we see an equally awesome community ready to undertake and support this ambitious initiative. We do not see this as a phoney attempt to shill an empty promise. We see this as an opportunity to inform, educate and create a larger follower base around the most important project in this space to date. + + \ No newline at end of file diff --git a/docs/governance/proposals/2021-01-delay-stargate-upgrade/README.md b/docs/governance/proposals/2021-01-delay-stargate-upgrade/README.md index 52af654dcfa..1c6c6bb63fb 100644 --- a/docs/governance/proposals/2021-01-delay-stargate-upgrade/README.md +++ b/docs/governance/proposals/2021-01-delay-stargate-upgrade/README.md @@ -1,3 +1,4 @@ + # Delay of Hub Stargate Upgrade The Stargate team is recommending that the Cosmos Hub reschedule the next upgrade to a new commit hash. The new commit hash is expected to be available on Tuesday Jan 26th with a new upgrade proposal immediately after. @@ -9,4 +10,6 @@ We are recommending the delay for the following reasons. * Bugs have been identified in the Proposal 29 implementation. They are resolved in this pull request[Additional review of prop 29 and migration testing by zmanian · Pull Request #559 · cosmos/gaia · GitHub](https://github.com/cosmos/gaia/pull/559) * A balance validation regression was identified during Prop 29 code review. [x/bank: balance and metadata validation by fedekunze · Pull Request #8417 · cosmos/cosmos-sdk · GitHub](https://github.com/cosmos/cosmos-sdk/pull/8417) * The IBC Go To Market Working Group has [identified Ledger hardware wallet](https://github.com/cosmos/cosmos-sdk/issues/8266) support as a necessary feature for the initial launch of IBC on the Hub. We have an opportunity to provide this support in this upgrade. The SDK believes this can be quickly remediated in the time available with merged PRs on Monday. -* The number of Stargate related support requests from integrators has increased significantly since the governance proposal went live but some teams have already announced a period of reduced $ATOM support while they upgrade like . The additional time should minimize the disruption for $ATOM holders. Thank so much to the $IRIS team who is fielding a similar request volume among our non-English community. \ No newline at end of file +* The number of Stargate related support requests from integrators has increased significantly since the governance proposal went live but some teams have already announced a period of reduced $ATOM support while they upgrade like . The additional time should minimize the disruption for $ATOM holders. Thank so much to the $IRIS team who is fielding a similar request volume among our non-English community. + + \ No newline at end of file diff --git a/docs/governance/proposals/2021-01-stargate-upgrade-b/README.md b/docs/governance/proposals/2021-01-stargate-upgrade-b/README.md index 68a61a4d569..087977e567e 100644 --- a/docs/governance/proposals/2021-01-stargate-upgrade-b/README.md +++ b/docs/governance/proposals/2021-01-stargate-upgrade-b/README.md @@ -1,3 +1,4 @@ + # Stargate Upgrade- Second time is a charm ![Stargate Upgrade banner graphic](https://siasky.net/bADrO0dW2KJC0ZS1uie389nmV6MTroRqTNaeFPuTtR7qow) @@ -148,3 +149,5 @@ There are multiple circumstances where the proposal should be abandoned even if 1. A critical vulnerability may be found in the software. If the development teams change their recommended version of gaia, the validator set should implicitly abandon this upgrade procedure. A signaling proposal will be made to indicate a vulnerability or defect in the upgrade has been found. A future proposal will be made to the Hub to upgrade to the new target commit. 2. The migration process fails could fail to produce a valid cosmoshub-4 genesis file. This would manifest as ad-hoc changes to genesis needed to start or a failure to produce blocks from `cosmoshub-4`. In this case, the validator set should restart cosmoshub-3 at `last-cosmoshub-3_block` and a future governance proposal will be done to initiate another upgrade. + + \ No newline at end of file diff --git a/docs/governance/proposals/2021-01-stargate-upgrade/README.md b/docs/governance/proposals/2021-01-stargate-upgrade/README.md index 842de3a205c..89d3c865eb1 100644 --- a/docs/governance/proposals/2021-01-stargate-upgrade/README.md +++ b/docs/governance/proposals/2021-01-stargate-upgrade/README.md @@ -1,3 +1,4 @@ + # Cosmos Stargate Hub Upgrade Proposal 2: Time to Upgrade ![Stargate Upgrade banner graphic](https://siasky.net/AADU5rg0GvapbrICLUk7SxZeMDrKo5Q8oLrpOwl71wXhnQ) @@ -140,3 +141,5 @@ There are multiple circumstances where the proposal should be abandoned even if 1. A critical vulnerability may be found in the software. If the development teams change their recommended version of gaia, the validator set should implicitly abandon this upgrade procedure. A future proposal will be made to the Hub to upgrade to the new target commit. 2. The migration process fails could fail to produce a valid cosmoshub-4 genesis file. This would manifest as ad-hoc changes to genesis needed to start or a failure to produce blocks from `cosmoshub-4`. In this case, the validator set should restart cosmoshub-3 at `last-cosmoshub-3_block` and a future governance proposal will be done to initiate another upgrade. + + \ No newline at end of file diff --git a/docs/governance/proposals/2021-03-enable-ibc-transfers/README.md b/docs/governance/proposals/2021-03-enable-ibc-transfers/README.md index 75124c33ea2..83173889985 100644 --- a/docs/governance/proposals/2021-03-enable-ibc-transfers/README.md +++ b/docs/governance/proposals/2021-03-enable-ibc-transfers/README.md @@ -1,3 +1,4 @@ + # Enable IBC Transfers The Proposal enables transferring and receiving assets using the ICS20 standard on the Cosmos Hub. If this proposal passes, there will be IBC assets available in the Bank module of the Hub and ATOM will be available on Zones connected over IBC. @@ -14,3 +15,5 @@ IBC is a protocol for authenticated message passing between heterogeneous sovere ## Incentive Security Extensions IBC has a facility to support freezing connections once a violation of the security model has occurred. The set of criteria for detecting such attacks continues to evolve and is a constant focus of research. + + \ No newline at end of file diff --git a/docs/governance/proposals/2021-04-advancing-ethermint/README.md b/docs/governance/proposals/2021-04-advancing-ethermint/README.md index d281f55496f..8e48a218a00 100644 --- a/docs/governance/proposals/2021-04-advancing-ethermint/README.md +++ b/docs/governance/proposals/2021-04-advancing-ethermint/README.md @@ -1,3 +1,4 @@ + # Advancing Ethermint - Governance Proposal: GTM and Engineering Plan for the Ethermint Chain > **NOTE**: this is a short version of the full proposal. To read the full document click [here](https://forum.cosmos.network/t/advancing-ethermint-governance-proposal-gtm-and-engineering-plan-for-the-ethermint-chain/4554). @@ -114,3 +115,5 @@ See the [full version](https://forum.cosmos.network/t/advancing-ethermint-govern With this proposal, Tharsis plans to expedite the Ethermint chain's development and launch the network by Q4 2021. Ethermint will be the first EVM-compatible chain on Cosmos that will be fully interoperable with other BFT and EVM chains via IBC and the Gravity bridge. By creating and envisioning this long-term roadmap, we believe Ethermint can act as the vital component of the Interchain and serve as the gateway between the Ethereum and Cosmos ecosystems: The Ethermint launch will combine the Cosmos and Ethereum communities and provide new economic opportunities for millions of users. + + \ No newline at end of file diff --git a/docs/governance/proposals/2021-04-lower-deposit-requirement/README.md b/docs/governance/proposals/2021-04-lower-deposit-requirement/README.md index 4ba4705f45b..a83d27fbe31 100644 --- a/docs/governance/proposals/2021-04-lower-deposit-requirement/README.md +++ b/docs/governance/proposals/2021-04-lower-deposit-requirement/README.md @@ -1,3 +1,4 @@ + # Parameter change: lower minimum proposal deposit amount ## Summary @@ -54,4 +55,6 @@ The following items summarise the voting options and what it means for this prop - **YES**: You approve the parameter change proposal to decrease the governance proposal deposit requirements from 512 to 64 ATOMs. - **NO**: You disapprove of the parameter change in its current form (please indicate in the Cosmos Forum why this is the case). - **NO WITH VETO**: You are strongly opposed to this change and will exit the network if passed. -- **ABSTAIN**: You are impartial to the outcome of the proposal. \ No newline at end of file +- **ABSTAIN**: You are impartial to the outcome of the proposal. + + \ No newline at end of file diff --git a/docs/governance/proposals/2021-04-prop34-continuation/README.md b/docs/governance/proposals/2021-04-prop34-continuation/README.md index ebc36c88a61..dd49ac56fbd 100644 --- a/docs/governance/proposals/2021-04-prop34-continuation/README.md +++ b/docs/governance/proposals/2021-04-prop34-continuation/README.md @@ -1,3 +1,4 @@ + # Proposal 46: Extend Luna Mission to Fund ATOM Marketing The Cosmos community approved Proposal 34 on 2021-01-20 allocating 129,208 ATOM to implement a comprehensive ATOM marketing plan executed in collaboration with key community stakeholders. Proposal 46 is requesting an extension of the time allowed to spend the approved budget and allocate existing funds for additional ATOM-focused priorities. Below are details of this request and an outline of the successful results of Proposal 34 marketing spend as of 2021-03-31. @@ -156,3 +157,5 @@ Stage 1 accepted entries for prizes (so far): 170+ - Cosmonaut Twitter channel growth: 400+ new people in 2 weeks (organic) [MEME Live tracker](https://docs.google.com/spreadsheets/d/1w8ry3-SxIRuEjMT1PoES8H19CsRT1aSjiKvVJEjFp_k/edit#gid=0) [Competition outline](https://twitter.com/ATOMCosmonauts/status/1373952259013349376?s=20) + + \ No newline at end of file diff --git a/docs/governance/proposals/2021-05-gravity-bridge-deployment/README.md b/docs/governance/proposals/2021-05-gravity-bridge-deployment/README.md index c6d0926cd87..3f642349de3 100644 --- a/docs/governance/proposals/2021-05-gravity-bridge-deployment/README.md +++ b/docs/governance/proposals/2021-05-gravity-bridge-deployment/README.md @@ -1,3 +1,4 @@ + # Signaling Proposal - Deployment of Gravity Bridge on the Cosmos Hub ![Gravity Bridge](https://raw.githubusercontent.com/althea-net/cosmos-gravity-bridge/main/gravity-bridge.svg) @@ -184,3 +185,5 @@ Ethereum as it currently exists (ETH1) fundamentally can not implement IBC. It m Implementing IBC for ETH2 require significant development effort and coordination with the Ethereum team as well as the completion and deployment of ETH2, which is on an uncertain timeline. Gravity bridge is a design that can be deployed in the forseeable future and will continue to function so long as ETH1 compatibility is maintained. + + \ No newline at end of file diff --git a/docs/governance/proposals/2021-07-atom-liquidity-incentives/README.md b/docs/governance/proposals/2021-07-atom-liquidity-incentives/README.md index 8f318df890e..e182e270a7d 100644 --- a/docs/governance/proposals/2021-07-atom-liquidity-incentives/README.md +++ b/docs/governance/proposals/2021-07-atom-liquidity-incentives/README.md @@ -1,3 +1,4 @@ + # ATOM 🤝 Osmosis: Allocate Community Pool to ATOM Liquidity Incentives ATOMs should be the base money of Cosmos, just like ETH is the base money of the entire Ethereum DeFi ecosystem. ATOM is currently well positioned to play this role among Cosmos assets because it has the highest market cap, most liquidity, largest brand, and many integrations with fiat onramps. ATOM is the gateway to Cosmos. @@ -23,3 +24,5 @@ The multisig will consist of a 2/3 key holder set consisting of the following in - Marko Baricevic This is one small step for the Hub, but one giant leap for ATOM-aligned. + + \ No newline at end of file diff --git a/docs/governance/proposals/2021-09-hub-ibc-router/README.md b/docs/governance/proposals/2021-09-hub-ibc-router/README.md index 2e5dbf3ee0f..1a84c900bc6 100644 --- a/docs/governance/proposals/2021-09-hub-ibc-router/README.md +++ b/docs/governance/proposals/2021-09-hub-ibc-router/README.md @@ -1,3 +1,4 @@ + # ⚛️ Make the Cosmos Hub the IBC Router ⚛️ The following is a selection from the [Cosmos Whitepaper](https://v1.cosmos.network/resources/whitepaper): @@ -44,4 +45,5 @@ Strangelove Ventures has delivered an [IBC Middleware module](https://github.com To pay the hub validators and stakers, this proposal implements a governance configurable fee (which we propose should be initially set to 0.0 to encourage adoption) that will be taken out of each packet and given to the community pool. The community pool will then periodically trade these fees for ATOM and distribute them to staked holders. The exact distribution method of these fees is left TBD in this proposal as it is not initially required and can be implemented in a future governance proposal. One way to do this would be using the [Groups module](https://docs.cosmos.network/master/architecture/adr-042-group-module.html), Community spend proposals and the Gravity DEX. -A vote YES on this proposal indicates that this feature should be included in the next hub upgrade. We (as the Hub) believe that time is critical right now and we cannot wait to begin providing this service to other chains. A NO vote indicates that this shouldn't be included in the next upgrade. \ No newline at end of file +A vote YES on this proposal indicates that this feature should be included in the next hub upgrade. We (as the Hub) believe that time is critical right now and we cannot wait to begin providing this service to other chains. A NO vote indicates that this shouldn't be included in the next upgrade. + \ No newline at end of file diff --git a/docs/governance/proposals/previous-proposals/README.md b/docs/governance/proposals/previous-proposals/README.md index 9cb0db1c8c8..71b3bd35bfe 100644 --- a/docs/governance/proposals/previous-proposals/README.md +++ b/docs/governance/proposals/previous-proposals/README.md @@ -1,3 +1,4 @@ + # Previous proposals This is a record of past proposals, including ones that weren't drafted in the governance repository. These proposals are present in the cosmoshub-4 genesis file. @@ -203,3 +204,4 @@ The Stargate team is recommending that the Cosmos Hub reschedule the next upgrad Proposal to complete the Stargate upgrade, halt `cosmoshub-3` at 06:00 UTC on Feb 18th, export the state and start `cosmoshub-4` based on gaia 4.0.nn Gaia Commit hash: n a279d091c6f66f8a91c87943139ebaecdd84f689 Proposal details can be found on n github: https://github.com/cosmos/governance/pull/13 n Rendered: https://ipfs.io/ipfs/QmTkzDwWqPbnAh5YiV5VwcTLnGdwSNsNTn2aDxdXBFca7D/example#/ipfs/QmYn2SxCMYk5SWs5GMcXdbXR8wMCCXRmCyW19SFyzSeZp1 n ipfs: https://cloudflare-ipfs.com/ipfs/QmYn2SxCMYk5SWs5GMcXdbXR8wMCCXRmCyW19SFyzSeZp1 n sia: https://siasky.net/EACAsPcUjpTEpQlG9_nRI1OR07gNeRiudfEWAvKnf0tj_Q n + \ No newline at end of file diff --git a/docs/governance/state-of-cosmos-governance-2021.md b/docs/governance/state-of-cosmos-governance-2021.md index 612e0783844..ed76e9e8bb8 100644 --- a/docs/governance/state-of-cosmos-governance-2021.md +++ b/docs/governance/state-of-cosmos-governance-2021.md @@ -1,3 +1,4 @@ + # State of Cosmos Governance 2021 > Governance and decision-making processes within the Cosmos ecosystem as of August 2021 @@ -350,3 +351,5 @@ This report provides a descriptive account of the existing governance documentat - ["RFC Interchain Staking Light Paper"](https://github.com/cosmos/gaia/issues/659) an example of a potential CIP that was PRd to the Gaia repo. The ambiguity makes sense: it fits criteria of informational CIP about the Cosmos environment (Light Paper), but also a shorter and higher level document is needed to function as more of a summary in order to get early user feedback and market ideas that isn't a CIP - The terms "Cosmos" and "Cosmos Hub" are used interchangeably in the CIPs repository, so the intended audience could be made more clear. The [module readiness process and checklist](https://github.com/cosmos/cips/pull/6/files), which proposes a process for modules to be adopted by the Gaia team, suggests that the process is intended for teams involved in development related to the Cosmos Hub. - Tendermint has an [ADR process](https://github.com/tendermint/tendermint/tree/master/docs/architecture) as well. Documentation around the relationship between the Tendermint ADR and the RFC processes would be valuable. + + \ No newline at end of file diff --git a/docs/hub-overview/overview.md b/docs/hub-overview/overview.md index cb209e36be5..260e65c62f1 100644 --- a/docs/hub-overview/overview.md +++ b/docs/hub-overview/overview.md @@ -45,7 +45,6 @@ These block explorers allow you to search, view and analyze Cosmos Hub data&mdas * [ATOMScan](https://atomscan.com) * [Big Dipper](https://cosmos.bigdipper.live) * [Cosmos Overview](https://genesislab.net) -* [Coris](http://coris.network) * [Cosmoscan](https://cosmoscan.net/) * [Cosmos Visualizer](https://nylira.net/3d) * [Hubble](https://hubble.figment.network) diff --git a/docs/hub-tutorials/deploy-testnet.md b/docs/hub-tutorials/deploy-testnet.md index c3b76281df9..ed5bda6f778 100644 --- a/docs/hub-tutorials/deploy-testnet.md +++ b/docs/hub-tutorials/deploy-testnet.md @@ -1,6 +1,7 @@ + # Deploy Your Own Gaia Testnet @@ -259,3 +260,5 @@ You can install the DataDog agent with: ``` make datadog-install ``` + + \ No newline at end of file diff --git a/docs/ko/README.md b/docs/ko/README.md index 766c0811f9c..47713347ddb 100755 --- a/docs/ko/README.md +++ b/docs/ko/README.md @@ -1,3 +1,4 @@ + # Gaia Documentation `Gaia` docs에 오신 것을 환영합니다. `Gaia` 는 코스모스 허브를 위한 코스모스 애플리케이션의 현재 명칭입니다. @@ -17,3 +18,5 @@ - [밸리데이터에 대한 소개](./validators/overview.md) - [밸리데이터 FAQ](./validators/validator-faq.md) - [밸리데이터가 알아야할 보안](./validators/security.md) + + \ No newline at end of file diff --git a/docs/ko/delegators/delegator-guide-cli.md b/docs/ko/delegators/delegator-guide-cli.md index 234e7c5c473..9347218ca96 100644 --- a/docs/ko/delegators/delegator-guide-cli.md +++ b/docs/ko/delegators/delegator-guide-cli.md @@ -1,3 +1,4 @@ + # 위임자 가이드라인 (CLI) 이 문서는 위임자가 커맨드라인 인터페이스(CLI, Command-Line Interface)를 통해 코스모스 허브와 소통하기 위해 필요한 모든 정보를 포함하고 있습니다. @@ -481,3 +482,5 @@ gaiad tx sign unsignedTx.json --from <위임자_키_명칭(delegatorKeyName)> -- ```bash gaiad tx broadcast signedTx.json ``` + + \ No newline at end of file diff --git a/docs/ko/gaia-tutorials/deploy-testnet.md b/docs/ko/gaia-tutorials/deploy-testnet.md index 88de6957384..83b4b0513ed 100755 --- a/docs/ko/gaia-tutorials/deploy-testnet.md +++ b/docs/ko/gaia-tutorials/deploy-testnet.md @@ -1,3 +1,4 @@ + # 자체 테스트넷 구축하기 해당 문서는 `gaiad` 노드 네트워크를 구축하는 세가지 방법을 설명합니다. 각 테스트넷 모델은 다른 테스트 목적에 최적화 되어있습니다. @@ -254,3 +255,5 @@ ansible-playbook -i inventory/digital_ocean.py -l remotenet logzio.yml -e LOGZIO ``` make datadog-install ``` + + \ No newline at end of file diff --git a/docs/ko/gaia-tutorials/installation.md b/docs/ko/gaia-tutorials/installation.md index 350e6f04c50..5ca7d443019 100755 --- a/docs/ko/gaia-tutorials/installation.md +++ b/docs/ko/gaia-tutorials/installation.md @@ -1,3 +1,4 @@ + ## Gaia 설치하기 이 가이드는 `gaiad`와 `gaiad`를 엔트리포인트를 시스템에 설치하는 방법을 설명합니다. `gaiad`와 `gaiad`가 설치된 서버를 통해 [풀노드](./gaia-tutorials/join-testnet.md#run-a-full-node) 또는 [밸리데이터로](./validators/validator-setup.md)써 최신 테스트넷에 참가하실 수 있습니다. @@ -87,3 +88,5 @@ go: go version go1.12.5 darwin/amd64 ### 다음 절차 축하합니다! 이제 [메인넷](./gaia-tutorials/join-mainnet.md)에 참가하거나[퍼블릭 테스트넷](./join-testnet.md)에 참가하시거나 [자체 테스트넷](./gaia-tutorials/deploy-testnet.md)을 운영하실 수 있습니다. + + \ No newline at end of file diff --git a/docs/ko/gaia-tutorials/join-mainnet.md b/docs/ko/gaia-tutorials/join-mainnet.md index 5536b0bfc38..fd8fb7662f0 100644 --- a/docs/ko/gaia-tutorials/join-mainnet.md +++ b/docs/ko/gaia-tutorials/join-mainnet.md @@ -1,3 +1,4 @@ + # 최신 퍼블릭 테스트넷에 참가하기 ::: tip 최신 테스트넷 @@ -174,3 +175,5 @@ Invariant-broken 트랜잭션을 전송하는 경우 블록체인이 중지되 ## 검증인 노드로 업그레이드 하기 이제 풀노드 설정을 완료하셨습니다. 원하신다면 풀노드를 코스모스 검증인으로 업그레이드 하실 수 있습니다. 보팅 파워 상위 100위 검증인은 코스모스 허브의 새로운 블록 프로포즈 과정에 참여할 수 있습니다. [검증인 세팅하기](./validators/validator-setup.md)를 확인하세요. + + \ No newline at end of file diff --git a/docs/ko/gaia-tutorials/join-testnet.md b/docs/ko/gaia-tutorials/join-testnet.md index 15a006b0316..2d2ca1ed9d5 100755 --- a/docs/ko/gaia-tutorials/join-testnet.md +++ b/docs/ko/gaia-tutorials/join-testnet.md @@ -1,3 +1,4 @@ + # 최신 퍼블릭 테스트넷에 참가하기 ::: tip 최신 테스트넷 @@ -155,3 +156,5 @@ gaiad export --height [height] --for-zero-height > [filename].json 이제 풀노드가 활성화 되었습니다! 다음은 무엇일까요? 이제는 해당 풀노드를 업그레이드 하여 코스모스 밸리데이터가 될 수 있습니다. 상위 100개 밸리데이터는 코스모스 허브의 블록 생성과 제안을 할 수 있습니다. 밸리데이터 노드로 업그레이드 하시기 위해서는 [밸리데이터 설정하기](./validators/validator-setup.md) 항목으로 넘어가주세요. + + \ No newline at end of file diff --git a/docs/ko/gaia-tutorials/what-is-gaia.md b/docs/ko/gaia-tutorials/what-is-gaia.md index 93630ccebb1..27a6121b115 100644 --- a/docs/ko/gaia-tutorials/what-is-gaia.md +++ b/docs/ko/gaia-tutorials/what-is-gaia.md @@ -1,3 +1,4 @@ + # Gaia는 무엇인가요? 가이아(`gaia`)는 코스모스 허브의 코스모스 SDK 애플리케이션의 이름입니다. 가이아는 두개의 엔트리 포인트로 구성돼있습니다: @@ -19,4 +20,5 @@ - >코스모스 허브에 대해서: 코스모스 허브는 코스모스 네트워크의 최초 허브입니다. 허브는 블록체인 간 전송을 수행하는 역할을 합니다. IBC를 통해 특정 허브에 연결된 블록체인은 해당 허브에 연결되어있는 모든 블록체인과 함께 연결됩니다. 코스모스 허브는 지분증명 기반 퍼블릭 블록체인이며, 고유 토큰은 아톰(Atom)입니다. 다음은 Gaia를 [설치하는 방법](./installation.md)을 알아보겠습니다. \ No newline at end of file + >코스모스 허브에 대해서: 코스모스 허브는 코스모스 네트워크의 최초 허브입니다. 허브는 블록체인 간 전송을 수행하는 역할을 합니다. IBC를 통해 특정 허브에 연결된 블록체인은 해당 허브에 연결되어있는 모든 블록체인과 함께 연결됩니다. 코스모스 허브는 지분증명 기반 퍼블릭 블록체인이며, 고유 토큰은 아톰(Atom)입니다. 다음은 Gaia를 [설치하는 방법](./installation.md)을 알아보겠습니다. + \ No newline at end of file diff --git a/docs/ko/genesis-state.md b/docs/ko/genesis-state.md index e323baa38cf..9643ee022d5 100644 --- a/docs/ko/genesis-state.md +++ b/docs/ko/genesis-state.md @@ -1,3 +1,4 @@ + # Gaia 제네시스 상태 Gaia genesis state, 또는 `GenesisState`는 다수의 계정, 모듈 상태 그리고 제네시스 트랜잭션 같은 메타데이터가 포함되어 있습니다. 각 모듈은 각자의 `GenesisState`를 지정할 수 있습니다. 또한, 각 모듈은 제네시스 상태 검증, 불러오기(import), 내보내기(export) 기능을 지정할 수 있습니다. @@ -28,3 +29,5 @@ ABCI에서는 `initFromGenesisState`의 `initChainer`의 정의가 호출되며 또한, 계정은 베스팅(락업) 형태로 존재할 수 있으며, 이 경우 필수 락업 정보를 정의해야 합니다. 베스팅 계정은 최소 `OriginalVesting`과 `EndTime` 값을 제공해야 합니다. 만약 `StartTime`이 정의되는 경우, 해당 계정은 지속적 베스팅 계정으로 취급되며 지정된 스케줄에 따라 지속적으로 토큰의 락업을 해제합니다. 정의되는 `StartTime`은 `EndTime`값보다 적어야 하지만, 미래에 시작될 수도 있습니다. 즉, 락업 해제는 제네시스 시간과 동일하지 않아도 무관합니다. 만약 Export된 상태(state)가 아닌 신규 상태에서 시작되는 체인일 경우, `OriginalVesting` 값은 `Coin` 값과 동일하거나 적어야 합니다. + + \ No newline at end of file diff --git a/docs/ko/keys.md b/docs/ko/keys.md index 387a2583cc9..df4bd47d69b 100755 --- a/docs/ko/keys.md +++ b/docs/ko/keys.md @@ -1,3 +1,4 @@ + # 키 키 관리에 대해서는 [텐더민트 스펙](https://github.com/tendermint/tendermint/blob/master/docs/spec/blockchain/encoding.md#public-key-cryptography)을 확인하세요. @@ -7,3 +8,5 @@ [테스트넷 투토리얼](https://github.com/cosmos/cosmos-sdk/tree/develop/cmd/gaia/testnets)에서 관련 정보를 확인하실 수 있습니다. 참고: 이 문서는 현재 작업중에 있습니다. + + \ No newline at end of file diff --git a/docs/ko/launch/blog-1-kr.md b/docs/ko/launch/blog-1-kr.md index ae2689f859f..921d92a5f41 100644 --- a/docs/ko/launch/blog-1-kr.md +++ b/docs/ko/launch/blog-1-kr.md @@ -1,3 +1,4 @@ + # 코스모스 허브 메인넷의 시작 #### 런칭 준비 체크리스트 & 안전하게 아톰 수령하기 @@ -80,3 +81,5 @@ * 페이스북 : https://facebook.com/groups/cosmoskorea 참고: 이 글은 정보 제공을 위하여 번역된 글입니다. 내용/해석에 차이가 있을 수 있으며, 이 경우 영문 원문이 상위 권한을 가집니다. + + \ No newline at end of file diff --git a/docs/ko/launch/blog-2-kr.md b/docs/ko/launch/blog-2-kr.md index 1ba25824c21..6ab3cf5bb83 100644 --- a/docs/ko/launch/blog-2-kr.md +++ b/docs/ko/launch/blog-2-kr.md @@ -1,3 +1,4 @@ + # 코스모스 허브 메인넷의 세 가지 단계 ## 메인넷 후 개발 로드맵과 유저들을 위한 필수 정보 @@ -72,3 +73,5 @@ CLI 위임 투토리얼 (영어): [https://www.youtube.com/watch?v=ydZw6o6Mzy0]( 하지만 미국 전 대통령 존 케네디의 말을 인용하자면, “우리는 달에 가기로 결정하였습니다. 그것이 쉽기 때문이 아니라 어렵기 때문에 이렇게 결정한 것입니다.” 달에 도착하는 그 날까지… 🚀 + + \ No newline at end of file diff --git a/docs/ko/resources/gaiad.md b/docs/ko/resources/gaiad.md index bec8d0173f2..52302b3a799 100755 --- a/docs/ko/resources/gaiad.md +++ b/docs/ko/resources/gaiad.md @@ -1,3 +1,4 @@ + # Gaia 클라이언트 ## Gaia CLI @@ -843,3 +844,5 @@ echo '. gaiacli_completion' >> ~/.bashrc 셸 자동 완성을 사용하시려면 사용하시는 OS의 매뉴얼을 참고하십시오. ::: + + \ No newline at end of file diff --git a/docs/ko/resources/genesis.md b/docs/ko/resources/genesis.md index 2314d5b4561..dc0578717b3 100644 --- a/docs/ko/resources/genesis.md +++ b/docs/ko/resources/genesis.md @@ -1,3 +1,4 @@ + # 제네시스 파일 이 문서는 코스모스 허브 메인넷의 제네시스 파일의 구조를 설명합니다. 또한, 자체 gaia 테스트넷을 운영하기 위해 자체적으로 제네시스 파일을 작성하는 방법을 설명합니다. @@ -330,4 +331,5 @@ gaiad add-genesis-account <계정_주소(account_address)> <수량(amount)> <단 gaiad collect-gentxs ``` -위 명령어는 `~/.gaia/config/gentx`에 있는 모든 `gentxs`를 제네시스 파일에 추가합니다. 제네시스 트랜잭션을 생성하기 위해서는 [여기](./validators/validator-setup.md#participate-in-genesis-as-a-validator)를 확인하세요. \ No newline at end of file +위 명령어는 `~/.gaia/config/gentx`에 있는 모든 `gentxs`를 제네시스 파일에 추가합니다. 제네시스 트랜잭션을 생성하기 위해서는 [여기](./validators/validator-setup.md#participate-in-genesis-as-a-validator)를 확인하세요. + \ No newline at end of file diff --git a/docs/ko/resources/hd-wallets.md b/docs/ko/resources/hd-wallets.md index 23f2926248c..da258b155fd 100644 --- a/docs/ko/resources/hd-wallets.md +++ b/docs/ko/resources/hd-wallets.md @@ -1,3 +1,4 @@ + # HD 지갑 코스모스의 계정은 HD 월렛(Hierarchical Deterministic Wallet) 표준을 사용합니다. HD 월렛은 비트코인의 [BIP32](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki)로 부터 정의되며, 유저가 하나의 시드로부터 다수의 계정을 생성할 수 있게 하는 시스템입니다. 더 자세하게 알아보기 위해서 관련 명칭을 설명하겠습니다: @@ -56,3 +57,5 @@ ::: danger **24 단어로 구성된 네모닉을 누구와도 공유하지 마세요. 자산의 도난과 분실을 예방하기 위해서 다수의 네모닉 키를 안전한 곳에 보관하는 것이 좋습니다. 만약 타인이 당신의 네모닉을 소유하게 되면, 연관된 모든 계정의 소유권을 함께 가지게 됩니다.** ::: + + \ No newline at end of file diff --git a/docs/ko/resources/ledger.md b/docs/ko/resources/ledger.md index 91dd5175c87..1f030b4d344 100755 --- a/docs/ko/resources/ledger.md +++ b/docs/ko/resources/ledger.md @@ -1,3 +1,4 @@ + # 레저(Ledger) 나노 하드웨어 지갑 지원 암호화폐 자산을 하드웨어 지갑을 사용하여 보관하는 것은 보안을 상당히 향상합니다. 렛저 기기는 시드와 프라이빗 키를 보관하는 '영역' 역할을 하며, 트래잭션을 기기 내에서 서명합니다. 민감한 정보는 절대로 렛저 기기 밖으로 노출되지 않습니다. 이 문서는 코스모스 렛저 앱을 Gaia CLI 환경에서 사용하거나 [Lunie.io](https://lunie.io/#/) 웹 지갑에서 사용하는 방법을 설명합니다. @@ -181,3 +182,5 @@ Lunie에 대해 더 알고싶으시면 이 [투토리얼](https://medium.com/eas - [Ztake](https://medium.com/@miranugumanova) - [How to Redelegate Cosmos Atoms with the Lunie Web Wallet](https://medium.com/@miranugumanova/how-to-re-delegate-cosmos-atoms-with-lunie-web-wallet-8303752832c5) - [Cryptium Labs](https://medium.com/cryptium-cosmos) - [How to store your ATOMS on your Ledger and delegate with the command line](https://medium.com/cryptium-cosmos/how-to-store-your-cosmos-atoms-on-your-ledger-and-delegate-with-the-command-line-929eb29705f) + + \ No newline at end of file diff --git a/docs/ko/upgrade-node.md b/docs/ko/upgrade-node.md index 4d4fce7343e..d919062cede 100644 --- a/docs/ko/upgrade-node.md +++ b/docs/ko/upgrade-node.md @@ -1,3 +1,4 @@ + # 노드 업그레이드 하기 이 문서는 `gaiad` 풀노드를 새로운 버전으로 업그레이드하는 절차를 설명합니다. @@ -91,3 +92,5 @@ gaiad unsafe-reset-all ```bash gaiad start ``` + + \ No newline at end of file diff --git a/docs/ko/validators/overview.md b/docs/ko/validators/overview.md index 15dfa27eb21..b5df74db4c9 100755 --- a/docs/ko/validators/overview.md +++ b/docs/ko/validators/overview.md @@ -1,3 +1,4 @@ + # 검증인(밸리데이터) 개요 ## 소개 @@ -32,3 +33,5 @@ * [검증인 채팅](https://riot.im/app/#/room/#cosmos_validators:matrix.org) * [검증인 포럼](https://forum.cosmos.network/c/validating) + + \ No newline at end of file diff --git a/docs/ko/validators/security.md b/docs/ko/validators/security.md index c677df90619..e011b7c27e3 100755 --- a/docs/ko/validators/security.md +++ b/docs/ko/validators/security.md @@ -1,3 +1,4 @@ + ## 검증인 보안 검증인 세팅의 다양성이 네트워크 전체의 탄력성을 증가하기 때문에 각 검증인은 각자 독립적인 형태로 노드를 운영하는 것을 추천합니다. 메인넷을 대비하기 위해서 지금 부터 노드 운영을 시작하실 것을 추천합니다. @@ -52,3 +53,5 @@ private_peer_ids = "프라이빗_피어_노드_ID" 예를들어 `GA_CHAIN_ID` 환경 변수는 `--chain-id` 커맨드라인 플래그에 매핑됩니다. 명백한(explicit) 커맨드라인 플래그는 환경 변수 보다 상위에 속하며, 환경 변수는 모든 설정 파일 보다 상위에 속합니다. 중요한 파라미터는 CLI의 플래그로 정의되어야 하며 환경 변수의 수정 가능성을 줄이는 것이 중요합니다. + + \ No newline at end of file diff --git a/docs/ko/validators/validator-faq.md b/docs/ko/validators/validator-faq.md index c7fb10fee0a..447b8b021da 100755 --- a/docs/ko/validators/validator-faq.md +++ b/docs/ko/validators/validator-faq.md @@ -1,3 +1,4 @@ + # 검증인 FAQ ::: warning 경고 @@ -306,3 +307,5 @@ DDoS 공격은 공격자가 특정 IP의 서버에게 인터넷 트래픽을 과 올바른 운영과 아키텍쳐를 이용하는 검증이는 이런 공격 가능성을 막을 수 있을 것으로 기대됩니다. 센트리노드에 대한 추가적인 정보는 [여기](https://forum.cosmos.network/t/sentry-node-architecture-overview/454)에서 확인 가능합니다. + + \ No newline at end of file diff --git a/docs/ko/validators/validator-setup.md b/docs/ko/validators/validator-setup.md index e6950746ef2..2f5b5fa0152 100755 --- a/docs/ko/validators/validator-setup.md +++ b/docs/ko/validators/validator-setup.md @@ -1,3 +1,4 @@ + # 퍼블릭 테스트넷에서 밸리데이터 운영하기 ::: tip @@ -221,3 +222,5 @@ LimitNOFILE=4096 [Install] WantedBy=multi-user.target ``` + + \ No newline at end of file diff --git a/docs/launch/blog-1-en.md b/docs/launch/blog-1-en.md index 56130b793c5..0d1a4c4e64c 100644 --- a/docs/launch/blog-1-en.md +++ b/docs/launch/blog-1-en.md @@ -1,3 +1,4 @@ + # Cosmos Hub to Launch Mainnet ## Pre-launch Dependencies & How to Safely Claim Your Atoms @@ -220,3 +221,4 @@ accounts to communicate important news directly to the Cosmos community.* [rc]: https://github.com/cosmos/cosmos-sdk/projects/27 [compromised site]: https://blog.malwarebytes.com/cybercrime/2013/02/tools-of-the-trade-exploit-kits/ [quiz]: https://phishingquiz.withgoogle.com/ + \ No newline at end of file diff --git a/docs/launch/blog-2-en.md b/docs/launch/blog-2-en.md index c814e35b0bb..0d2bd0ae222 100644 --- a/docs/launch/blog-2-en.md +++ b/docs/launch/blog-2-en.md @@ -1,3 +1,4 @@ + # The 3 Phases of the Cosmos Hub Mainnet ## Post-Mainnet Development Roadmap & Expectations for Users @@ -65,3 +66,4 @@ To the Moon 🚀 [blog post]: [https://blog.cosmos.network/developer-deep-dive-cosmos-ibc-5855aaf183fe] [ibc]: [https://docs.cosmos.network/master/ibc/overview.html] + \ No newline at end of file diff --git a/docs/migration/README.md b/docs/migration/README.md index d9edb94eb2e..3259a2a1b17 100644 --- a/docs/migration/README.md +++ b/docs/migration/README.md @@ -1,6 +1,7 @@ # Migration Instructions @@ -8,4 +9,5 @@ parent: This directory houses Cosmos Hub major upgrade migration instructions. - [Upgrading from `cosmoshub-2` to `cosmoshub-3`](cosmoshub-2.md) -- [Upgrading from `cosmoshub-3` to `cosmoshub-4`](cosmoshub-3.md) \ No newline at end of file +- [Upgrading from `cosmoshub-3` to `cosmoshub-4`](cosmoshub-3.md) + \ No newline at end of file diff --git a/docs/migration/breaking_changes.md b/docs/migration/breaking_changes.md index 6cbe64236b2..11b24f76929 100644 --- a/docs/migration/breaking_changes.md +++ b/docs/migration/breaking_changes.md @@ -1,3 +1,4 @@ + # Breaking Changes This document collects all of the *breaking changes* from the CHANGELOG.md files @@ -664,3 +665,5 @@ sure you are aware of any relevant breaking changes. ## [v0.37.14] - 2020-08-12 # - end - + + \ No newline at end of file diff --git a/docs/migration/cosmoshub-2.md b/docs/migration/cosmoshub-2.md index 47c21720754..f313a971a40 100644 --- a/docs/migration/cosmoshub-2.md +++ b/docs/migration/cosmoshub-2.md @@ -1,3 +1,4 @@ + # Cosmos Hub 2 Upgrade Instructions The following document describes the necessary steps involved that full-node operators @@ -215,3 +216,5 @@ single parameter, `max_validators`, that we're upgrading based on [proposal 10]( and ship an upgrade for cosmoshub-3 compatibility unless they have some kind of switch they can throw for the new tx formats. Server side applications should experience briefer service interruptions and be able to just spin up new nodes and migrate to the new apis. + + \ No newline at end of file diff --git a/docs/migration/cosmoshub-3.md b/docs/migration/cosmoshub-3.md index 71d5609c3e8..fcd4ca3c8c3 100644 --- a/docs/migration/cosmoshub-3.md +++ b/docs/migration/cosmoshub-3.md @@ -1,3 +1,4 @@ + # Cosmos Hub 3 Upgrade Instructions The following document describes the necessary steps involved that validators and full node operators @@ -373,3 +374,5 @@ snapshot-interval = 0 # snapshot-keep-recent specifies the number of recent snapshots to keep and serve (0 to keep all). snapshot-keep-recent = 2 ``` + + \ No newline at end of file diff --git a/docs/migration/cosmoshub-3[ES_es].md b/docs/migration/cosmoshub-3[ES_es].md index ee7bbb74f25..7fd3f75db0c 100644 --- a/docs/migration/cosmoshub-3[ES_es].md +++ b/docs/migration/cosmoshub-3[ES_es].md @@ -1,3 +1,4 @@ + # Instrucciones de actualización del Cosmos Hub 3 El siguiente documento describe los pasos necesarios que deben seguir los operadores de un full node para actualizar de `cosmoshub-3` a `cosmoshub-4`. El equipo de Tendermint publicará un archivo génesis oficial actualizado, pero se recomienda que los validadores ejecuten las siguientes instrucciones para verificar el archivo génesis resultante. @@ -229,3 +230,5 @@ snapshot-interval = 0 # (0 para conservar todas). snapshot-keep-recent = 2 ``` + + \ No newline at end of file diff --git a/docs/migration/cosmoshub-3[KR_kr].md b/docs/migration/cosmoshub-3[KR_kr].md index c166fdbd4bb..cfa62b87643 100644 --- a/docs/migration/cosmoshub-3[KR_kr].md +++ b/docs/migration/cosmoshub-3[KR_kr].md @@ -1,3 +1,4 @@ + # 코스모스 허브 3 업그레이드 매뉴얼 이 문서는 풀노드 운영자가 `cosmoshub-3`에서 `cosmoshub-4` 업그레이드를 진행하기 위한 과정을 설명합니다. @@ -235,3 +236,5 @@ snapshot-interval = 0 # snapshot-keep-recent specifies the number of recent snapshots to keep and serve (0 to keep all). snapshot-keep-recent = 2 ``` + + \ No newline at end of file diff --git a/docs/migration/cosmoshub-4-delta-upgrade.md b/docs/migration/cosmoshub-4-delta-upgrade.md index 9b8ce04e022..2902172d5c0 100644 --- a/docs/migration/cosmoshub-4-delta-upgrade.md +++ b/docs/migration/cosmoshub-4-delta-upgrade.md @@ -1,3 +1,4 @@ + # Cosmos Hub 4, Delta Upgrade, Instructions This document describes the steps for validator and full node operators for the successful execution of the [Delta Upgrade](https://github.com/cosmos/gaia/blob/main/docs/roadmap/cosmos-hub-roadmap-2.0.md#Delta-Upgrade), which adds the __Gravity DEX__ to the Cosmos Hub. @@ -141,3 +142,5 @@ Yes, the audit was led by Least Authority, and have released the [audit report]( 4. We have some self-healing node infrastructure in place. If the node starts failing when the chain halts, and we automatically spin up another 4.2.1 node with state from within the past couple of hours, is there a risk of it double signing transactions as it "catches up" to the point where block processing stops? When the network is halted, there is no risk of double-signing since no blocks are being produced. You only need to ensure that the self-healing infrastructure does not launch multiple validators when the network resumes block production. As well, if any new node is spun up while the chain is halted, live peers will continue to share historical blocks without producing new blocks. + + \ No newline at end of file diff --git a/docs/migration/cosmoshub-4-vega-upgrade.md b/docs/migration/cosmoshub-4-vega-upgrade.md index 40088bd4922..e891bde4288 100644 --- a/docs/migration/cosmoshub-4-vega-upgrade.md +++ b/docs/migration/cosmoshub-4-vega-upgrade.md @@ -1,3 +1,4 @@ + # Cosmos Hub 4, Vega Upgrade, Instructions @@ -228,3 +229,5 @@ The riskiest thing a validator can do is discover that they made a mistake and r [cosmos/vega-test](https://github.com/cosmos/vega-test) [Delta upgrade instruction](https://github.com/cosmos/gaia/blob/main/docs/migration/cosmoshub-4-delta-upgrade.md) + + \ No newline at end of file diff --git a/docs/resources/ledger.md b/docs/resources/ledger.md index 00604006fbe..4bbc0d32274 100644 --- a/docs/resources/ledger.md +++ b/docs/resources/ledger.md @@ -17,7 +17,9 @@ Do not lose or share your 24 words with anyone. To prevent theft or loss of fund Installing the `Cosmos` application on your ledger device is required before you can use either [Keplr](#keplr-+-ledger-nano) or [`gaiad`](#gaia-cli-+-ledger-nano). To do so, you need to: 1. Install [Ledger Live](https://shop.ledger.com/pages/ledger-live) on your machine. -2. Using Ledger Live, [update your Ledger Nano S with the latest firmware](https://support.ledger.com/hc/en-us/articles/360002731113-Update-device-firmware). + +2. Using Ledger Live, [update your Ledger Nano S with the latest firmware](https://support.ledger.com/hc/en-us/articles/360002731113?docs=true). + 3. On the Ledger Live application, navigate to the `Manager` menu . ![manager](../images/ledger-tuto-manager.png) 4. Connect your Ledger Nano device and allow Ledger Manager from it. @@ -55,7 +57,9 @@ You can double check that Keplr is displaying the correct address directly on yo You should now see the same address that is displayed on the Keplr extension. To learn more about using Keplr, we suggest you have a look at their [support documentation](https://keplr.crunch.help). -You can also have a look at the [Ledger support page](https://support.ledger.com/hc/en-us/articles/4411149814417-Set-up-and-use-Keplr-to-access-your-Ledger-Cosmos-ATOM-account?docs=true) for more details. + +You can also have a look at the [Ledger support page](https://support.ledger.com/hc/en-us/articles/4411149814417?docs=true) for more details. + ## Gaia CLI + Ledger Nano @@ -66,7 +70,7 @@ The tool used to generate addresses and transactions on the Cosmos Hub network i ### Before you Begin - [Install Golang](https://golang.org/doc/install) -- [Install Gaia](../getting-started/installation.html) +- [Install Gaia](../getting-started/installation.md) Verify that gaiad is installed correctly with the following command @@ -129,7 +133,7 @@ gaiad query staking validators ``` ::: tip -To run your own full node locally [read more here.](../hub-tutorials/join-mainnet.html#setting-up-a-new-node). +To run your own full node locally [read more here.](../hub-tutorials/join-mainnet.md). ::: ### Sign a transaction diff --git a/docs/roadmap/README.md b/docs/roadmap/README.md index 5af54206ee5..4e6fedda34e 100644 --- a/docs/roadmap/README.md +++ b/docs/roadmap/README.md @@ -2,6 +2,7 @@ order: false parent: order: 8 +markdown-link-check-disable --> # Roadmap @@ -25,3 +26,5 @@ For current roadmap, check out the Cosmos 2.0 [Roadmap](./cosmos-hub-roadmap-2.0 + + \ No newline at end of file diff --git a/docs/validators/overview.md b/docs/validators/overview.md index 1296fbd6b24..c6bdb077f6f 100644 --- a/docs/validators/overview.md +++ b/docs/validators/overview.md @@ -12,7 +12,7 @@ Validator candidates can bond their own ATOM and have ATOM ["delegated"](../dele Validators and their delegators earn ATOM as block provisions and tokens as transaction fees through execution of the Tendermint consensus protocol. Note that validators can set a commission percentage on the fees their delegators receive as additional incentive. You can find an overview of all current validators and their voting power on [Mintscan](https://www.mintscan.io/cosmos). -If validators double sign, are offline for an [extended period](./validator-faq.html#what-are-the-slashing-conditions), their staked ATOM (including ATOM of users that delegated to them) can be slashed. The penalty depends on the severity of the violation. +If validators double sign, are offline for an [extended period](./validator-faq.md#what-are-the-slashing-conditions), their staked ATOM (including ATOM of users that delegated to them) can be slashed. The penalty depends on the severity of the violation. ## Hardware diff --git a/docs/zh/README.md b/docs/zh/README.md index d79a8419cee..0e8f40ff727 100644 --- a/docs/zh/README.md +++ b/docs/zh/README.md @@ -1,3 +1,4 @@ + # gaia文档 欢迎阅读`Gaia`文档。 `Gaia`是Cosmos Hub目前的应用程序名。 @@ -21,3 +22,5 @@ - [验证人介绍](./validators/overview.md) - [验证人问答](./validators/validator-faq.md) - [验证人安全性考量](./validators/security.md) + + \ No newline at end of file diff --git a/docs/zh/delegator/delegator-guide-cli.md b/docs/zh/delegator/delegator-guide-cli.md index 90aa57a763c..a51894643ab 100644 --- a/docs/zh/delegator/delegator-guide-cli.md +++ b/docs/zh/delegator/delegator-guide-cli.md @@ -1,3 +1,4 @@ + # 委托人指南 (CLI) @@ -517,3 +518,5 @@ gaiad tx sign unsignedTx.json --from-addr > signedTx.json ```bash gaiad tx broadcast signedTx.json ``` + + \ No newline at end of file diff --git a/docs/zh/gaia-tutorials/deploy-testnet.md b/docs/zh/gaia-tutorials/deploy-testnet.md index d8266d26db7..473b7fb84b3 100644 --- a/docs/zh/gaia-tutorials/deploy-testnet.md +++ b/docs/zh/gaia-tutorials/deploy-testnet.md @@ -1,3 +1,4 @@ + # 部署你自己的测试网 这篇文章介绍了三种创建`gaiad`节点的测试网的方式,每种针对不同的使用场景: @@ -256,3 +257,5 @@ ansible-playbook -i inventory/digital_ocean.py -l remotenet logzio.yml -e LOGZIO ``` make datadog-install ``` + + \ No newline at end of file diff --git a/docs/zh/gaia-tutorials/installation.md b/docs/zh/gaia-tutorials/installation.md index dd39273e3a7..005e1dfc0e2 100644 --- a/docs/zh/gaia-tutorials/installation.md +++ b/docs/zh/gaia-tutorials/installation.md @@ -1,3 +1,4 @@ + ## 安装 Gaia 本教程将详细说明如何在你的系统上安装`gaiad`和`gaiad`。安装后,你可以作为[全节点](./join-mainnet.md)或是[验证人节点](./validators/validator-setup.md)加入到主网。 @@ -60,3 +61,5 @@ build tags 指定了可执行程序具有的特殊特性。 ### 接下来 然后你可以选择 加入[主网](./join-mainnet.md)、[公共测试网](./join-testnet.md) 或是 [创建私有测试网](./deploy-testnet.md)。 + + \ No newline at end of file diff --git a/docs/zh/gaia-tutorials/join-mainnet.md b/docs/zh/gaia-tutorials/join-mainnet.md index 256d24d35b3..d2f561580af 100644 --- a/docs/zh/gaia-tutorials/join-mainnet.md +++ b/docs/zh/gaia-tutorials/join-mainnet.md @@ -1,3 +1,4 @@ + ## 加入主网 ::: 提示 @@ -145,4 +146,5 @@ gaiad export --height [height] --for-zero-height > [filename].json ``` ## 升级成为验证人节点 -你现在有了一个运行状态的全节点。接下来,你可以升级你的全节点,成为一个Cosmos验证人。排名前100的验证人节点可以向Cosmos Hub提议新的区块。请查看[创建验证人节点](./validators/validator-setup.md)。 \ No newline at end of file +你现在有了一个运行状态的全节点。接下来,你可以升级你的全节点,成为一个Cosmos验证人。排名前100的验证人节点可以向Cosmos Hub提议新的区块。请查看[创建验证人节点](./validators/validator-setup.md)。 + \ No newline at end of file diff --git a/docs/zh/gaia-tutorials/join-testnet.md b/docs/zh/gaia-tutorials/join-testnet.md index d69267f81a5..88cf25df23d 100644 --- a/docs/zh/gaia-tutorials/join-testnet.md +++ b/docs/zh/gaia-tutorials/join-testnet.md @@ -1,3 +1,4 @@ + # 加入公共测试网 ::: 提示 当前测试网 @@ -57,3 +58,5 @@ _注意_:如果在这一步出现问题,请检查是否安装了最新稳定 注意这里我们使用的是包含最新稳定发布版本的`master`分支。请查看[testnet repo](https://github.com/cosmos/testnets)查看哪个版本的测试网需要哪一个 Cosmos-SDK 版本,在[SDK 发布版](https://github.com/cosmos/cosmos-sdk/releases)中对应的详细信息。 你的全节点已经升级成功! + + \ No newline at end of file diff --git a/docs/zh/gaia-tutorials/what-is-gaia.md b/docs/zh/gaia-tutorials/what-is-gaia.md index de6b7e597e7..78c61805b28 100644 --- a/docs/zh/gaia-tutorials/what-is-gaia.md +++ b/docs/zh/gaia-tutorials/what-is-gaia.md @@ -1,3 +1,4 @@ + # Gaia是什么 `gaia`是作为Cosmos SDK应用程序的Cosmos Hub的名称。它有两个主要的入口: @@ -19,4 +20,5 @@ > 关于Cosmos Hub : Cosmos Hub是第一个在Cosmos Network中上线的枢纽。枢纽的作用是用以跨链转账。如果区块链通过IBC协议连接到枢纽,它会自动获得对其它连接至枢纽的区块链的访问能力。Cosmos Hub是一个公开的PoS区块链。它的权益代币称为Atom。 -接着,学习如何[安装Gaia](./installation.md) \ No newline at end of file +接着,学习如何[安装Gaia](./installation.md) + \ No newline at end of file diff --git a/docs/zh/genesis-state.md b/docs/zh/genesis-state.md index 07831e1bbe2..6ef07374e12 100644 --- a/docs/zh/genesis-state.md +++ b/docs/zh/genesis-state.md @@ -1,3 +1,4 @@ + # Gaia 创世状态(Genesis State) Gaia 创世状态`GenesisState`由账户、各种模块状态和元数据组成,例如创世交易。 每个模块可以指定自己的`GenesisState`。 此外,每个模块可以指定自己的创世状态有效性验证、导入和导出功能。 @@ -28,4 +29,5 @@ type GenesisAccount struct { 账户也可能锁仓,此时他们必须提供必要的锁仓信息,锁仓帐户必须至少提供`OriginalVesting`和`EndTime`。如果还提供了`StartTime`,则该帐户将被视为“连续”锁仓帐户,其中按预定义的时间表锁仓 coins。 提供的`StartTime`必须小于`EndTime`,但可能是未来的时间。 换句话说,它不必等于创世时间。 在从新状态(未导出)开始的新链中,`OriginalVesting`必须小于或等于`Coins`。 - \ No newline at end of file + + \ No newline at end of file diff --git a/docs/zh/launch/blog-1-cn.md b/docs/zh/launch/blog-1-cn.md index 88e9fc2603a..66c6d1d092b 100644 --- a/docs/zh/launch/blog-1-cn.md +++ b/docs/zh/launch/blog-1-cn.md @@ -1,3 +1,4 @@ + # Cosmos Hub主网上线计划 * 2016年夏天,Cosmos首次发表了项目白皮书。 @@ -69,3 +70,5 @@ CLI指南中所介绍的流程是至今为止唯一经过验证的在主网实 * 在发送交易前再次确认交易。链上地址的确很长,但请仔细检查,确保交易发送到正确的地址,防止错误发送。 如果突然出现的交易极具诱惑,或显示的消息要求您提供永远不应该与其他人分享的信息,您就应该立刻通过Cosmos网站或者其他官方渠道来验证这些信息。请再次牢记,来自Cosmos,Tendermint团队或跨链基金会的任何人都不会发送电子邮件要求您提供任何类型的帐户凭据或您的助记词,我们仅会通过我们的官方博客,Twitter和GitHub帐户与Cosmos社区沟通重要新闻和进展。 + + \ No newline at end of file diff --git a/docs/zh/launch/blog-2-cn.md b/docs/zh/launch/blog-2-cn.md index 7d24a38e55a..abc575168fd 100644 --- a/docs/zh/launch/blog-2-cn.md +++ b/docs/zh/launch/blog-2-cn.md @@ -1,3 +1,4 @@ + # **Cosmos主网上线三部曲** @@ -114,3 +115,5 @@ Cosmos旨在建立所有区块链间的桥梁,最终建立一个区块链互 走更崎岖的路,才会看见更美的风景! **** + + \ No newline at end of file diff --git a/docs/zh/resources/gaiad.md b/docs/zh/resources/gaiad.md index 014d72f3121..353a0392206 100644 --- a/docs/zh/resources/gaiad.md +++ b/docs/zh/resources/gaiad.md @@ -1,3 +1,4 @@ + # Gaia客户端 ## Gaia CLI @@ -829,3 +830,5 @@ echo '. gaiacli_completion' >> ~/.bashrc 有关如何启用shell自动完成的信息,请参阅操作系统提供的解释器用户手册。 ::: + + \ No newline at end of file diff --git a/docs/zh/resources/genesis.md b/docs/zh/resources/genesis.md index 6ffa0d88b21..2449c23766e 100644 --- a/docs/zh/resources/genesis.md +++ b/docs/zh/resources/genesis.md @@ -1,3 +1,4 @@ + # 创世(Genesis)文件 本文档解释了 Cosmos Hub 主网的 genesis 文件是如何构建的。 它还解释了如何为自己的`gaia` testnet 创建一个 genesis 文件。 @@ -331,4 +332,5 @@ The `slashing` module handles the logic to slash delegators if their validator m gaiad collect-gentxs ``` -此命令将存储在`~/.gaia/config/gentx`中的所有`gentxs`添加到genesis文件中。 要创建创世纪交易,请单击[此处](./validators/validator-setup.md#participation-in-genesis-as-a-validator)。 \ No newline at end of file +此命令将存储在`~/.gaia/config/gentx`中的所有`gentxs`添加到genesis文件中。 要创建创世纪交易,请单击[此处](./validators/validator-setup.md#participation-in-genesis-as-a-validator)。 + \ No newline at end of file diff --git a/docs/zh/resources/ledger.md b/docs/zh/resources/ledger.md index e9b6ea23366..fe25df23b3b 100644 --- a/docs/zh/resources/ledger.md +++ b/docs/zh/resources/ledger.md @@ -1,3 +1,4 @@ + # Ledger Nano支持 ## 关于HD钱包 @@ -72,3 +73,5 @@ HD钱包的核心是种子。用这个种子用户可以确定地生成子帐户 - [一个同你所选的`gaiad`实例相连接的`gaiad`实例](./delegator-guide-cli.md#setting-up-gaiad) 现在,你都准备好去[发送交易到网络](./delegator-guide-cli.md#sending-transactions). + + \ No newline at end of file diff --git a/docs/zh/validators/overview.md b/docs/zh/validators/overview.md index 31b3f6e5639..dcab85e499a 100644 --- a/docs/zh/validators/overview.md +++ b/docs/zh/validators/overview.md @@ -1,3 +1,4 @@ + # 验证人概览 ## 介绍 @@ -35,4 +36,5 @@ Cosmos Hub基于Tendermint,它依赖于一组负责在区块链中提交新区 在我们的社区聊天频道和论坛上讨论有关成为验证人的更多细节: + [Validator Chat](https://riot.im/app/#/room/#cosmos_validators:matrix.org) -+ [Validator Forum](https://forum.cosmos.network/c/validating) \ No newline at end of file ++ [Validator Forum](https://forum.cosmos.network/c/validating) + \ No newline at end of file diff --git a/docs/zh/validators/security.md b/docs/zh/validators/security.md index b2e4a1982f4..622e3e15a42 100644 --- a/docs/zh/validators/security.md +++ b/docs/zh/validators/security.md @@ -1,3 +1,4 @@ + # 验证人安全 我们鼓励每一个验证人候选者独立运行其操作,因为不同的设置增加了网络的抵抗能力。为了能按时启动主网,验证人候选者现在就应该开始设置了。 @@ -52,4 +53,5 @@ private_peer_ids = "ipaddress of validator nodes" + `TM`(对应Tendermint的标识) + `BC`(对应democli或basecli的标识) -例如,环境变量`GA_CHAIN_ID`将映射到命令行标识`--chain-id`。注意,虽然显式命令行标识优先于环境变量,但环境变量优先于任何配置文件。因此,必须锁定环境,以便在CLI上将任何关键参数定义为标识或防止修改任何环境变量。 \ No newline at end of file +例如,环境变量`GA_CHAIN_ID`将映射到命令行标识`--chain-id`。注意,虽然显式命令行标识优先于环境变量,但环境变量优先于任何配置文件。因此,必须锁定环境,以便在CLI上将任何关键参数定义为标识或防止修改任何环境变量。 + \ No newline at end of file diff --git a/docs/zh/validators/validator-faq.md b/docs/zh/validators/validator-faq.md index ddd3557eec7..1ba05abb2c6 100644 --- a/docs/zh/validators/validator-faq.md +++ b/docs/zh/validators/validator-faq.md @@ -1,3 +1,4 @@ + # 验证人相关问题 ::: 声明 @@ -326,3 +327,5 @@ Tendermint团队不会推荐上面的其中之一。鼓励社区最好加强改 期待验证人在这方面良好的操作将完全消除这些威胁。 了解哨兵节点架构的更多信息请看[这里](https://forum.cosmos.network/t/sentry-node-architecture-overview/454)。 + + \ No newline at end of file diff --git a/docs/zh/validators/validator-setup.md b/docs/zh/validators/validator-setup.md index 5fcfc7eef58..85627729fae 100644 --- a/docs/zh/validators/validator-setup.md +++ b/docs/zh/validators/validator-setup.md @@ -1,3 +1,4 @@ + # 在主网上运行一个验证人 ::: 提示 @@ -208,3 +209,5 @@ LimitNOFILE=4096 [Install] WantedBy=multi-user.target ``` + + \ No newline at end of file diff --git a/mlc_config.json b/mlc_config.json new file mode 100644 index 00000000000..8d2e1d08bab --- /dev/null +++ b/mlc_config.json @@ -0,0 +1,11 @@ +{ + "ignorePatterns": [ ], + "replacementPatterns": [ ], + "httpHeaders": [ ], + "timeout": "20s", + "retryOn429": true, + "retryCount": 5, + "fallbackRetryDelay": "30s", + "aliveStatusCodes": [200, 206] + } +