Update readme
All checks were successful
Integration Tests / test-integration (pull_request) Successful in 1m23s
All checks were successful
Integration Tests / test-integration (pull_request) Successful in 1m23s
This commit is contained in:
parent
8ed71481eb
commit
28d6dff46c
@ -12,3 +12,9 @@ Install and run `laconic2d`:
|
||||
# start the chain
|
||||
laconic2d start
|
||||
```
|
||||
|
||||
Run tests:
|
||||
|
||||
```bash
|
||||
make test-integration
|
||||
```
|
||||
|
@ -106,7 +106,7 @@ func NewRootCmd() *cobra.Command {
|
||||
// overwrite the block timeout
|
||||
cmtCfg := cmtcfg.DefaultConfig()
|
||||
cmtCfg.Consensus.TimeoutCommit = 3 * time.Second
|
||||
cmtCfg.LogLevel = "*:error,p2p:info,state:info" // better default logging
|
||||
cmtCfg.LogLevel = "*:error,p2p:info,state:info,auction:info,bond:info,registry:info" // better default logging
|
||||
|
||||
return server.InterceptConfigsPreRunHandler(cmd, serverconfig.DefaultConfigTemplate, srvCfg, cmtCfg)
|
||||
},
|
||||
|
@ -3,7 +3,6 @@
|
||||
rm -r ~/.laconic2d || true
|
||||
LACONIC2D_BIN=$(which laconic2d)
|
||||
# configure laconic2d
|
||||
$LACONIC2D_BIN config set config log_level "*:error,p2p:info,state:info,auction:info,bond:info,registry:info" --skip-validate
|
||||
$LACONIC2D_BIN config set client chain-id demo
|
||||
$LACONIC2D_BIN config set client keyring-backend test
|
||||
$LACONIC2D_BIN keys add alice
|
||||
|
Loading…
Reference in New Issue
Block a user