Merge PR #245: archives

This commit is contained in:
gamarin2
2020-01-06 17:42:51 +01:00
committed by Alexander Bezobchuk
parent b7839f276a
commit 961b8ab4f4
3 changed files with 14 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ Welcome to the documentation of the **Cosmos Hub application: `gaia`**.
- [Validator Resources](./validators/README.md): Contains documentation for `gaia` validators.
- [Delegator Resources](./delegators/README.md): Contains documentation for delegators.
- [Other Resources](./resources/README.md): Contains documentation on `gaiacli`, genesis file, service providers, ledger wallets, ...
- [Cosmos Hub Archives](./resources/archives.md): State archives of past iteration of the Cosmos Hub.
# Contribute

View File

@@ -0,0 +1,9 @@
# Cosmos Hub Archives
With each breaking upgrade of the Cosmos Hub, the network is restarted at height 0. During this process, an export of the last state of the previous network is made to produce the genesis state of the new one.
As a result, the blocks of the previous networks are not downloaded by new clients (as they sync from the new genesis state), and may be deleted by existing full-nodes.
In an effort to maintain transparency, the interchain hosts archives of the previous verions of the Cosmos Hub network. These archives can be found [here](https://archive.interchain.io/).
If you want to makes archives available to the community, feel free to open a PR to this file and add them.