thaler icon indicating copy to clipboard operation
thaler copied to clipboard

Problem: consensus parameters not checked

Open tomtau opened this issue 4 years ago • 2 comments

https://github.com/crypto-com/chain/blob/master/chain-abci/src/app/app_init.rs#L177

note that the comment above it may not longer be relevant (e.g. unbonding time is by default evidence age with the new Tendermint version) -- things to check would be e.g. that max block size is greater than 0 and greater or equal to the max tx size

tomtau avatar Sep 15 '20 01:09 tomtau

output: chain-abci Sep 15 12:31:32 user chain-abci[781]: [2020-09-15T09:31:32Z WARN chain_abci::app::app_init] consensus parameters not checked (TODO)Sep 15 12:31:20 user systemd[1]: Started Crypto_com tendermint.

output: tx-query Sep 15 12:31:26 user tx-query-app[779]: [2020-09-15T09:31:26Z INFO tx_query_app] Running TX Decryption Query server...

output: tendermint Sep 15 12:31:20 user tendermint[782]: E[2020-09-15|12:31:20.913] abci.socketClient failed to connect to tcp://127.0.0.1:26658. Retrying... module=abci-client connection=query err="dial tcp 127.0.0.1:26658: connect: connection refused" Sep 15 12:31:23 user tendermint[782]: E[2020-09-15|12:31:23.913] abci.socketClient failed to connect to tcp://127.0.0.1:26658. Retrying... module=abci-client connection=query err="dial tcp 127.0.0.1:26658: connect: connection refused" Sep 15 12:31:26 user tendermint[782]: E[2020-09-15|12:31:26.913] abci.socketClient failed to connect to tcp://127.0.0.1:26658. Retrying... module=abci-client connection=query err="dial tcp 127.0.0.1:26658: connect: connection refused" Sep 15 12:31:29 user tendermint[782]: E[2020-09-15|12:31:29.914] abci.socketClient failed to connect to tcp://127.0.0.1:26658. Retrying... module=abci-client connection=query err="dial tcp 127.0.0.1:26658: connect: connection refused" Sep 15 12:31:32 user tendermint[782]: I[2020-09-15|12:31:32.959] Version info module=main software=0.33.7 block=10 p2p=7 Sep 15 12:31:32 user tendermint[782]: I[2020-09-15|12:31:32.966] Starting Node service module=main impl=Node Sep 15 12:31:32 user tendermint[782]: I[2020-09-15|12:31:32.970] Started node module=main nodeInfo="{ProtocolVersion:{P2P:7 Block:10 App:1} DefaultNodeID:c7cb707b7dd734abd4bd24f8e74de85ab95dc623 ListenAddr:tcp://0.0.0.0:26656 Network:testnet-thaler-crypto-com-chain-42 Version:0.33.7 Channels:4020212223303800 Moniker:user Other:{TxIndex:on RPCAddress:tcp://127.0.0.1:26657}}"

CNazar avatar Sep 15 '20 13:09 CNazar

/.tendermint/config/config.toml problem can be closed i found it a configuration error=) namely, it was not specified: seeds = "[email protected]:26656,[email protected]:26656,[email protected]:26656"

CNazar avatar Sep 17 '20 04:09 CNazar