mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-28 13:41:21 +00:00
bump version and testnet
This commit is contained in:
parent
7a6b8944ab
commit
347276ecdb
@ -57,8 +57,8 @@ func GetConfig(rootDir string) cfg.Config {
|
||||
if mapConfig.IsSet("version") {
|
||||
Exit("Cannot set 'version' via config.toml")
|
||||
}
|
||||
mapConfig.SetDefault("chain_id", "tendermint_testnet_5")
|
||||
mapConfig.SetDefault("version", "0.3.0") // JAE: changed merkle tree persistence format for merkle proofs.
|
||||
mapConfig.SetDefault("chain_id", "tendermint_testnet_6")
|
||||
mapConfig.SetDefault("version", "0.4.0") // JAE: async consensus!
|
||||
mapConfig.SetDefault("genesis_file", rootDir+"/genesis.json")
|
||||
mapConfig.SetDefault("moniker", "anonymous")
|
||||
mapConfig.SetDefault("node_laddr", "0.0.0.0:46656")
|
||||
|
@ -67,7 +67,7 @@ func GetConfig(rootDir string) cfg.Config {
|
||||
Exit("Cannot set 'version' via config.toml")
|
||||
}
|
||||
mapConfig.SetDefault("chain_id", "tendermint_test")
|
||||
mapConfig.SetDefault("version", "0.3.0")
|
||||
mapConfig.SetDefault("version", "0.4.0")
|
||||
mapConfig.SetDefault("genesis_file", rootDir+"/genesis.json")
|
||||
mapConfig.SetDefault("moniker", "anonymous")
|
||||
mapConfig.SetDefault("node_laddr", "0.0.0.0:36656")
|
||||
|
Loading…
x
Reference in New Issue
Block a user