mirror of
				https://github.com/0glabs/0g-chain.git
				synced 2025-11-04 06:37:26 +00:00 
			
		
		
		
	update readme and guide with v0.8 release info (#557)
This commit is contained in:
		
							parent
							
								
									dee456557a
								
							
						
					
					
						commit
						1e553766c8
					
				
							
								
								
									
										12
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								README.md
									
									
									
									
									
								
							@ -25,18 +25,24 @@ Reference implementation of Kava, a blockchain for cross-chain DeFi. Built using
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## Mainnet
 | 
					## Mainnet
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Note, the current recommended version of the software for mainnet is v0.3.2. The master branch of this repository contains considerable development work since the last mainnet release and is __not__ runnable on mainnet.
 | 
					Note, the current recommended version of the software for mainnet is v0.3.5. The master branch of this repository contains considerable development work since the last mainnet release and is __not__ runnable on mainnet.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Installation
 | 
					### Installation
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```sh
 | 
					```sh
 | 
				
			||||||
git checkout v0.3.2
 | 
					git checkout v0.3.5
 | 
				
			||||||
make install
 | 
					make install
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Mainnet Upgrade
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The scheduled mainnet upgrade to `kava-3` will take place on June 10th, 2020 at 14:00 UTC. The version of Kava for `kava-3` is [__v0.8.0__](https://github.com/Kava-Labs/kava/releases/tag/v0.8.0).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Migration instructions can be found [here](https://github.com/Kava-Labs/kava/blob/master/contrib/kava-3/migration.md).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Testnet
 | 
					## Testnet
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The recommended version of the software for kava-testnet-4000 is v0.4.1. For further information on joining the testnet, head over to the [testnet repo](https://github.com/Kava-Labs/kava-testnets).
 | 
					For further information on joining the lastest testnet, head over to the [testnet repo](https://github.com/Kava-Labs/kava-testnets).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## License
 | 
					## License
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -45,9 +45,13 @@ kvd start --halt-height 1591794000
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  # verify versions
 | 
					  # verify versions
 | 
				
			||||||
  kvd version --long
 | 
					  kvd version --long
 | 
				
			||||||
  # [PLACEHOLDER]
 | 
					  # name: kava
 | 
				
			||||||
  kvcli version -long
 | 
					  # server_name: kvd
 | 
				
			||||||
  # [PLACEHOLDER]
 | 
					  # client_name: kvcli
 | 
				
			||||||
 | 
					  # version: 0.8.0
 | 
				
			||||||
 | 
					  # commit: dee456557a0b478f8b2326e62f963fd0f43fbd0f
 | 
				
			||||||
 | 
					  # build_tags: netgo,ledger
 | 
				
			||||||
 | 
					  # go: go version go1.13.7 linux/amd64
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # Migrate keys
 | 
					  # Migrate keys
 | 
				
			||||||
  kvcli keys migrate
 | 
					  kvcli keys migrate
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user