mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
[R4R] Fix broken links (#643)
* remove broken link * update old links from changelog/docs * remove references to old version
This commit is contained in:
parent
deb1db04ad
commit
4121b692a0
@ -76,7 +76,7 @@ This version mitigates a memory leak in tendermint that was found prior to launc
|
||||
|
||||
The default tendermint pruning strategy, `pruning="syncable"` is currently unsafe due to a [memory leak](https://github.com/tendermint/iavl/issues/256) that can cause irrecoverable data loss. This patch release prevents `kvd` from being started with the `pruning="syncable"` configuration. Until a patch for tendermint is released, the ONLY pruning strategies that are safe to run are `everything` (an archival node) or `nothing` (only the most recent state is kept). It is strongly recommended that validators use `pruning="nothing"` for kava-3. It is expected that a patch to tendermint will be released in a non-breaking manner and that nodes will be able to update seamlessly after the launch of kava-3.
|
||||
|
||||
The steps for upgrading to kava-3 can be found [here](https://github.com/Kava-Labs/kava/blob/master/contrib/kava-3/migration.md). Please note the additional section on [pruning](https://github.com/Kava-Labs/kava/blob/master/contrib/kava-3/migration.md#Pruning).
|
||||
The steps for upgrading to kava-3 can be found [here](https://github.com/Kava-Labs/kava/blob/v0.10.0/contrib/kava-3/migration.md). Please note the additional section on [pruning](https://github.com/Kava-Labs/kava/blob/v0.10.0/contrib/kava-3/migration.md#Pruning).
|
||||
|
||||
## [v0.8.0](https://github.com/Kava-Labs/kava/releases/tag/v0.8.0) kava-3 Release
|
||||
|
||||
@ -84,7 +84,7 @@ This version is intended to be the canonical software version for upgrading the
|
||||
|
||||
### Migration
|
||||
|
||||
The steps for upgrading to kava-3 can be found [here](https://github.com/Kava-Labs/kava/blob/master/contrib/kava-3/migration.md)
|
||||
The steps for upgrading to kava-3 can be found [here](https://github.com/Kava-Labs/kava/blob/v0.10.0/contrib/kava-3/migration.md)
|
||||
|
||||
### Features
|
||||
|
||||
|
@ -38,8 +38,6 @@ make install
|
||||
|
||||
The scheduled mainnet upgrade to `kava-3` took place on June 10th, 2020 at 14:00 UTC. The current version of Kava for `kava-3` is [__v0.10.0__](https://github.com/Kava-Labs/kava/releases/tag/v0.10.0).
|
||||
|
||||
Migration instructions can be found [here](https://github.com/Kava-Labs/kava/blob/master/contrib/kava-3/migration.md).
|
||||
|
||||
The canonical genesis file can be found [here](https://github.com/Kava-Labs/launch/tree/master/kava-3)
|
||||
|
||||
The canonical genesis file hash is
|
||||
|
@ -14,20 +14,20 @@ Reference implementation of Kava, a blockchain for cross-chain DeFi. Built using
|
||||
|
||||
## Mainnet
|
||||
|
||||
The current recommended version of the software for mainnet is [v0.8.1](https://github.com/Kava-Labs/kava/releases/tag/v0.8.1). Note, the master branch of this repository contains development work since the last mainnet release and it may **not** be runnable on mainnet.
|
||||
The current recommended version of the software for mainnet is [v0.10.0](https://github.com/Kava-Labs/kava/releases/tag/v0.10.0). Note, the master branch of this repository contains development work since the last mainnet release and it may **not** be runnable on mainnet.
|
||||
|
||||
### Installation
|
||||
|
||||
```bash
|
||||
git checkout v0.8.1
|
||||
git checkout v0.10.0
|
||||
make install
|
||||
```
|
||||
|
||||
### Upgrade
|
||||
|
||||
The mainnet upgrade to `kava-3` took place on June 10th, 2020 at 14:00 UTC. The version of Kava for `kava-3` is [__v0.8.1__](https://github.com/Kava-Labs/kava/releases/tag/v0.8.1).
|
||||
The mainnet upgrade to `kava-3` took place on June 10th, 2020 at 14:00 UTC. The version of Kava for `kava-3` is [__v0.10.0__](https://github.com/Kava-Labs/kava/releases/tag/v0.10.0).
|
||||
|
||||
Migration instructions can be found [here](https://docs.kava.io/building/kava-3-migration-guide.html).
|
||||
Migration instructions can be found [here](https://github.com/Kava-Labs/kava/blob/v0.10.0/contrib/kava-3/migration.md).
|
||||
|
||||
## Testnet
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user