Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change default block time to 5sec and some token config #1601

Merged
merged 2 commits into from
Jan 14, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ func defaultConfig() (*Config, error) {
c.Tendermint.Config.RPC.ListenAddress = "tcp://0.0.0.0:26657"
c.Tendermint.Config.P2P.AddrBookStrict = false
c.Tendermint.Config.P2P.AllowDuplicateIP = true
c.Tendermint.Config.Consensus.TimeoutCommit = 1 * time.Second
c.Tendermint.Config.Consensus.TimeoutCommit = 5 * time.Second
c.Tendermint.Config.Instrumentation.Prometheus = true
c.Tendermint.Config.Instrumentation.PrometheusListenAddr = "0.0.0.0:26660"

c.Cosmos.RelativePath = "cosmos"
c.Cosmos.MinGasPrices = "1.0amesg"
c.Cosmos.MinGasPrices = "1.0atto"

c.DevGenesis.ChainID = "mesg-dev-chain"
c.DevGenesis.InitialBalances = "1000000000000000000000000amesg" // 1 000 000 * 10^18
c.DevGenesis.InitialBalances = "1000000000000000000000000atto" // 1 000 000 * 10^18

c.Account.Name = "engine"
c.Account.Password = "pass"
Expand Down
4 changes: 4 additions & 0 deletions e2e/testdata/e2e.config.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
account:
mnemonic: glimpse upon body vast economy give taxi yellow rabbit come click ranch chronic hammer sport near rotate charge lumber chicken cloud base thing forum
tendermint:
config:
consensus:
timeoutcommit: 1s