ignite / apps

Ignite Apps
https://docs.ignite.com/apps/using-apps
Other
14 stars 3 forks source link

Upgrade WASM app to wasm v0.52 #123

Closed julienrbrt closed 2 months ago

julienrbrt commented 4 months ago

Add check if wasmd is already installed and display

Let next wasm app scaffold by default: https://github.com/CosmWasm/wasmd/blob/v0.52.0/CHANGELOG.md

RaulBernal commented 3 months ago

@julienrbrt Count on me on September to rise a devnet (2 or more validators) to test everything is ready for production:

faddat commented 3 months ago
julienrbrt commented 2 months ago

Let's ensure it stops forking and then let's tag a new app.

RaulBernal commented 2 months ago

Let's ensure it stops forking and then let's tag a new app.

I'm going to test it following the same procedure that I followed at issue: https://github.com/ignite/cli/issues/4141 & https://github.com/ignite/cli/issues/4140

I think this is enough to update wasm App:

raul$ ignite  app update
✔ App fetched "https://github.com/ignite/apps"
✔ App fetched "https://github.com/ignite/cli-plugin-network"
raul$ ignite  app list
✔ App built "github.com/ignite/apps/wasm"
✔ App built "github.com/ignite/cli-plugin-network@v0.2.2"
Path                        Config  Status          
github.com/ignite/apps/wasm             global  ✔ Loaded    
github.com/ignite/cli-plugin-network@v0.2.2     global  ✔ Loaded    
RaulBernal commented 2 months ago

Upgrade time process:

Upgrade LOG (at validator)

ignite-wasm-fixd start
7:55AM INF Upgrading IAVL storage for faster queries + execution on live state. This may take a while commit=436F6D6D697449447B5B5D3A307D module=server store_key="KVStoreKey{0xc002e5eed0, wasm}" version=580
7:55AM INF starting node with ABCI CometBFT in-process module=server
7:55AM INF service start impl=multiAppConn module=proxy msg="Starting multiAppConn service"
7:55AM INF service start connection=query impl=localClient module=abci-client msg="Starting localClient service"
7:55AM INF service start connection=snapshot impl=localClient module=abci-client msg="Starting localClient service"
7:55AM INF service start connection=mempool impl=localClient module=abci-client msg="Starting localClient service"
7:55AM INF service start connection=consensus impl=localClient module=abci-client msg="Starting localClient service"
7:55AM INF service start impl=EventBus module=events msg="Starting EventBus service"
7:55AM INF service start impl=PubSub module=pubsub msg="Starting PubSub service"
7:55AM INF service start impl=IndexerService module=txindex msg="Starting IndexerService service"
7:55AM INF ABCI Handshake App Info hash=ECFE9DACF7509369D8ED6840D167C0A7A196838DA69B1E0B0B9A50F8F53AE734 height=579 module=consensus protocol-version=0 software-version=2.0.0
7:55AM INF ABCI Replay Blocks appHeight=579 module=consensus stateHeight=579 storeHeight=580
7:55AM INF Replay last block using real app module=consensus
7:55AM INF applying upgrade "stickyfingers" at height: 580 module=x/upgrade
7:55AM INF Adding WASM v0.53.0 ... module=server
7:55AM INF Module: bank, Version: 4 module=server
7:55AM INF Module: capability, Version: 1 module=server
7:55AM INF Module: ibc, Version: 6 module=server
7:55AM INF Module: ignitewasmfix, Version: 1 module=server
7:55AM INF Module: vesting, Version: 1 module=server
7:55AM INF Module: params, Version: 1 module=server
7:55AM INF Module: upgrade, Version: 2 module=server
7:55AM INF Module: transfer, Version: 5 module=server
7:55AM INF Module: 06-solomachine, Version: 0 module=server
7:55AM INF Module: feeibc, Version: 2 module=server
7:55AM INF Module: interchainaccounts, Version: 3 module=server
7:55AM INF Module: runtime, Version: 0 module=server
7:55AM INF Module: staking, Version: 5 module=server
7:55AM INF Module: 07-tendermint, Version: 0 module=server
7:55AM INF Module: crisis, Version: 2 module=server
7:55AM INF Module: genutil, Version: 1 module=server
7:55AM INF Module: distribution, Version: 3 module=server
7:55AM INF Module: evidence, Version: 1 module=server
7:55AM INF Module: feegrant, Version: 2 module=server
7:55AM INF Module: circuit, Version: 1 module=server
7:55AM INF Module: mint, Version: 2 module=server
7:55AM INF Module: nft, Version: 1 module=server
7:55AM INF Module: slashing, Version: 4 module=server
7:55AM INF Module: auth, Version: 5 module=server
7:55AM INF Module: authz, Version: 2 module=server
7:55AM INF Module: consensus, Version: 1 module=server
7:55AM INF Module: gov, Version: 5 module=server
7:55AM INF Module: group, Version: 2 module=server
7:55AM INF adding a new module: wasm module=server
7:55AM INF post migrate version map: map[06-solomachine:0 07-tendermint:0 auth:5 authz:2 bank:4 capability:1 circuit:1 consensus:1 crisis:2 distribution:3 evidence:1 feegrant:2 feeibc:2 genutil:1 gov:5 group:2 ibc:6 ignitewasmfix:1 interchainaccounts:3 mint:2 nft:1 params:1 runtime:0 slashing:4 staking:5 transfer:5 upgrade:2 vesting:1 wasm:4] module=server
7:55AM INF finalized block block_app_hash=F482706F9D6DD9096229A41DC931C975617D9957A34B05DF11C295AD7403EC71 height=580 module=consensus num_txs_res=0 num_val_updates=0
7:55AM INF executed block app_hash=F482706F9D6DD9096229A41DC931C975617D9957A34B05DF11C295AD7403EC71 height=580 module=consensus
7:55AM INF committed state block_app_hash=ECFE9DACF7509369D8ED6840D167C0A7A196838DA69B1E0B0B9A50F8F53AE734 height=580 module=consensus
7:55AM INF Completed ABCI Handshake - CometBFT and App are synced appHash=F482706F9D6DD9096229A41DC931C975617D9957A34B05DF11C295AD7403EC71 appHeight=579 module=consensus
7:55AM INF Version info abci=2.0.0 block=11 commit_hash= module=server p2p=8 tendermint_version=0.38.11
7:55AM INF This node is a validator addr=52504B9F4B661B1DD2DF5B51B3581C7DCA5F7AFA module=consensus pubKey=PubKeyEd25519{6AD7EAEAEA4FE9D2A2E2E31797B679BDB1D3F6014191F521CF08F20BA804436F}
7:55AM INF indexed block events height=580 module=txindex
7:55AM INF P2P Node ID ID=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4 file=/home/raul/.ignite-wasm-fix/config/node_key.json module=p2p
7:55AM INF Adding persistent peers addrs=[] module=p2p
7:55AM INF Adding unconditional peer ids ids=[] module=p2p
7:55AM INF Add our address to book addr=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@0.0.0.0:26656 book=/home/raul/.ignite-wasm-fix/config/addrbook.json module=p2p
7:55AM INF service start impl=Node module=server msg="Starting Node service"
7:55AM INF service start impl="P2P Switch" module=p2p msg="Starting P2P Switch service"
7:55AM INF service start impl=Evidence module=evidence msg="Starting Evidence service"
7:55AM INF service start impl=StateSync module=statesync msg="Starting StateSync service"
7:55AM INF service start impl=PEX module=pex msg="Starting PEX service"
7:55AM INF service start book=/home/raul/.ignite-wasm-fix/config/addrbook.json impl=AddrBook module=p2p msg="Starting AddrBook service"
7:55AM INF service start impl=Mempool module=mempool msg="Starting Mempool service"
7:55AM INF service start impl=Reactor module=blocksync msg="Starting Reactor service"
7:55AM INF service start impl=ConsensusReactor module=consensus msg="Starting Consensus service"
7:55AM INF Reactor  module=consensus waitSync=false
7:55AM INF service start impl=ConsensusState module=consensus msg="Starting State service"
7:55AM INF service start impl=baseWAL module=consensus msg="Starting baseWAL service" wal=/home/raul/.ignite-wasm-fix/data/cs.wal/wal
7:55AM INF service start impl=Group module=consensus msg="Starting Group service" wal=/home/raul/.ignite-wasm-fix/data/cs.wal/wal
7:55AM INF service start impl=TimeoutTicker module=consensus msg="Starting TimeoutTicker service"
7:55AM INF Searching for height height=581 max=0 min=0 module=consensus wal=/home/raul/.ignite-wasm-fix/data/cs.wal/wal
7:55AM INF Ensure peers module=pex numDialing=0 numInPeers=0 numOutPeers=0 numToDial=10
7:55AM INF serve module=rpc-server msg="Starting RPC HTTP server on 127.0.0.1:26657"
7:55AM INF Searching for height height=580 max=0 min=0 module=consensus wal=/home/raul/.ignite-wasm-fix/data/cs.wal/wal
7:55AM INF Found height=580 index=0 module=consensus wal=/home/raul/.ignite-wasm-fix/data/cs.wal/wal
7:55AM INF Catchup by replaying consensus messages height=581 module=consensus
7:55AM INF Replay: Done module=consensus
7:55AM INF Saving AddrBook to file book=/home/raul/.ignite-wasm-fix/config/addrbook.json module=p2p size=1
7:55AM INF Inbound Peer rejected err="filtered CONN<212.227.151.143:34642>: duplicate CONN<212.227.151.143:34642>" module=p2p numPeers=0
7:55AM INF starting gRPC server... address=localhost:9090 module=grpc-server
7:55AM INF Timed out dur=4972.705871 height=581 module=consensus round=0 step=RoundStepNewHeight
7:55AM INF received proposal module=consensus proposal="Proposal{581/0 (BA9264836A5D763D0E56C89944060447BDE2044079F675E2491698C75917188E:1:82343F677BC4, -1) 5606D2E714D9 @ 2024-09-02T07:55:48.372003126Z}" proposer=52504B9F4B661B1DD2DF5B51B3581C7DCA5F7AFA
7:55AM INF received complete proposal block hash=BA9264836A5D763D0E56C89944060447BDE2044079F675E2491698C75917188E height=581 module=consensus
7:55AM INF finalizing commit of block hash=BA9264836A5D763D0E56C89944060447BDE2044079F675E2491698C75917188E height=581 module=consensus num_txs=0 root=F482706F9D6DD9096229A41DC931C975617D9957A34B05DF11C295AD7403EC71
7:55AM INF finalized block block_app_hash=BAA76B94F65CAAE63AB6836A07C4BF371C1BF56A416CC933DA2A6E72927003A9 height=581 module=state num_txs_res=0 num_val_updates=0
7:55AM INF executed block app_hash=BAA76B94F65CAAE63AB6836A07C4BF371C1BF56A416CC933DA2A6E72927003A9 height=581 module=state
7:55AM INF committed state block_app_hash=F482706F9D6DD9096229A41DC931C975617D9957A34B05DF11C295AD7403EC71 height=581 module=state
7:55AM INF indexed block events height=581 module=txindex
RaulBernal commented 2 months ago

Upgrade logs at RPC-NODE

git pull
git checkout v2.0.0
make install
ignite-wasm-fixd version
2.0.0

Logs:

ignite-wasm-fixd start
10:00AM INF Upgrading IAVL storage for faster queries + execution on live state. This may take a while commit=436F6D6D697449447B5B5D3A307D module=server store_key="KVStoreKey{0xc002b029c0, wasm}" version=580
10:00AM INF starting node with ABCI CometBFT in-process module=server
10:00AM INF service start impl=multiAppConn module=proxy msg="Starting multiAppConn service"
10:00AM INF service start connection=query impl=localClient module=abci-client msg="Starting localClient service"
10:00AM INF service start connection=snapshot impl=localClient module=abci-client msg="Starting localClient service"
10:00AM INF service start connection=mempool impl=localClient module=abci-client msg="Starting localClient service"
10:00AM INF service start connection=consensus impl=localClient module=abci-client msg="Starting localClient service"
10:00AM INF service start impl=EventBus module=events msg="Starting EventBus service"
10:00AM INF service start impl=PubSub module=pubsub msg="Starting PubSub service"
10:00AM INF service start impl=IndexerService module=txindex msg="Starting IndexerService service"
10:00AM INF ABCI Handshake App Info hash=ECFE9DACF7509369D8ED6840D167C0A7A196838DA69B1E0B0B9A50F8F53AE734 height=579 module=consensus protocol-version=0 software-version=2.0.0
10:00AM INF ABCI Replay Blocks appHeight=579 module=consensus stateHeight=579 storeHeight=580
10:00AM INF Replay last block using real app module=consensus
10:00AM INF applying upgrade "stickyfingers" at height: 580 module=x/upgrade
10:00AM INF Adding WASM v0.53.0 ... module=server
10:00AM INF Module: bank, Version: 4 module=server
10:00AM INF Module: evidence, Version: 1 module=server
10:00AM INF Module: ibc, Version: 6 module=server
10:00AM INF Module: genutil, Version: 1 module=server
10:00AM INF Module: params, Version: 1 module=server
10:00AM INF Module: upgrade, Version: 2 module=server
10:00AM INF Module: vesting, Version: 1 module=server
10:00AM INF Module: 06-solomachine, Version: 0 module=server
10:00AM INF Module: auth, Version: 5 module=server
10:00AM INF Module: authz, Version: 2 module=server
10:00AM INF Module: feegrant, Version: 2 module=server
10:00AM INF Module: transfer, Version: 5 module=server
10:00AM INF Module: feeibc, Version: 2 module=server
10:00AM INF Module: interchainaccounts, Version: 3 module=server
10:00AM INF Module: mint, Version: 2 module=server
10:00AM INF Module: crisis, Version: 2 module=server
10:00AM INF Module: staking, Version: 5 module=server
10:00AM INF Module: distribution, Version: 3 module=server
10:00AM INF Module: gov, Version: 5 module=server
10:00AM INF Module: ignitewasmfix, Version: 1 module=server
10:00AM INF Module: runtime, Version: 0 module=server
10:00AM INF Module: capability, Version: 1 module=server
10:00AM INF Module: slashing, Version: 4 module=server
10:00AM INF Module: 07-tendermint, Version: 0 module=server
10:00AM INF Module: circuit, Version: 1 module=server
10:00AM INF Module: consensus, Version: 1 module=server
10:00AM INF Module: group, Version: 2 module=server
10:00AM INF Module: nft, Version: 1 module=server
10:00AM INF adding a new module: wasm module=server
10:00AM INF post migrate version map: map[06-solomachine:0 07-tendermint:0 auth:5 authz:2 bank:4 capability:1 circuit:1 consensus:1 crisis:2 distribution:3 evidence:1 feegrant:2 feeibc:2 genutil:1 gov:5 group:2 ibc:6 ignitewasmfix:1 interchainaccounts:3 mint:2 nft:1 params:1 runtime:0 slashing:4 staking:5 transfer:5 upgrade:2 vesting:1 wasm:4] module=server
10:00AM INF finalized block block_app_hash=F482706F9D6DD9096229A41DC931C975617D9957A34B05DF11C295AD7403EC71 height=580 module=consensus num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=F482706F9D6DD9096229A41DC931C975617D9957A34B05DF11C295AD7403EC71 height=580 module=consensus
10:00AM INF committed state block_app_hash=ECFE9DACF7509369D8ED6840D167C0A7A196838DA69B1E0B0B9A50F8F53AE734 height=580 module=consensus
10:00AM INF Completed ABCI Handshake - CometBFT and App are synced appHash=F482706F9D6DD9096229A41DC931C975617D9957A34B05DF11C295AD7403EC71 appHeight=579 module=consensus
10:00AM INF Version info abci=2.0.0 block=11 commit_hash= module=server p2p=8 tendermint_version=0.38.11
10:00AM INF This node is not a validator addr=E170CD3E74CB726763E2D2059BB5189B860A563E module=consensus pubKey=PubKeyEd25519{69319DE76FED5D5AD8C7B24B3D303C7BA4DDEF1CB67B63147CA050F358D9D097}
10:00AM INF indexed block events height=580 module=txindex
10:00AM INF P2P Node ID ID=764ad3240e2cc028a2ed63fde731146ad4223519 file=/home/raul/.ignite-wasm-fix/config/node_key.json module=p2p
10:00AM INF Adding persistent peers addrs=["bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:26656"] module=p2p
10:00AM INF Adding unconditional peer ids ids=[] module=p2p
10:00AM INF Add our address to book addr=764ad3240e2cc028a2ed63fde731146ad4223519@0.0.0.0:26656 book=/home/raul/.ignite-wasm-fix/config/addrbook.json module=p2p
10:00AM INF service start impl=Node module=server msg="Starting Node service"
10:00AM INF service start impl="P2P Switch" module=p2p msg="Starting P2P Switch service"
10:00AM INF service start impl=PEX module=pex msg="Starting PEX service"
10:00AM INF service start book=/home/raul/.ignite-wasm-fix/config/addrbook.json impl=AddrBook module=p2p msg="Starting AddrBook service"
10:00AM INF service start impl=Mempool module=mempool msg="Starting Mempool service"
10:00AM INF service start impl=Reactor module=blocksync msg="Starting Reactor service"
10:00AM INF service start impl=BlockPool module=blocksync msg="Starting BlockPool service"
10:00AM INF service start impl=ConsensusReactor module=consensus msg="Starting Consensus service"
10:00AM INF Reactor  module=consensus waitSync=true
10:00AM INF service start impl=Evidence module=evidence msg="Starting Evidence service"
10:00AM INF service start impl=StateSync module=statesync msg="Starting StateSync service"
10:00AM INF Saving AddrBook to file book=/home/raul/.ignite-wasm-fix/config/addrbook.json module=p2p size=1
10:00AM INF serve module=rpc-server msg="Starting RPC HTTP server on 127.0.0.1:26657"
10:00AM INF Ensure peers module=pex numDialing=0 numInPeers=0 numOutPeers=0 numToDial=10
10:00AM INF starting gRPC server... address=localhost:9090 module=grpc-server
10:00AM INF service start impl="Peer{MConn{212.227.151.143:26656} bfb4e96ee52f223a867ead03112d9c9bdef9aeb4 out}" module=p2p msg="Starting Peer service" peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:26656
10:00AM INF service start impl=MConn{212.227.151.143:26656} module=p2p msg="Starting MConnection service" peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:26656
10:00AM INF finalized block block_app_hash=BAA76B94F65CAAE63AB6836A07C4BF371C1BF56A416CC933DA2A6E72927003A9 height=581 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=BAA76B94F65CAAE63AB6836A07C4BF371C1BF56A416CC933DA2A6E72927003A9 height=581 module=state
10:00AM INF committed state block_app_hash=F482706F9D6DD9096229A41DC931C975617D9957A34B05DF11C295AD7403EC71 height=581 module=state
10:00AM INF indexed block events height=581 module=txindex
10:00AM INF finalized block block_app_hash=D4FCDCDB274F4A0CC1995AEB8F63915E15C1D5F4897129FF19D67B39062B8D78 height=582 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=D4FCDCDB274F4A0CC1995AEB8F63915E15C1D5F4897129FF19D67B39062B8D78 height=582 module=state
10:00AM INF committed state block_app_hash=BAA76B94F65CAAE63AB6836A07C4BF371C1BF56A416CC933DA2A6E72927003A9 height=582 module=state
10:00AM INF indexed block events height=582 module=txindex
10:00AM INF finalized block block_app_hash=F74E368C4E84B926D87F4E3D1777E948B55C58F9AC1BFE11537F0967F1A7EADD height=583 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=F74E368C4E84B926D87F4E3D1777E948B55C58F9AC1BFE11537F0967F1A7EADD height=583 module=state
10:00AM INF committed state block_app_hash=D4FCDCDB274F4A0CC1995AEB8F63915E15C1D5F4897129FF19D67B39062B8D78 height=583 module=state
10:00AM INF finalized block block_app_hash=D61F36CE91C52944FBFEB7372700EE458713C7E7B989AAF08F2E192F6C07C135 height=584 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=D61F36CE91C52944FBFEB7372700EE458713C7E7B989AAF08F2E192F6C07C135 height=584 module=state
10:00AM INF indexed block events height=583 module=txindex
10:00AM INF committed state block_app_hash=F74E368C4E84B926D87F4E3D1777E948B55C58F9AC1BFE11537F0967F1A7EADD height=584 module=state
10:00AM INF indexed block events height=584 module=txindex
10:00AM INF finalized block block_app_hash=D97651779754AF73DD2588DF113C972AAB094A48C6FC5FC6257AF44E899563EE height=585 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=D97651779754AF73DD2588DF113C972AAB094A48C6FC5FC6257AF44E899563EE height=585 module=state
10:00AM INF committed state block_app_hash=D61F36CE91C52944FBFEB7372700EE458713C7E7B989AAF08F2E192F6C07C135 height=585 module=state
10:00AM INF indexed block events height=585 module=txindex
10:00AM INF finalized block block_app_hash=45A09C73BCD1FB9CB563DD2FF62582B7944E3606A9A195AF818B3005FF844B12 height=586 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=45A09C73BCD1FB9CB563DD2FF62582B7944E3606A9A195AF818B3005FF844B12 height=586 module=state
10:00AM INF committed state block_app_hash=D97651779754AF73DD2588DF113C972AAB094A48C6FC5FC6257AF44E899563EE height=586 module=state
10:00AM INF indexed block events height=586 module=txindex
10:00AM INF finalized block block_app_hash=143FB1D2025D3FD76F67CA43784D773F6890084F7ECF64CBFE0CE674F4DCA069 height=587 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=143FB1D2025D3FD76F67CA43784D773F6890084F7ECF64CBFE0CE674F4DCA069 height=587 module=state
10:00AM INF committed state block_app_hash=45A09C73BCD1FB9CB563DD2FF62582B7944E3606A9A195AF818B3005FF844B12 height=587 module=state
10:00AM INF indexed block events height=587 module=txindex
10:00AM INF finalized block block_app_hash=18871E83EA206A99259E739C44589DAC8378D7B18C21FBA51D4A92FDFE618386 height=588 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=18871E83EA206A99259E739C44589DAC8378D7B18C21FBA51D4A92FDFE618386 height=588 module=state
10:00AM INF committed state block_app_hash=143FB1D2025D3FD76F67CA43784D773F6890084F7ECF64CBFE0CE674F4DCA069 height=588 module=state
10:00AM INF indexed block events height=588 module=txindex
10:00AM INF finalized block block_app_hash=76AF5B74FFE56BD354BF9D4E535A2AFB4183F1CDF840E829B365DCF6DBAF86DF height=589 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=76AF5B74FFE56BD354BF9D4E535A2AFB4183F1CDF840E829B365DCF6DBAF86DF height=589 module=state
10:00AM INF committed state block_app_hash=18871E83EA206A99259E739C44589DAC8378D7B18C21FBA51D4A92FDFE618386 height=589 module=state
10:00AM INF indexed block events height=589 module=txindex
10:00AM INF finalized block block_app_hash=569D0A67182332517D1A604D7D74F1F84803F79F6D758D6D485A8477862E6BCB height=590 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=569D0A67182332517D1A604D7D74F1F84803F79F6D758D6D485A8477862E6BCB height=590 module=state
10:00AM INF committed state block_app_hash=76AF5B74FFE56BD354BF9D4E535A2AFB4183F1CDF840E829B365DCF6DBAF86DF height=590 module=state
10:00AM INF indexed block events height=590 module=txindex
10:00AM INF finalized block block_app_hash=6733DD26A331E08E00D18ACB0FF72368BE5AC1981131D0BC2BDC62648CEB7368 height=591 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=6733DD26A331E08E00D18ACB0FF72368BE5AC1981131D0BC2BDC62648CEB7368 height=591 module=state
10:00AM INF committed state block_app_hash=569D0A67182332517D1A604D7D74F1F84803F79F6D758D6D485A8477862E6BCB height=591 module=state
10:00AM INF indexed block events height=591 module=txindex
10:00AM INF finalized block block_app_hash=17FE6DBD1AC94F55B118280FFB810D2EBF3F5A09317FE4E172566C717E884655 height=592 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=17FE6DBD1AC94F55B118280FFB810D2EBF3F5A09317FE4E172566C717E884655 height=592 module=state
10:00AM INF committed state block_app_hash=6733DD26A331E08E00D18ACB0FF72368BE5AC1981131D0BC2BDC62648CEB7368 height=592 module=state
10:00AM INF indexed block events height=592 module=txindex
10:00AM INF finalized block block_app_hash=62BD77491D95441DB4DA79C71C6C870FB386D3F6C5DA866C3FAACDEB5FDA8A2C height=593 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=62BD77491D95441DB4DA79C71C6C870FB386D3F6C5DA866C3FAACDEB5FDA8A2C height=593 module=state
10:00AM INF committed state block_app_hash=17FE6DBD1AC94F55B118280FFB810D2EBF3F5A09317FE4E172566C717E884655 height=593 module=state
10:00AM INF indexed block events height=593 module=txindex
10:00AM INF finalized block block_app_hash=8E393B9EC9DAEAF4BCEE5F4179BCF7C00A92094275AA05D300C7A1DA2B4EB37C height=594 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=8E393B9EC9DAEAF4BCEE5F4179BCF7C00A92094275AA05D300C7A1DA2B4EB37C height=594 module=state
10:00AM INF committed state block_app_hash=62BD77491D95441DB4DA79C71C6C870FB386D3F6C5DA866C3FAACDEB5FDA8A2C height=594 module=state
10:00AM INF indexed block events height=594 module=txindex
10:00AM INF finalized block block_app_hash=A8AAF9BED477FAA230F5E1322AF60A9E9016F55DC1A1343CFE73353C5D21DE35 height=595 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=A8AAF9BED477FAA230F5E1322AF60A9E9016F55DC1A1343CFE73353C5D21DE35 height=595 module=state
10:00AM INF committed state block_app_hash=8E393B9EC9DAEAF4BCEE5F4179BCF7C00A92094275AA05D300C7A1DA2B4EB37C height=595 module=state
10:00AM INF indexed block events height=595 module=txindex
10:00AM INF finalized block block_app_hash=E28CCDDC0D6E89E1AB7605E89A3AA4C1BC7830D67B910438FABD629E91F7BE8A height=596 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=E28CCDDC0D6E89E1AB7605E89A3AA4C1BC7830D67B910438FABD629E91F7BE8A height=596 module=state
10:00AM INF committed state block_app_hash=A8AAF9BED477FAA230F5E1322AF60A9E9016F55DC1A1343CFE73353C5D21DE35 height=596 module=state
10:00AM INF indexed block events height=596 module=txindex
10:00AM INF finalized block block_app_hash=BB014C2FA6F3ABE28848BC24F6505C549B655AB1EB6658DD58FA607CC86822BC height=597 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=BB014C2FA6F3ABE28848BC24F6505C549B655AB1EB6658DD58FA607CC86822BC height=597 module=state
10:00AM INF committed state block_app_hash=E28CCDDC0D6E89E1AB7605E89A3AA4C1BC7830D67B910438FABD629E91F7BE8A height=597 module=state
10:00AM INF indexed block events height=597 module=txindex
10:00AM INF finalized block block_app_hash=B2E3F0A2B2781A64E6D784A74D02F08B10908F28A4D9A9305A88E2704889FFB8 height=598 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=B2E3F0A2B2781A64E6D784A74D02F08B10908F28A4D9A9305A88E2704889FFB8 height=598 module=state
10:00AM INF committed state block_app_hash=BB014C2FA6F3ABE28848BC24F6505C549B655AB1EB6658DD58FA607CC86822BC height=598 module=state
10:00AM INF indexed block events height=598 module=txindex
10:00AM INF finalized block block_app_hash=90E4B1B7A6877F6E8A0164D12F12E130E317DA22272A949177744C5B2820FC8A height=599 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=90E4B1B7A6877F6E8A0164D12F12E130E317DA22272A949177744C5B2820FC8A height=599 module=state
10:00AM INF committed state block_app_hash=B2E3F0A2B2781A64E6D784A74D02F08B10908F28A4D9A9305A88E2704889FFB8 height=599 module=state
10:00AM INF indexed block events height=599 module=txindex
10:00AM INF finalized block block_app_hash=FF26FE4E0CE9DB8A7170C2B58D093BD723E4A4214CA1F30344EC54EC2B993D68 height=600 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=FF26FE4E0CE9DB8A7170C2B58D093BD723E4A4214CA1F30344EC54EC2B993D68 height=600 module=state
10:00AM INF committed state block_app_hash=90E4B1B7A6877F6E8A0164D12F12E130E317DA22272A949177744C5B2820FC8A height=600 module=state
10:00AM INF indexed block events height=600 module=txindex
10:00AM INF finalized block block_app_hash=C3D6D6B85B818F8AD8AF4A477636535655CA319BF7B7F37BB04037C10BB52D99 height=601 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=C3D6D6B85B818F8AD8AF4A477636535655CA319BF7B7F37BB04037C10BB52D99 height=601 module=state
10:00AM INF committed state block_app_hash=FF26FE4E0CE9DB8A7170C2B58D093BD723E4A4214CA1F30344EC54EC2B993D68 height=601 module=state
10:00AM INF indexed block events height=601 module=txindex
10:00AM INF finalized block block_app_hash=BC03D93C3BC4CE994833DF737D51385C059B95611BF53F08F989E09E8874C3B8 height=602 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=BC03D93C3BC4CE994833DF737D51385C059B95611BF53F08F989E09E8874C3B8 height=602 module=state
10:00AM INF committed state block_app_hash=C3D6D6B85B818F8AD8AF4A477636535655CA319BF7B7F37BB04037C10BB52D99 height=602 module=state
10:00AM INF indexed block events height=602 module=txindex
10:00AM INF finalized block block_app_hash=2141E7F952C30BF90998CDCC79B026EE84E9FF29DCF87343FA1BC4CB85651F32 height=603 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=2141E7F952C30BF90998CDCC79B026EE84E9FF29DCF87343FA1BC4CB85651F32 height=603 module=state
10:00AM INF committed state block_app_hash=BC03D93C3BC4CE994833DF737D51385C059B95611BF53F08F989E09E8874C3B8 height=603 module=state
10:00AM INF indexed block events height=603 module=txindex
10:00AM INF finalized block block_app_hash=ABBD3897DB27C1D4B537078122F79E8B420CFF9141CBA2CD26B1B24FE337B741 height=604 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=ABBD3897DB27C1D4B537078122F79E8B420CFF9141CBA2CD26B1B24FE337B741 height=604 module=state
10:00AM INF committed state block_app_hash=2141E7F952C30BF90998CDCC79B026EE84E9FF29DCF87343FA1BC4CB85651F32 height=604 module=state
10:00AM INF indexed block events height=604 module=txindex
10:00AM INF finalized block block_app_hash=61D304B904B1C9F573B5B7BBD65976AEDC6DB088B15EF3920AC4D9B5DFC10B24 height=605 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=61D304B904B1C9F573B5B7BBD65976AEDC6DB088B15EF3920AC4D9B5DFC10B24 height=605 module=state
10:00AM INF committed state block_app_hash=ABBD3897DB27C1D4B537078122F79E8B420CFF9141CBA2CD26B1B24FE337B741 height=605 module=state
10:00AM INF indexed block events height=605 module=txindex
10:00AM INF finalized block block_app_hash=65A7FE0A7E31C95D5B76698787E22F0FB043D2B055E733F9E2E3299AAE2DB9B6 height=606 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=65A7FE0A7E31C95D5B76698787E22F0FB043D2B055E733F9E2E3299AAE2DB9B6 height=606 module=state
10:00AM INF committed state block_app_hash=61D304B904B1C9F573B5B7BBD65976AEDC6DB088B15EF3920AC4D9B5DFC10B24 height=606 module=state
10:00AM INF indexed block events height=606 module=txindex
10:00AM INF finalized block block_app_hash=E76A29035AAD10AF46C52227E8DD52A08AD1D352C509B59C59E6546D12DC5402 height=607 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=E76A29035AAD10AF46C52227E8DD52A08AD1D352C509B59C59E6546D12DC5402 height=607 module=state
10:00AM INF committed state block_app_hash=65A7FE0A7E31C95D5B76698787E22F0FB043D2B055E733F9E2E3299AAE2DB9B6 height=607 module=state
10:00AM INF indexed block events height=607 module=txindex
10:00AM INF finalized block block_app_hash=2B4ABE4DB2624CFD1E52BB28792D65C09BFA4AF82B691BB30EFC02A5DE7A0A51 height=608 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=2B4ABE4DB2624CFD1E52BB28792D65C09BFA4AF82B691BB30EFC02A5DE7A0A51 height=608 module=state
10:00AM INF committed state block_app_hash=E76A29035AAD10AF46C52227E8DD52A08AD1D352C509B59C59E6546D12DC5402 height=608 module=state
10:00AM INF indexed block events height=608 module=txindex
10:00AM INF finalized block block_app_hash=1CDDE110B0DF65A4F1143BAC6038CFC22172761D9A73BE561ECC13291B755EE5 height=609 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=1CDDE110B0DF65A4F1143BAC6038CFC22172761D9A73BE561ECC13291B755EE5 height=609 module=state
10:00AM INF committed state block_app_hash=2B4ABE4DB2624CFD1E52BB28792D65C09BFA4AF82B691BB30EFC02A5DE7A0A51 height=609 module=state
10:00AM INF indexed block events height=609 module=txindex
10:00AM INF finalized block block_app_hash=09BC2395EFF4FE08D035F2933BF099D21C0BC40FA7FCA34405764C091A73BF97 height=610 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=09BC2395EFF4FE08D035F2933BF099D21C0BC40FA7FCA34405764C091A73BF97 height=610 module=state
10:00AM INF committed state block_app_hash=1CDDE110B0DF65A4F1143BAC6038CFC22172761D9A73BE561ECC13291B755EE5 height=610 module=state
10:00AM INF finalized block block_app_hash=F0E985998885B3CAD22CDE1A8EF2D9B490F098D85BA1C58788E2ACA6DF12A7E2 height=611 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=F0E985998885B3CAD22CDE1A8EF2D9B490F098D85BA1C58788E2ACA6DF12A7E2 height=611 module=state
10:00AM INF indexed block events height=610 module=txindex
10:00AM INF committed state block_app_hash=09BC2395EFF4FE08D035F2933BF099D21C0BC40FA7FCA34405764C091A73BF97 height=611 module=state
10:00AM INF indexed block events height=611 module=txindex
10:00AM INF finalized block block_app_hash=09E478776A7A8F08E46B9F11490655033D7E0F4419E0AE20077E7D9EDE3BCE4C height=612 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=09E478776A7A8F08E46B9F11490655033D7E0F4419E0AE20077E7D9EDE3BCE4C height=612 module=state
10:00AM INF committed state block_app_hash=F0E985998885B3CAD22CDE1A8EF2D9B490F098D85BA1C58788E2ACA6DF12A7E2 height=612 module=state
10:00AM INF indexed block events height=612 module=txindex
10:00AM INF finalized block block_app_hash=100CB6F25CA2B7BFF381D0E2FD0675CE9EDF60427E03D1B30A122C34853D9AD9 height=613 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=100CB6F25CA2B7BFF381D0E2FD0675CE9EDF60427E03D1B30A122C34853D9AD9 height=613 module=state
10:00AM INF committed state block_app_hash=09E478776A7A8F08E46B9F11490655033D7E0F4419E0AE20077E7D9EDE3BCE4C height=613 module=state
10:00AM INF indexed block events height=613 module=txindex
10:00AM INF finalized block block_app_hash=F6BFA8977F7921058B35142413121624571C233C2DFC29456E39CB54E590B1B2 height=614 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=F6BFA8977F7921058B35142413121624571C233C2DFC29456E39CB54E590B1B2 height=614 module=state
10:00AM INF committed state block_app_hash=100CB6F25CA2B7BFF381D0E2FD0675CE9EDF60427E03D1B30A122C34853D9AD9 height=614 module=state
10:00AM INF indexed block events height=614 module=txindex
10:00AM INF finalized block block_app_hash=6DAB01B9C27130904B44FDA4522721718FE13325295434C09F1B6A98DC3FE9F1 height=615 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=6DAB01B9C27130904B44FDA4522721718FE13325295434C09F1B6A98DC3FE9F1 height=615 module=state
10:00AM INF committed state block_app_hash=F6BFA8977F7921058B35142413121624571C233C2DFC29456E39CB54E590B1B2 height=615 module=state
10:00AM INF indexed block events height=615 module=txindex
10:00AM INF finalized block block_app_hash=97AA243CE7E32846500185E56CF34B55F20334CEC2B711C356CB9EE6CFA4D7EC height=616 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=97AA243CE7E32846500185E56CF34B55F20334CEC2B711C356CB9EE6CFA4D7EC height=616 module=state
10:00AM INF committed state block_app_hash=6DAB01B9C27130904B44FDA4522721718FE13325295434C09F1B6A98DC3FE9F1 height=616 module=state
10:00AM INF indexed block events height=616 module=txindex
10:00AM INF finalized block block_app_hash=E177287F016D7BDEB481C55E921D934B95B885A1BAD61121675E1620D8F56063 height=617 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=E177287F016D7BDEB481C55E921D934B95B885A1BAD61121675E1620D8F56063 height=617 module=state
10:00AM INF committed state block_app_hash=97AA243CE7E32846500185E56CF34B55F20334CEC2B711C356CB9EE6CFA4D7EC height=617 module=state
10:00AM INF indexed block events height=617 module=txindex
10:00AM INF finalized block block_app_hash=DB1EF22F0236898858A689ADE66BDACE8062EE86EE13C9B270BCFDCBD72A3E77 height=618 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=DB1EF22F0236898858A689ADE66BDACE8062EE86EE13C9B270BCFDCBD72A3E77 height=618 module=state
10:00AM INF committed state block_app_hash=E177287F016D7BDEB481C55E921D934B95B885A1BAD61121675E1620D8F56063 height=618 module=state
10:00AM INF indexed block events height=618 module=txindex
10:00AM INF finalized block block_app_hash=C675203EBF81E835A09AB2FC7435ECBF5A91DB541B72B67B866B58A0B8E7BFA3 height=619 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=C675203EBF81E835A09AB2FC7435ECBF5A91DB541B72B67B866B58A0B8E7BFA3 height=619 module=state
10:00AM INF committed state block_app_hash=DB1EF22F0236898858A689ADE66BDACE8062EE86EE13C9B270BCFDCBD72A3E77 height=619 module=state
10:00AM INF indexed block events height=619 module=txindex
10:00AM INF finalized block block_app_hash=D5980A686AED6D52C30E401303936FBD6A33EE61F0DF1E2D3298702A5B27C345 height=620 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=D5980A686AED6D52C30E401303936FBD6A33EE61F0DF1E2D3298702A5B27C345 height=620 module=state
10:00AM INF committed state block_app_hash=C675203EBF81E835A09AB2FC7435ECBF5A91DB541B72B67B866B58A0B8E7BFA3 height=620 module=state
10:00AM INF indexed block events height=620 module=txindex
10:00AM INF finalized block block_app_hash=F9239E65D34087B4FA28968239709C3FA4A9916F468530FBD43AC00269359110 height=621 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=F9239E65D34087B4FA28968239709C3FA4A9916F468530FBD43AC00269359110 height=621 module=state
10:00AM INF committed state block_app_hash=D5980A686AED6D52C30E401303936FBD6A33EE61F0DF1E2D3298702A5B27C345 height=621 module=state
10:00AM INF indexed block events height=621 module=txindex
10:00AM INF finalized block block_app_hash=F8FBDF18F89ABE5195801FCC11B936C91E176D0BCBCD70DF10D54EE1A30F45FB height=622 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=F8FBDF18F89ABE5195801FCC11B936C91E176D0BCBCD70DF10D54EE1A30F45FB height=622 module=state
10:00AM INF committed state block_app_hash=F9239E65D34087B4FA28968239709C3FA4A9916F468530FBD43AC00269359110 height=622 module=state
10:00AM INF indexed block events height=622 module=txindex
10:00AM INF finalized block block_app_hash=AE36CDBD10D792E9D4C8E34E614CFBABCE676988A1F0AD2D1DD91008ED8F24B3 height=623 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=AE36CDBD10D792E9D4C8E34E614CFBABCE676988A1F0AD2D1DD91008ED8F24B3 height=623 module=state
10:00AM INF committed state block_app_hash=F8FBDF18F89ABE5195801FCC11B936C91E176D0BCBCD70DF10D54EE1A30F45FB height=623 module=state
10:00AM INF indexed block events height=623 module=txindex
10:00AM INF finalized block block_app_hash=85E0F07CB12E6EE18EC9A805F1152E0755FF7A5E113441EC6398B4D4EBF35489 height=624 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=85E0F07CB12E6EE18EC9A805F1152E0755FF7A5E113441EC6398B4D4EBF35489 height=624 module=state
10:00AM INF committed state block_app_hash=AE36CDBD10D792E9D4C8E34E614CFBABCE676988A1F0AD2D1DD91008ED8F24B3 height=624 module=state
10:00AM INF indexed block events height=624 module=txindex
10:00AM INF finalized block block_app_hash=953D8E1A16AAA1C2953269D92D2AEA77F58FB1608C6CE8C5C49CB3C7EBC61742 height=625 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=953D8E1A16AAA1C2953269D92D2AEA77F58FB1608C6CE8C5C49CB3C7EBC61742 height=625 module=state
10:00AM INF committed state block_app_hash=85E0F07CB12E6EE18EC9A805F1152E0755FF7A5E113441EC6398B4D4EBF35489 height=625 module=state
10:00AM INF indexed block events height=625 module=txindex
10:00AM INF finalized block block_app_hash=F3FF600F97B5AE8EE4017EC126F2A28911E3518C85920CCDA42BBB2C09AFDC4C height=626 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=F3FF600F97B5AE8EE4017EC126F2A28911E3518C85920CCDA42BBB2C09AFDC4C height=626 module=state
10:00AM INF committed state block_app_hash=953D8E1A16AAA1C2953269D92D2AEA77F58FB1608C6CE8C5C49CB3C7EBC61742 height=626 module=state
10:00AM INF indexed block events height=626 module=txindex
10:00AM INF finalized block block_app_hash=571E705A76C8920501EFDF4A5F4C5C4B5F5B7DCC8C7FFD63D9B40F84BCA5B1F1 height=627 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=571E705A76C8920501EFDF4A5F4C5C4B5F5B7DCC8C7FFD63D9B40F84BCA5B1F1 height=627 module=state
10:00AM INF committed state block_app_hash=F3FF600F97B5AE8EE4017EC126F2A28911E3518C85920CCDA42BBB2C09AFDC4C height=627 module=state
10:00AM INF indexed block events height=627 module=txindex
10:00AM INF finalized block block_app_hash=0E84FB96A0D4A594A88DE6074171488F0559E6A5A08744E1A8ABD2AB4B6BBA1C height=628 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=0E84FB96A0D4A594A88DE6074171488F0559E6A5A08744E1A8ABD2AB4B6BBA1C height=628 module=state
10:00AM INF committed state block_app_hash=571E705A76C8920501EFDF4A5F4C5C4B5F5B7DCC8C7FFD63D9B40F84BCA5B1F1 height=628 module=state
10:00AM INF finalized block block_app_hash=BBB4CDFFBE051046712426285F9D05F9E763F08FF91904BEBDA9EF164322D106 height=629 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=BBB4CDFFBE051046712426285F9D05F9E763F08FF91904BEBDA9EF164322D106 height=629 module=state
10:00AM INF indexed block events height=628 module=txindex
10:00AM INF committed state block_app_hash=0E84FB96A0D4A594A88DE6074171488F0559E6A5A08744E1A8ABD2AB4B6BBA1C height=629 module=state
10:00AM INF indexed block events height=629 module=txindex
10:00AM INF finalized block block_app_hash=2AD51EC902C9E48DFB655545D57F14D884D8442577B889208C1F9B0919C82B37 height=630 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=2AD51EC902C9E48DFB655545D57F14D884D8442577B889208C1F9B0919C82B37 height=630 module=state
10:00AM INF committed state block_app_hash=BBB4CDFFBE051046712426285F9D05F9E763F08FF91904BEBDA9EF164322D106 height=630 module=state
10:00AM INF indexed block events height=630 module=txindex
10:00AM INF Time to switch to consensus reactor! height=631 module=blocksync
10:00AM INF service stop impl=BlockPool module=blocksync msg="Stopping BlockPool service"
10:00AM INF SwitchToConsensus module=consensus
10:00AM INF service start impl=ConsensusState module=consensus msg="Starting State service"
10:00AM INF service start impl=baseWAL module=consensus msg="Starting baseWAL service" wal=/home/raul/.ignite-wasm-fix/data/cs.wal/wal
10:00AM INF service start impl=Group module=consensus msg="Starting Group service" wal=/home/raul/.ignite-wasm-fix/data/cs.wal/wal
10:00AM INF service start impl=TimeoutTicker module=consensus msg="Starting TimeoutTicker service"
10:00AM INF commit is for a block we do not know about; set ProposalBlock=nil commit=9487A6BA88FAB0115881A586C2E0D5E4DAE568B70EDC349F596A1CD3591C811E commit_round=0 height=631 module=consensus proposal=
10:00AM INF received complete proposal block hash=9487A6BA88FAB0115881A586C2E0D5E4DAE568B70EDC349F596A1CD3591C811E height=631 module=consensus
10:00AM INF finalizing commit of block hash=9487A6BA88FAB0115881A586C2E0D5E4DAE568B70EDC349F596A1CD3591C811E height=631 module=consensus num_txs=0 root=2AD51EC902C9E48DFB655545D57F14D884D8442577B889208C1F9B0919C82B37
10:00AM INF finalized block block_app_hash=412068B2FE10D7824BFD5460C38157E1A67B28B68BE47037218A094842795E9B height=631 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=412068B2FE10D7824BFD5460C38157E1A67B28B68BE47037218A094842795E9B height=631 module=state
10:00AM INF committed state block_app_hash=2AD51EC902C9E48DFB655545D57F14D884D8442577B889208C1F9B0919C82B37 height=631 module=state
10:00AM INF indexed block events height=631 module=txindex
10:00AM INF commit is for a block we do not know about; set ProposalBlock=nil commit=D4A58F34652F3FF371EC952A615FF5BB0EEACCF4A60FA6B75FE25E1B625A3888 commit_round=0 height=632 module=consensus proposal=
10:00AM INF received complete proposal block hash=D4A58F34652F3FF371EC952A615FF5BB0EEACCF4A60FA6B75FE25E1B625A3888 height=632 module=consensus
10:00AM INF finalizing commit of block hash=D4A58F34652F3FF371EC952A615FF5BB0EEACCF4A60FA6B75FE25E1B625A3888 height=632 module=consensus num_txs=0 root=412068B2FE10D7824BFD5460C38157E1A67B28B68BE47037218A094842795E9B
10:00AM INF finalized block block_app_hash=0E84E7E7D536AA78C783644FC1CE072AB358A742DDFA5921B4BF320A04A78186 height=632 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=0E84E7E7D536AA78C783644FC1CE072AB358A742DDFA5921B4BF320A04A78186 height=632 module=state
10:00AM INF committed state block_app_hash=412068B2FE10D7824BFD5460C38157E1A67B28B68BE47037218A094842795E9B height=632 module=state
10:00AM INF indexed block events height=632 module=txindex
10:00AM INF commit is for a block we do not know about; set ProposalBlock=nil commit=7810C042C657FFFBB107D2FB7F9252408255F52E782C6A7CFB97CD737C5987E1 commit_round=0 height=633 module=consensus proposal=
10:00AM INF received complete proposal block hash=7810C042C657FFFBB107D2FB7F9252408255F52E782C6A7CFB97CD737C5987E1 height=633 module=consensus
10:00AM INF finalizing commit of block hash=7810C042C657FFFBB107D2FB7F9252408255F52E782C6A7CFB97CD737C5987E1 height=633 module=consensus num_txs=0 root=0E84E7E7D536AA78C783644FC1CE072AB358A742DDFA5921B4BF320A04A78186
10:00AM INF finalized block block_app_hash=9564349B247783B03D0C1AD4120A91386872A8F937560229843A8ECAA73F9EDC height=633 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=9564349B247783B03D0C1AD4120A91386872A8F937560229843A8ECAA73F9EDC height=633 module=state
10:00AM INF committed state block_app_hash=0E84E7E7D536AA78C783644FC1CE072AB358A742DDFA5921B4BF320A04A78186 height=633 module=state
10:00AM INF indexed block events height=633 module=txindex
10:00AM INF Timed out dur=4989.084716 height=634 module=consensus round=0 step=RoundStepNewHeight
10:00AM INF commit is for a block we do not know about; set ProposalBlock=nil commit=5900B61BD7B35EF827EC1C8B7370131132D09F8ED83FECAAE362EE91714A96C3 commit_round=0 height=634 module=consensus proposal=
10:00AM INF received complete proposal block hash=5900B61BD7B35EF827EC1C8B7370131132D09F8ED83FECAAE362EE91714A96C3 height=634 module=consensus
10:00AM INF finalizing commit of block hash=5900B61BD7B35EF827EC1C8B7370131132D09F8ED83FECAAE362EE91714A96C3 height=634 module=consensus num_txs=0 root=9564349B247783B03D0C1AD4120A91386872A8F937560229843A8ECAA73F9EDC
10:00AM INF finalized block block_app_hash=7A40B647ED2BAF57EE611B5DDB6F905727F72E7FAAE700CF2387E134F49C73FD height=634 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=7A40B647ED2BAF57EE611B5DDB6F905727F72E7FAAE700CF2387E134F49C73FD height=634 module=state
10:00AM INF committed state block_app_hash=9564349B247783B03D0C1AD4120A91386872A8F937560229843A8ECAA73F9EDC height=634 module=state
10:00AM INF indexed block events height=634 module=txindex
10:00AM INF Timed out dur=4989.448103 height=635 module=consensus round=0 step=RoundStepNewHeight
10:00AM INF commit is for a block we do not know about; set ProposalBlock=nil commit=F4CF329DD918FF9ED4548569AC28A85D27F9DB63053CEA5CD6B30B3BCA4D2EE6 commit_round=0 height=635 module=consensus proposal=
10:00AM INF received complete proposal block hash=F4CF329DD918FF9ED4548569AC28A85D27F9DB63053CEA5CD6B30B3BCA4D2EE6 height=635 module=consensus
10:00AM INF finalizing commit of block hash=F4CF329DD918FF9ED4548569AC28A85D27F9DB63053CEA5CD6B30B3BCA4D2EE6 height=635 module=consensus num_txs=0 root=7A40B647ED2BAF57EE611B5DDB6F905727F72E7FAAE700CF2387E134F49C73FD
10:00AM INF finalized block block_app_hash=3C3AF0A01C5ACBE105997E25CA815D3D63F3B589F7E7DB87F6A192EA4C08AF6D height=635 module=state num_txs_res=0 num_val_updates=0
10:00AM INF executed block app_hash=3C3AF0A01C5ACBE105997E25CA815D3D63F3B589F7E7DB87F6A192EA4C08AF6D height=635 module=state
10:00AM INF committed state block_app_hash=7A40B647ED2BAF57EE611B5DDB6F905727F72E7FAAE700CF2387E134F49C73FD height=635 module=state
10:00AM INF indexed block events height=635 module=txindex

It passed the upgrade! Let's stop & start and check if it forks or not (like in previous issues)

RaulBernal commented 2 months ago

I have tested:

I'm going apply it to my live devnet at BitCanna Good work! @faddat @julienrbrt @Pantani and the rest of Ignite Team

RaulBernal commented 2 months ago

Is it necessary ?

7:55AM INF Module: ignitewasmfix, Version: 1 module=server
RaulBernal commented 2 months ago

I saw this log's lines in the RPC-Node (Maybe I need to convert it in Validator to test the real consensus)

11:59AM INF commit is for a block we do not know about; set ProposalBlock=nil commit=CFFF23515DCC2D39E06F1EBE108DCBE730B777F7BBC533D005323F40798D6C28 commit_round=0 height=2061 module=consensus proposal=
11:59AM INF received complete proposal block hash=CFFF23515DCC2D39E06F1EBE108DCBE730B777F7BBC533D005323F40798D6C28 height=2061 module=consensus
11:59AM INF finalizing commit of block hash=CFFF23515DCC2D39E06F1EBE108DCBE730B777F7BBC533D005323F40798D6C28 height=2061 module=consensus num_txs=0 root=08B235C168F783E97526060AB5D0A964FAB45A4427FFC364DEEB9A641CDE7531
11:59AM ERR OE aborted due to hash mismatch module=oe oe_hash=dfde5f80a5701c659dbdf65bf3d1d6acbba09232219cda188df092cbfd6fc9e4 oe_height=2060 req_hash=cfff23515dcc2d39e06f1ebe108dcbe730b777f7bbc533d005323f40798d6c28 req_height=2060
11:59AM INF finalized block block_app_hash=BF28EDA70B6C7B0A693A75186E0C58897F9A2378FB41293D88EC0959A2C4733D height=2061 module=state num_txs_res=0 num_val_updates=0
11:59AM INF executed block app_hash=BF28EDA70B6C7B0A693A75186E0C58897F9A2378FB41293D88EC0959A2C4733D height=2061 module=state

it happens from time to time (not a fixed name of blocks, sometimes 8 blocks sometimes 3 blocks

RaulBernal commented 2 months ago

I've created a new validator and worked BUT when I put more power on it (slightly more than 50%) the connection between them is broke.... it's very weird because no consensus error, only rejecting the peer

AFTER CREATE THE VAL AND PUT MORE VP (lightly +50%)
3:15PM INF received complete proposal block hash=0A79CB76029B5CEF13F0E08B3BFED876705CBA7C09E669088C696D7623DA9B91 height=4405 module=consensus
3:15PM INF finalizing commit of block hash=0A79CB76029B5CEF13F0E08B3BFED876705CBA7C09E669088C696D7623DA9B91 height=4405 module=consensus num_txs=1 root=550510C4B02B1904AA039529CF4B084E240DF77C7C0749746F9DAF0A2D787988
3:15PM INF finalized block block_app_hash=135DE1E650A8BB7E1A2262CABD116435EE6368756264A512D21DF5BA064CF142 height=4405 module=state num_txs_res=1 num_val_updates=1
3:15PM INF executed block app_hash=135DE1E650A8BB7E1A2262CABD116435EE6368756264A512D21DF5BA064CF142 height=4405 module=state
3:15PM INF updates to validators module=state updates=164C0869522099DCA86716AB9AFA087CF47FAEC0:101
3:15PM INF committed state block_app_hash=550510C4B02B1904AA039529CF4B084E240DF77C7C0749746F9DAF0A2D787988 height=4405 module=state
3:15PM INF indexed block events height=4405 module=txindex
3:15PM INF Timed out dur=4987.243738 height=4406 module=consensus round=0 step=RoundStepNewHeight
3:15PM INF received proposal module=consensus proposal="Proposal{4406/0 (F515477F2FD72C9B2876C924A13D6503A1C8940790B7D814E4DB011620F67C7F:1:EFDE13C50463, -1) 0B8C9881C3C0 @ 2024-09-02T13:15:21.682635026Z}" proposer=52504B9F4B661B1DD2DF5B51B3581C7DCA5F7AFA
3:15PM INF received complete proposal block hash=F515477F2FD72C9B2876C924A13D6503A1C8940790B7D814E4DB011620F67C7F height=4406 module=consensus
3:15PM INF finalizing commit of block hash=F515477F2FD72C9B2876C924A13D6503A1C8940790B7D814E4DB011620F67C7F height=4406 module=consensus num_txs=0 root=135DE1E650A8BB7E1A2262CABD116435EE6368756264A512D21DF5BA064CF142
3:15PM INF finalized block block_app_hash=9549F726E280B63347E50FB1F96D4B05A45C094D507A53EFBC3007383C3416E7 height=4406 module=state num_txs_res=0 num_val_updates=0
3:15PM INF executed block app_hash=9549F726E280B63347E50FB1F96D4B05A45C094D507A53EFBC3007383C3416E7 height=4406 module=state
3:15PM INF committed state block_app_hash=135DE1E650A8BB7E1A2262CABD116435EE6368756264A512D21DF5BA064CF142 height=4406 module=state
3:15PM INF indexed block events height=4406 module=txindex

3:15PM INF Timed out dur=4987.965735 height=4407 module=consensus round=0 step=RoundStepNewHeight
3:15PM INF Timed out dur=3000 height=4407 module=consensus round=0 step=RoundStepPropose
3:15PM INF Ensure peers module=pex numDialing=0 numInPeers=0 numOutPeers=1 numToDial=9
3:15PM INF We need more addresses. Sending pexRequest to random peer module=pex peer="Peer{MConn{212.227.151.143:26656} bfb4e96ee52f223a867ead03112d9c9bdef9aeb4 out}"
3:15PM INF No addresses to dial. Falling back to seeds module=pex
3:15PM INF Saving AddrBook to file book=/home/raul/.ignite-wasm-fix/config/addrbook.json module=p2p size=1

3:16PM INF Ensure peers module=pex numDialing=0 numInPeers=0 numOutPeers=1 numToDial=9
3:16PM INF We need more addresses. Sending pexRequest to random peer module=pex peer="Peer{MConn{212.227.151.143:26656} bfb4e96ee52f223a867ead03112d9c9bdef9aeb4 out}"
3:16PM INF No addresses to dial. Falling back to seeds module=pex
RaulBernal commented 2 months ago

More detailed logs:

Val_1 (around 49%)

ignite-wasm-fixd start --log_level trace 
2:02PM DBG loadVersion module=server ver=4406
2:02PM DBG loadVersion commitID hash=47e26234e0c5d5bafdbefd7746215610d76f84713655508e4663c326b1fdd0df key="KVStoreKey{0xc00195ab10, icahost}" module=server ver=4406
2:02PM DBG Finished loading IAVL tree module=server
2:02PM DBG loadVersion commitID hash=e6399686154575bfc1838d859d1dd80d68be24b6bf5d5e5d03b1a98d4f58b3de key="KVStoreKey{0xc00195ab20, icacontroller}" module=server ver=4406
2:02PM DBG Finished loading IAVL tree module=server
2:02PM DBG loadVersion commitID hash=5ce5642570d0adac2c0626502bf0ab02e918391640683b730f79133ee36a8c1e key="KVStoreKey{0xc0006dc680, bank}" module=server ver=4406
2:02PM DBG Finished loading IAVL tree module=server
2:02PM DBG loadVersion commitID hash= key="TransientStoreKey{0xc00195ab40, transient_params}" module=server ver=4406
2:02PM DBG loadVersion commitID hash=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 key="KVStoreKey{0xc000de3080, nft}" module=server ver=4406
2:02PM DBG Finished loading IAVL tree module=server
2:02PM DBG loadVersion commitID hash=d5089edeb8aaec7861fde339a8e6eded3c05cd3a9c5fd99d765ed9ab8894a19d key="KVStoreKey{0xc00195aad0, capability}" module=server ver=4406
2:02PM DBG Finished loading IAVL tree module=server
2:02PM DBG loadVersion commitID hash=90fdae9ef2124b88045deea846624eed6bc9e5e5422fada847b882fb66d81f17 key="KVStoreKey{0xc00195aaf0, transfer}" module=server ver=4406
2:02PM DBG Finished loading IAVL tree module=server
2:02PM DBG loadVersion commitID hash=b9784ebaa8b15a210e42268c2ca7b8c6df7c949a4b42a5bf499cbd221d1f9c45 key="KVStoreKey{0xc000e81b40, ignitewasmfix}" module=server ver=4406
2:02PM DBG Finished loading IAVL tree module=server
2:02PM DBG loadVersion commitID hash= key="MemoryStoreKey{0xc00195ab30, memory:capability}" module=server ver=4406
2:02PM DBG loadVersion commitID hash=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 key="KVStoreKey{0xc00098a090, params}" module=server ver=4406
2:02PM DBG Finished loading IAVL tree module=server
2:02PM DBG loadVersion commitID hash= key="TransientStoreKey{0xc00098a9c0, transient:params}" module=server ver=4406
2:02PM DBG loadVersion commitID hash=f5065a5f1d85af143fd2907fb42d5c5c23dc6f7f6dd6fced241d4a080f937a1c key="KVStoreKey{0xc0004fe300, staking}" module=server ver=4406
2:02PM DBG Finished loading IAVL tree module=server
2:02PM DBG loadVersion commitID hash=35760e4a68fbc1cdd5b3b181b90d04f51390a0aa55476cdb40924d1494bf3d1d key="KVStoreKey{0xc0007319c0, consensus}" module=server ver=4406
2:02PM DBG Finished loading IAVL tree module=server
2:02PM DBG loadVersion commitID hash=38eb3cafc1b78ea8ea0179067f2a52c69bcb8c0520bbc587fbf809891966d680 key="KVStoreKey{0xc000cf3410, crisis}" module=server ver=4406
2:02PM DBG Finished loading IAVL tree module=server
2:02PM DBG loadVersion commitID hash=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 key="KVStoreKey{0xc000e812d0, circuit}" module=server ver=4406
2:02PM DBG Finished loading IAVL tree module=server
2:02PM DBG loadVersion commitID hash=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 key="KVStoreKey{0xc000de2050, evidence}" module=server ver=4406
2:02PM DBG Finished loading IAVL tree module=server
2:02PM DBG loadVersion commitID hash=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 key="KVStoreKey{0xc00195ab00, feeibc}" module=server ver=4406
2:02PM DBG Finished loading IAVL tree module=server
2:02PM DBG loadVersion commitID hash=523b370e1e2779d18a94277aa76ebf58d8ff6eb4ba69885fb6d8b697fc7188b6 key="KVStoreKey{0xc000c36830, slashing}" module=server ver=4406
2:02PM DBG Finished loading IAVL tree module=server
2:02PM DBG loadVersion commitID hash=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 key="KVStoreKey{0xc000d9fad0, authz}" module=server ver=4406
2:02PM DBG Finished loading IAVL tree module=server
2:02PM DBG loadVersion commitID hash=9a3b74bfa8bed5be6d7b2240ce3a6bf632e85a8825d872008fc0cf1a399e8472 key="KVStoreKey{0xc00081de30, gov}" module=server ver=4406
2:02PM DBG Finished loading IAVL tree module=server
2:02PM DBG loadVersion commitID hash=761f830640b1f949b56c396840c94aec2b5869fb92106a8f07933ebada25ce7a key="KVStoreKey{0xc000d9e6c0, upgrade}" module=server ver=4406
2:02PM DBG Finished loading IAVL tree module=server
2:02PM DBG loadVersion commitID hash=04aa79f2459ed80209023778534f4b00f1cdc9f0d069ee9791446c6546d9f611 key="KVStoreKey{0xc002d273f0, wasm}" module=server ver=4406
2:02PM DBG Finished loading IAVL tree module=server
2:02PM DBG loadVersion commitID hash=dff6975b9c843ca44416de63b2b36c0850d0fb049bda028b719d5ff0cf8656ed key="KVStoreKey{0xc0006dd0b0, acc}" module=server ver=4406
2:02PM DBG Finished loading IAVL tree module=server
2:02PM DBG loadVersion commitID hash=a89113c07ae262e84fa49e6d9111bf7c638679604357fa388526a976cfd021e0 key="KVStoreKey{0xc000de3f40, group}" module=server ver=4406
2:02PM DBG Finished loading IAVL tree module=server
2:02PM DBG loadVersion commitID hash=b1e158cb3a9c018cc9d425bc3e8711cdf5c53b1dfa37a4d8dda28590d3f4eb1e key="KVStoreKey{0xc00195aae0, ibc}" module=server ver=4406
2:02PM DBG Finished loading IAVL tree module=server
2:02PM DBG loadVersion commitID hash=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 key="KVStoreKey{0xc000700580, feegrant}" module=server ver=4406
2:02PM DBG Finished loading IAVL tree module=server
2:02PM DBG loadVersion commitID hash=b74fd2c71c3dbcec2a300c3a900428997bdff4a8651450406236ba3574cede25 key="KVStoreKey{0xc0005d6660, distribution}" module=server ver=4406
2:02PM DBG Finished loading IAVL tree module=server
2:02PM DBG loadVersion commitID hash=c64a077f82d31897244ce482d2e784511ff3926a575b105431e9087e118c9086 key="KVStoreKey{0xc00081c590, mint}" module=server ver=4406
2:02PM DBG Finished loading IAVL tree module=server
2:02PM INF starting node with ABCI CometBFT in-process module=server
2:02PM INF service start impl=multiAppConn module=proxy msg="Starting multiAppConn service"
2:02PM INF service start connection=query impl=localClient module=abci-client msg="Starting localClient service"
2:02PM INF service start connection=snapshot impl=localClient module=abci-client msg="Starting localClient service"
2:02PM INF service start connection=mempool impl=localClient module=abci-client msg="Starting localClient service"
2:02PM INF service start connection=consensus impl=localClient module=abci-client msg="Starting localClient service"
2:02PM INF service start impl=EventBus module=events msg="Starting EventBus service"
2:02PM INF service start impl=PubSub module=pubsub msg="Starting PubSub service"
2:02PM INF service start impl=IndexerService module=txindex msg="Starting IndexerService service"
2:02PM INF ABCI Handshake App Info hash=9549F726E280B63347E50FB1F96D4B05A45C094D507A53EFBC3007383C3416E7 height=4406 module=consensus protocol-version=0 software-version=2.0.0
2:02PM INF ABCI Replay Blocks appHeight=4406 module=consensus stateHeight=4406 storeHeight=4406
2:02PM INF Completed ABCI Handshake - CometBFT and App are synced appHash=9549F726E280B63347E50FB1F96D4B05A45C094D507A53EFBC3007383C3416E7 appHeight=4406 module=consensus
2:02PM INF Version info abci=2.0.0 block=11 commit_hash= module=server p2p=8 tendermint_version=0.38.11
2:02PM INF This node is a validator addr=52504B9F4B661B1DD2DF5B51B3581C7DCA5F7AFA module=consensus pubKey=PubKeyEd25519{6AD7EAEAEA4FE9D2A2E2E31797B679BDB1D3F6014191F521CF08F20BA804436F}
2:02PM INF P2P Node ID ID=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4 file=/home/raul/.ignite-wasm-fix/config/node_key.json module=p2p
2:02PM INF Adding persistent peers addrs=["764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656"] module=p2p
2:02PM INF Adding unconditional peer ids ids=[] module=p2p
2:02PM INF Add our address to book addr=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@0.0.0.0:26656 book=/home/raul/.ignite-wasm-fix/config/addrbook.json module=p2p
2:02PM INF service start impl=Node module=server msg="Starting Node service"
2:02PM INF service start impl="P2P Switch" module=p2p msg="Starting P2P Switch service"
2:02PM INF service start impl=Mempool module=mempool msg="Starting Mempool service"
2:02PM INF service start impl=Reactor module=blocksync msg="Starting Reactor service"
2:02PM INF serve module=rpc-server msg="Starting RPC HTTP server on 127.0.0.1:26657"
2:02PM INF service start impl=BlockPool module=blocksync msg="Starting BlockPool service"
2:02PM INF service start impl=ConsensusReactor module=consensus msg="Starting Consensus service"
2:02PM INF Reactor  module=consensus waitSync=true
2:02PM INF service start impl=Evidence module=evidence msg="Starting Evidence service"
2:02PM INF service start impl=StateSync module=statesync msg="Starting StateSync service"
2:02PM INF service start impl=PEX module=pex msg="Starting PEX service"
2:02PM INF service start book=/home/raul/.ignite-wasm-fix/config/addrbook.json impl=AddrBook module=p2p msg="Starting AddrBook service"
2:02PM INF Saving AddrBook to file book=/home/raul/.ignite-wasm-fix/config/addrbook.json module=p2p size=2
2:02PM INF Ensure peers module=pex numDialing=0 numInPeers=0 numOutPeers=0 numToDial=10
2:02PM DBG Dialing peer address=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656 module=p2p
2:02PM DBG Dialing peer address=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:26656 module=p2p
2:02PM INF Inbound Peer rejected err="filtered CONN<212.227.151.143:59308>: duplicate CONN<212.227.151.143:59308>" module=p2p numPeers=0
2:02PM DBG dialing failed (attempts: 1): auth failure: secret conn failed: EOF addr=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:26656 module=pex
2:02PM DBG gRPC client assigned to client context module=server target=localhost:9090
2:02PM INF starting gRPC server... address=localhost:9090 module=grpc-server
2:02PM INF service start impl="Peer{MConn{154.12.228.245:26656} 764ad3240e2cc028a2ed63fde731146ad4223519 out}" module=p2p msg="Starting Peer service" peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM INF service start impl=MConn{154.12.228.245:26656} module=p2p msg="Starting MConnection service" peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM DBG Request addrs from="Peer{MConn{154.12.228.245:26656} 764ad3240e2cc028a2ed63fde731146ad4223519 out}" module=pex
2:02PM DBG Send channel=0 conn=MConn{154.12.228.245:26656} module=p2p msgBytes=0A00 peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM DBG Send channel=64 conn=MConn{154.12.228.245:26656} module=p2p msgBytes=2A0508B6221001 peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM DBG Added peer module=p2p peer="Peer{MConn{154.12.228.245:26656} 764ad3240e2cc028a2ed63fde731146ad4223519 out}"
2:02PM DBG No votes to send, sleeping localPC=__ localPV=__ module=consensus peer="Peer{MConn{154.12.228.245:26656} 764ad3240e2cc028a2ed63fde731146ad4223519 out}" peerPC=null peerPV=null prs.Height=0 rs.Height=4407
2:02PM DBG Flush conn=MConn{154.12.228.245:26656} module=p2p peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM DBG Read PacketMsg conn=MConn{154.12.228.245:26656} module=p2p packet={"channel_id":64,"data":"KgUItiIQAQ==","eof":true} peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM DBG Received bytes chID=64 module=p2p msgBytes="*\x05\b�\"\x10\x01" peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM DBG Receive chID=64 e.Src="Peer{MConn{154.12.228.245:26656} 764ad3240e2cc028a2ed63fde731146ad4223519 out}" module=blocksync msg="height:4406 base:1 "
2:02PM DBG Read PacketMsg conn=MConn{154.12.228.245:26656} module=p2p packet={"data":"EoEBCj4KKDc2NGFkMzI0MGUyY2MwMjhhMmVkNjNmZGU3MzExNDZhZDQyMjM1MTkSDjE1NC4xMi4yMjguMjQ1GKDQAQo/CihiZmI0ZTk2ZWU1MmYyMjNhODY3ZWFkMDMxMTJkOWM5YmRlZjlhZWI0Eg8yMTIuMjI3LjE1MS4xNDMYoNAB","eof":true} peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM DBG Received bytes chID=0 module=p2p msgBytes="\x12�\x01\n>\n(764ad3240e2cc028a2ed63fde731146ad4223519\x12\x0e154.12.228.245\x18��\x01\n?\n(bfb4e96ee52f223a867ead03112d9c9bdef9aeb4\x12\x0f212.227.151.143\x18��\x01" peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM DBG Received message chId=0 module=pex msg="addrs:<id:\"764ad3240e2cc028a2ed63fde731146ad4223519\" ip:\"154.12.228.245\" port:26656 > addrs:<id:\"bfb4e96ee52f223a867ead03112d9c9bdef9aeb4\" ip:\"212.227.151.143\" port:26656 > " src="Peer{MConn{154.12.228.245:26656} 764ad3240e2cc028a2ed63fde731146ad4223519 out}"
2:02PM DBG Consensus ticker inbound=0 lastHeight=4406 module=blocksync numPending=0 outbound=1 total=0
2:02PM INF Time to switch to consensus reactor! height=4407 module=blocksync
2:02PM INF service stop impl=BlockPool module=blocksync msg="Stopping BlockPool service"
2:02PM INF SwitchToConsensus module=consensus
2:02PM DBG ignoring updateToState() module=consensus new_height=4407 old_height=4407
2:02PM DBG Broadcast channel=32 module=p2p
2:02PM INF service start impl=ConsensusState module=consensus msg="Starting State service"
2:02PM DBG Send channel=32 conn=MConn{154.12.228.245:26656} module=p2p msgBytes=0A1008B722180120FDFFFFFFFFFFFFFFFF01 peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM INF service start impl=baseWAL module=consensus msg="Starting baseWAL service" wal=/home/raul/.ignite-wasm-fix/data/cs.wal/wal
2:02PM INF service start impl=Group module=consensus msg="Starting Group service" wal=/home/raul/.ignite-wasm-fix/data/cs.wal/wal
2:02PM INF service start impl=TimeoutTicker module=consensus msg="Starting TimeoutTicker service"
2:02PM INF Searching for height height=4407 max=0 min=0 module=consensus wal=/home/raul/.ignite-wasm-fix/data/cs.wal/wal
2:02PM DBG Starting timeout routine module=consensus
2:02PM INF Searching for height height=4406 max=0 min=0 module=consensus wal=/home/raul/.ignite-wasm-fix/data/cs.wal/wal
2:02PM DBG Flush conn=MConn{154.12.228.245:26656} module=p2p peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM DBG Read PacketMsg conn=MConn{154.12.228.245:26656} module=p2p packet={"channel_id":64,"data":"IgA=","eof":true} peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM DBG Received bytes chID=64 module=p2p msgBytes="\"\x00" peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM DBG Receive chID=64 e.Src="Peer{MConn{154.12.228.245:26656} 764ad3240e2cc028a2ed63fde731146ad4223519 out}" module=blocksync msg=
2:02PM DBG TrySend channel=64 conn=MConn{154.12.228.245:26656} module=p2p msgBytes=2A0508B6221001 peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM DBG Read PacketMsg conn=MConn{154.12.228.245:26656} module=p2p packet={"channel_id":32,"data":"CgcItyIYASAP","eof":true} peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM DBG Received bytes chID=32 module=p2p msgBytes="\n\a\b�\"\x18\x01 \x0f" peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM DBG Receive chId=32 module=consensus msg="[NewRoundStep H:4407 R:0 S:RoundStepNewHeight LCR:0]" src="Peer{MConn{154.12.228.245:26656} 764ad3240e2cc028a2ed63fde731146ad4223519 out}"
2:02PM INF Found height=4406 index=0 module=consensus wal=/home/raul/.ignite-wasm-fix/data/cs.wal/wal
2:02PM INF Catchup by replaying consensus messages height=4407 module=consensus
2:02PM INF Replay: New Step height=4407 module=consensus round=0 step=RoundStepNewHeight
2:02PM INF Replay: Timeout dur=4993.006108 height=4407 module=consensus round=0 step=RoundStepNewHeight
2:02PM DBG received tock height=4407 module=consensus round=0 step=RoundStepNewHeight timeout=4993.006108
2:02PM DBG need to set a buffer and log message here for sanity height=4407 module=consensus now=2024-09-02T14:02:24Z round=0 start_time=2024-09-02T14:02:28Z
2:02PM DBG entering new round height=4407 module=consensus previous=4407/0/RoundStepNewHeight proposer=164C0869522099DCA86716AB9AFA087CF47FAEC0 round=0
2:02PM DBG entering propose step current=4407/0/RoundStepNewRound height=4407 module=consensus round=0
2:02PM DBG node is a validator height=4407 module=consensus round=0
2:02PM DBG propose step; not our turn to propose height=4407 module=consensus proposer=164C0869522099DCA86716AB9AFA087CF47FAEC0 round=0
2:02PM DBG Broadcast channel=32 module=p2p
2:02PM DBG Received tick module=consensus new_ti={"duration":3000000000,"height":4407,"round":0,"step":3} old_ti={"duration":0,"height":0,"round":0,"step":0}
2:02PM INF Replay: New Step height=4407 module=consensus round=0 step=RoundStepPropose
2:02PM DBG Scheduled timeout dur=3000 height=4407 module=consensus round=0 step=RoundStepPropose
2:02PM INF Replay: Timeout dur=3000 height=4407 module=consensus round=0 step=RoundStepPropose
2:02PM DBG received tock height=4407 module=consensus round=0 step=RoundStepPropose timeout=3000
2:02PM DBG Send channel=32 conn=MConn{154.12.228.245:26656} module=p2p msgBytes=0A1008B722180320FDFFFFFFFFFFFFFFFF01 peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM DBG entering prevote step current=4407/0/RoundStepPropose height=4407 module=consensus round=0
2:02PM DBG prevote step: ProposalBlock is nil height=4407 module=consensus round=0
2:02PM DBG signed and pushed vote height=4407 module=consensus round=0 vote="Vote{1:52504B9F4B66 4407/00/SIGNED_MSG_TYPE_PREVOTE(Prevote) 000000000000 1D8130EBAFB6 000000000000 @ 2024-09-02T13:15:29.690761024Z}"
2:02PM DBG Broadcast channel=32 module=p2p
2:02PM INF Replay: New Step height=4407 module=consensus round=0 step=RoundStepPrevote
2:02PM DBG Send channel=32 conn=MConn{154.12.228.245:26656} module=p2p msgBytes=0A1008B722180420FDFFFFFFFFFFFFFFFF01 peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM INF Replay: Vote blockID=:0:000000000000 extSigLen=0 extensionLen=0 height=4407 module=consensus peer=local round=0 type=SIGNED_MSG_TYPE_PREVOTE
2:02PM DBG adding vote cs_height=4407 extLen=0 extSigLen=0 module=consensus val_index=1 vote_height=4407 vote_type=SIGNED_MSG_TYPE_PREVOTE
2:02PM DBG Broadcast channel=32 module=p2p
2:02PM DBG added vote to prevote module=consensus prevotes="VoteSet{H:4407 R:0 T:SIGNED_MSG_TYPE_PREVOTE +2/3:<nil>(0.4975124378109453) BA{2:_x} map[]}" vote="Vote{1:52504B9F4B66 4407/00/SIGNED_MSG_TYPE_PREVOTE(Prevote) 000000000000 1D8130EBAFB6 000000000000 @ 2024-09-02T13:15:29.690761024Z}"
2:02PM DBG Send channel=32 conn=MConn{154.12.228.245:26656} module=p2p msgBytes=3A0708B72218012001 peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM DBG Attempt to update stats for non-existent peer module=consensus peer=
2:02PM INF Replay: New Step height=4407 module=consensus round=0 step=RoundStepPropose
2:02PM INF Replay: New Step height=4407 module=consensus round=0 step=RoundStepPrevote
2:02PM INF Replay: Vote blockID=:0:000000000000 extSigLen=0 extensionLen=0 height=4407 module=consensus peer=local round=0 type=SIGNED_MSG_TYPE_PREVOTE
2:02PM DBG adding vote cs_height=4407 extLen=0 extSigLen=0 module=consensus val_index=1 vote_height=4407 vote_type=SIGNED_MSG_TYPE_PREVOTE
2:02PM INF Replay: Vote blockID=F515477F2FD72C9B2876C924A13D6503A1C8940790B7D814E4DB011620F67C7F:1:EFDE13C50463 extSigLen=0 extensionLen=0 height=4406 module=consensus peer=764ad3240e2cc028a2ed63fde731146ad4223519 round=0 type=SIGNED_MSG_TYPE_PRECOMMIT
2:02PM DBG adding vote cs_height=4407 extLen=0 extSigLen=0 module=consensus val_index=0 vote_height=4406 vote_type=SIGNED_MSG_TYPE_PRECOMMIT
2:02PM DBG precommit vote came in after commit timeout and has been ignored module=consensus vote="Vote{0:52504B9F4B66 4406/00/SIGNED_MSG_TYPE_PRECOMMIT(Precommit) F515477F2FD7 37D2738A9D3C 000000000000 @ 2024-09-02T13:15:21.687228695Z}"
2:02PM INF Replay: Timeout dur=3000 height=4407 module=consensus round=0 step=RoundStepPropose
2:02PM DBG received tock height=4407 module=consensus round=0 step=RoundStepPropose timeout=3000
2:02PM DBG ignoring tock because we are ahead height=4407 module=consensus round=0 step=RoundStepPrevote
2:02PM INF Replay: New Step height=4407 module=consensus round=0 step=RoundStepPropose
2:02PM INF Replay: New Step height=4407 module=consensus round=0 step=RoundStepPrevote
2:02PM INF Replay: Vote blockID=:0:000000000000 extSigLen=0 extensionLen=0 height=4407 module=consensus peer=local round=0 type=SIGNED_MSG_TYPE_PREVOTE
2:02PM DBG adding vote cs_height=4407 extLen=0 extSigLen=0 module=consensus val_index=1 vote_height=4407 vote_type=SIGNED_MSG_TYPE_PREVOTE
2:02PM INF Replay: Timeout dur=3000 height=4407 module=consensus round=0 step=RoundStepPropose
2:02PM DBG received tock height=4407 module=consensus round=0 step=RoundStepPropose timeout=3000
2:02PM DBG ignoring tock because we are ahead height=4407 module=consensus round=0 step=RoundStepPrevote
2:02PM INF Replay: Vote blockID=:0:000000000000 extSigLen=0 extensionLen=0 height=4407 module=consensus peer=764ad3240e2cc028a2ed63fde731146ad4223519 round=0 type=SIGNED_MSG_TYPE_PREVOTE
2:02PM DBG adding vote cs_height=4407 extLen=0 extSigLen=0 module=consensus val_index=1 vote_height=4407 vote_type=SIGNED_MSG_TYPE_PREVOTE
2:02PM INF Replay: New Step height=4407 module=consensus round=0 step=RoundStepPropose
2:02PM INF Replay: New Step height=4407 module=consensus round=0 step=RoundStepPrevote
2:02PM INF Replay: Vote blockID=:0:000000000000 extSigLen=0 extensionLen=0 height=4407 module=consensus peer=local round=0 type=SIGNED_MSG_TYPE_PREVOTE
2:02PM DBG adding vote cs_height=4407 extLen=0 extSigLen=0 module=consensus val_index=1 vote_height=4407 vote_type=SIGNED_MSG_TYPE_PREVOTE
2:02PM INF Replay: Vote blockID=F515477F2FD72C9B2876C924A13D6503A1C8940790B7D814E4DB011620F67C7F:1:EFDE13C50463 extSigLen=0 extensionLen=0 height=4406 module=consensus peer=764ad3240e2cc028a2ed63fde731146ad4223519 round=0 type=SIGNED_MSG_TYPE_PRECOMMIT
2:02PM DBG adding vote cs_height=4407 extLen=0 extSigLen=0 module=consensus val_index=0 vote_height=4406 vote_type=SIGNED_MSG_TYPE_PRECOMMIT
2:02PM DBG precommit vote came in after commit timeout and has been ignored module=consensus vote="Vote{0:52504B9F4B66 4406/00/SIGNED_MSG_TYPE_PRECOMMIT(Precommit) F515477F2FD7 37D2738A9D3C 000000000000 @ 2024-09-02T13:15:21.687228695Z}"
2:02PM INF Replay: Vote blockID=:0:000000000000 extSigLen=0 extensionLen=0 height=4407 module=consensus peer=764ad3240e2cc028a2ed63fde731146ad4223519 round=0 type=SIGNED_MSG_TYPE_PREVOTE
2:02PM DBG adding vote cs_height=4407 extLen=0 extSigLen=0 module=consensus val_index=1 vote_height=4407 vote_type=SIGNED_MSG_TYPE_PREVOTE
2:02PM INF Replay: Timeout dur=3000 height=4407 module=consensus round=0 step=RoundStepPropose
2:02PM DBG received tock height=4407 module=consensus round=0 step=RoundStepPropose timeout=3000
2:02PM DBG ignoring tock because we are ahead height=4407 module=consensus round=0 step=RoundStepPrevote
2:02PM INF Replay: Vote blockID=:0:000000000000 extSigLen=0 extensionLen=0 height=4407 module=consensus peer=764ad3240e2cc028a2ed63fde731146ad4223519 round=0 type=SIGNED_MSG_TYPE_PREVOTE
2:02PM DBG adding vote cs_height=4407 extLen=0 extSigLen=0 module=consensus val_index=1 vote_height=4407 vote_type=SIGNED_MSG_TYPE_PREVOTE
2:02PM INF Replay: New Step height=4407 module=consensus round=0 step=RoundStepPropose
2:02PM INF Replay: New Step height=4407 module=consensus round=0 step=RoundStepPrevote
2:02PM INF Replay: Vote blockID=:0:000000000000 extSigLen=0 extensionLen=0 height=4407 module=consensus peer=local round=0 type=SIGNED_MSG_TYPE_PREVOTE
2:02PM DBG adding vote cs_height=4407 extLen=0 extSigLen=0 module=consensus val_index=1 vote_height=4407 vote_type=SIGNED_MSG_TYPE_PREVOTE
2:02PM INF Replay: Vote blockID=F515477F2FD72C9B2876C924A13D6503A1C8940790B7D814E4DB011620F67C7F:1:EFDE13C50463 extSigLen=0 extensionLen=0 height=4406 module=consensus peer=764ad3240e2cc028a2ed63fde731146ad4223519 round=0 type=SIGNED_MSG_TYPE_PRECOMMIT
2:02PM DBG adding vote cs_height=4407 extLen=0 extSigLen=0 module=consensus val_index=0 vote_height=4406 vote_type=SIGNED_MSG_TYPE_PRECOMMIT
2:02PM DBG precommit vote came in after commit timeout and has been ignored module=consensus vote="Vote{0:52504B9F4B66 4406/00/SIGNED_MSG_TYPE_PRECOMMIT(Precommit) F515477F2FD7 37D2738A9D3C 000000000000 @ 2024-09-02T13:15:21.687228695Z}"
2:02PM INF Replay: Vote blockID=:0:000000000000 extSigLen=0 extensionLen=0 height=4407 module=consensus peer=764ad3240e2cc028a2ed63fde731146ad4223519 round=0 type=SIGNED_MSG_TYPE_PREVOTE
2:02PM DBG adding vote cs_height=4407 extLen=0 extSigLen=0 module=consensus val_index=1 vote_height=4407 vote_type=SIGNED_MSG_TYPE_PREVOTE
2:02PM INF Replay: Timeout dur=3000 height=4407 module=consensus round=0 step=RoundStepPropose
2:02PM DBG received tock height=4407 module=consensus round=0 step=RoundStepPropose timeout=3000
2:02PM DBG ignoring tock because we are ahead height=4407 module=consensus round=0 step=RoundStepPrevote
2:02PM INF Replay: Vote blockID=:0:000000000000 extSigLen=0 extensionLen=0 height=4407 module=consensus peer=764ad3240e2cc028a2ed63fde731146ad4223519 round=0 type=SIGNED_MSG_TYPE_PREVOTE
2:02PM DBG adding vote cs_height=4407 extLen=0 extSigLen=0 module=consensus val_index=1 vote_height=4407 vote_type=SIGNED_MSG_TYPE_PREVOTE
2:02PM INF Replay: New Step height=4407 module=consensus round=0 step=RoundStepPropose
2:02PM INF Replay: Done module=consensus
2:02PM DBG Received tick module=consensus new_ti={"duration":3832044779,"height":4407,"round":0,"step":1} old_ti={"duration":3000000000,"height":4407,"round":0,"step":3}
2:02PM DBG adding vote cs_height=4407 extLen=0 extSigLen=0 module=consensus val_index=1 vote_height=4407 vote_type=SIGNED_MSG_TYPE_PREVOTE
2:02PM DBG Sending vote message module=consensus ps={"round_state":{"catchup_commit":null,"catchup_commit_round":-1,"height":"4407","last_commit":"__","last_commit_round":0,"precommits":null,"prevotes":null,"proposal":false,"proposal_block_part_set_header":{"hash":"","total":0},"proposal_block_parts":null,"proposal_pol":null,"proposal_pol_round":-1,"round":0,"start_time":"2024-09-02T14:02:09.374779629Z","step":1},"stats":{"block_parts":"0","votes":"0"}} vote="Vote{0:52504B9F4B66 4406/00/SIGNED_MSG_TYPE_PRECOMMIT(Precommit) F515477F2FD7 37D2738A9D3C 000000000000 @ 2024-09-02T13:15:21.687228695Z}"
2:02PM DBG Send channel=34 conn=MConn{154.12.228.245:26656} module=p2p msgBytes=32B8010AB501080210B62222480A20F515477F2FD72C9B2876C924A13D6503A1C8940790B7D814E4DB011620F67C7F122408011220EFDE13C504630CE930F500119876493BA5181800620261F23296F695CAB6E5622A0C08E9F4D6B60610978ED9C702321452504B9F4B661B1DD2DF5B51B3581C7DCA5F7AFA424037D2738A9D3C947209866D36D49B723A10BF1A385B7A708B98B384E68387B73AF0F5C46C39BF28796E1EA1AB6D45F4F4A1F0D7E4547E07618AA097B60AFFAF0F peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM DBG setHasVote H/R=4406/0 index=0 module=consensus peerH/R=4407/0 type=SIGNED_MSG_TYPE_PRECOMMIT
2:02PM DBG Picked rs.LastCommit to send height=4407 module=consensus peer="Peer{MConn{154.12.228.245:26656} 764ad3240e2cc028a2ed63fde731146ad4223519 out}"
2:02PM DBG Sending vote message module=consensus ps={"round_state":{"catchup_commit":"__","catchup_commit_round":-1,"height":"4407","last_commit":"x_","last_commit_round":0,"precommits":"__","prevotes":"__","proposal":false,"proposal_block_part_set_header":{"hash":"","total":0},"proposal_block_parts":null,"proposal_pol":"__","proposal_pol_round":-1,"round":0,"start_time":"2024-09-02T14:02:09.374779629Z","step":1},"stats":{"block_parts":"0","votes":"0"}} vote="Vote{1:52504B9F4B66 4407/00/SIGNED_MSG_TYPE_PREVOTE(Prevote) 000000000000 1D8130EBAFB6 000000000000 @ 2024-09-02T13:15:29.690761024Z}"
2:02PM DBG Send channel=34 conn=MConn{154.12.228.245:26656} module=p2p msgBytes=32730A71080110B722220212002A0C08F1F4D6B60610C0DAB0C902321452504B9F4B661B1DD2DF5B51B3581C7DCA5F7AFA380142401D8130EBAFB65BE865D02DF55253D0BD4A7703A7BA6C583020B3FB4BBE4E546BE066A60F73FDEDE71CB30D8C477677BB0FF0BB7A909296A0B6830E65120AB807 peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM DBG setHasVote H/R=4407/0 index=1 module=consensus peerH/R=4407/0 type=SIGNED_MSG_TYPE_PREVOTE
2:02PM DBG Picked rs.Prevotes(prs.Round) to send height=4407 module=consensus peer="Peer{MConn{154.12.228.245:26656} 764ad3240e2cc028a2ed63fde731146ad4223519 out}" round=0
2:02PM DBG No votes to send, sleeping localPC=__ localPV=_x module=consensus peer="Peer{MConn{154.12.228.245:26656} 764ad3240e2cc028a2ed63fde731146ad4223519 out}" peerPC=__ peerPV=_x prs.Height=4407 rs.Height=4407
2:02PM DBG Flush conn=MConn{154.12.228.245:26656} module=p2p peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM DBG Read PacketMsg conn=MConn{154.12.228.245:26656} module=p2p packet={"channel_id":32,"data":"CgcItyIYAyAP","eof":true} peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM DBG Received bytes chID=32 module=p2p msgBytes="\n\a\b�\"\x18\x03 \x0f" peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM DBG Receive chId=32 module=consensus msg="[NewRoundStep H:4407 R:0 S:RoundStepPropose LCR:0]" src="Peer{MConn{154.12.228.245:26656} 764ad3240e2cc028a2ed63fde731146ad4223519 out}"
2:02PM DBG Read PacketMsg conn=MConn{154.12.228.245:26656} module=p2p packet={"channel_id":32,"data":"CgcItyIYBCAP","eof":true} peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM DBG Received bytes chID=32 module=p2p msgBytes="\n\a\b�\"\x18\x04 \x0f" peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM DBG Receive chId=32 module=consensus msg="[NewRoundStep H:4407 R:0 S:RoundStepPrevote LCR:0]" src="Peer{MConn{154.12.228.245:26656} 764ad3240e2cc028a2ed63fde731146ad4223519 out}"
2:02PM DBG Read PacketMsg conn=MConn{154.12.228.245:26656} module=p2p packet={"channel_id":32,"data":"OgcItyIYASAB","eof":true} peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM DBG Received bytes chID=32 module=p2p msgBytes=":\a\b�\"\x18\x01 \x01" peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM DBG Receive chId=32 module=consensus msg="[HasVote VI:1 V:{4407/00/SIGNED_MSG_TYPE_PREVOTE}]" src="Peer{MConn{154.12.228.245:26656} 764ad3240e2cc028a2ed63fde731146ad4223519 out}"
2:02PM DBG setHasVote H/R=4407/0 index=1 module=consensus peerH/R=4407/0 type=SIGNED_MSG_TYPE_PREVOTE
2:02PM DBG Read PacketMsg conn=MConn{154.12.228.245:26656} module=p2p packet={"channel_id":34,"data":"MrgBCrUBCAIQtiIiSAog9RVHfy/XLJsodskkoT1lA6HIlAeQt9gU5NsBFiD2fH8SJAgBEiDv3hPFBGMM6TD1ABGYdkk7pRgYAGICYfIylvaVyrblYioMCOn01rYGEJeO2ccCMhRSUEufS2YbHdLfW1GzWBx9yl96+kJAN9Jzip08lHIJhm021JtyOhC/GjhbenCLmLOE5oOHtzrw9cRsOb8oeW4eoattRfT0ofDX5FR+B2GKoJe2Cv+vDw==","eof":true} peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM DBG Received bytes chID=34 module=p2p msgBytes="2�\x01\n�\x01\b\x02\x10�\"\"H\n �\x15G\x7f/�,�(v�$�=e\x03�Ȕ\a���\x14��\x01\x16 �|\x7f\x12$\b\x01\x12 ��\x13�\x04c\f�0�\x00\x11�vI;�\x18\x18\x00b\x02a�2���ʶ�b*\f\b��ֶ\x06\x10����\x022\x14RPK�Kf\x1b\x1d��[Q�X\x1c}�_z�B@7�s��<�r\t�m6ԛr:\x10�\x1a8[zp����惇�:���l9�(yn\x1e��mE������T~\aa����\n��\x0f" peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM DBG Receive chId=34 module=consensus msg="[Vote Vote{0:52504B9F4B66 4406/00/SIGNED_MSG_TYPE_PRECOMMIT(Precommit) F515477F2FD7 37D2738A9D3C 000000000000 @ 2024-09-02T13:15:21.687228695Z}]" src="Peer{MConn{154.12.228.245:26656} 764ad3240e2cc028a2ed63fde731146ad4223519 out}"
2:02PM DBG setHasVote H/R=4406/0 index=0 module=consensus peerH/R=4407/0 type=SIGNED_MSG_TYPE_PRECOMMIT
2:02PM DBG Read PacketMsg conn=MConn{154.12.228.245:26656} module=p2p packet={"channel_id":34,"data":"MnMKcQgBELciIgISACoMCPH01rYGEMDasMkCMhRSUEufS2YbHdLfW1GzWBx9yl96+jgBQkAdgTDrr7Zb6GXQLfVSU9C9SncDp7psWDAgs/tLvk5Ua+Bmpg9z/e3nHLMNjEd2d7sP8Lt6kJKWoLaDDmUSCrgH","eof":true} peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM DBG Received bytes chID=34 module=p2p msgBytes="2s\nq\b\x01\x10�\"\"\x02\x12\x00*\f\b��ֶ\x06\x10�ڰ�\x022\x14RPK�Kf\x1b\x1d��[Q�X\x1c}�_z�8\x01B@\x1d�0믶[�e�-�RSнJw\x03��lX0 ��K�NTk�f�\x0fs���\x1c�\r�Gvw�\x0f��z������\x0ee\x12\n�\a" peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM DBG Receive chId=34 module=consensus msg="[Vote Vote{1:52504B9F4B66 4407/00/SIGNED_MSG_TYPE_PREVOTE(Prevote) 000000000000 1D8130EBAFB6 000000000000 @ 2024-09-02T13:15:29.690761024Z}]" src="Peer{MConn{154.12.228.245:26656} 764ad3240e2cc028a2ed63fde731146ad4223519 out}"
2:02PM DBG setHasVote H/R=4407/0 index=1 module=consensus peerH/R=4407/0 type=SIGNED_MSG_TYPE_PREVOTE
2:02PM DBG adding vote cs_height=4407 extLen=0 extSigLen=0 module=consensus val_index=0 vote_height=4406 vote_type=SIGNED_MSG_TYPE_PRECOMMIT
2:02PM DBG precommit vote came in after commit timeout and has been ignored module=consensus vote="Vote{0:52504B9F4B66 4406/00/SIGNED_MSG_TYPE_PRECOMMIT(Precommit) F515477F2FD7 37D2738A9D3C 000000000000 @ 2024-09-02T13:15:21.687228695Z}"
2:02PM DBG adding vote cs_height=4407 extLen=0 extSigLen=0 module=consensus val_index=1 vote_height=4407 vote_type=SIGNED_MSG_TYPE_PREVOTE
2:02PM DBG Error dialing peer err="connection with 764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656 has been established or dialed" module=p2p
2:02PM INF Timed out dur=3000 height=4407 module=consensus round=0 step=RoundStepPropose
2:02PM DBG received tock height=4407 module=consensus round=0 step=RoundStepPropose timeout=3000
2:02PM DBG ignoring tock because we are ahead height=4407 module=consensus round=0 step=RoundStepPrevote
2:02PM DBG Read PacketMsg conn=MConn{154.12.228.245:26656} module=p2p packet={"data":"CgA=","eof":true} peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM DBG Received bytes chID=0 module=p2p msgBytes="\n\x00" peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM DBG Received message chId=0 module=pex msg= src="Peer{MConn{154.12.228.245:26656} 764ad3240e2cc028a2ed63fde731146ad4223519 out}"
2:02PM DBG Send channel=0 conn=MConn{154.12.228.245:26656} module=p2p msgBytes=1281010A3E0A2837363461643332343065326363303238613265643633666465373331313436616434323233353139120E3135342E31322E3232382E32343518A0D0010A3F0A2862666234653936656535326632323361383637656164303331313264396339626465663961656234120F3231322E3232372E3135312E31343318A0D001 peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM DBG Flush conn=MConn{154.12.228.245:26656} module=p2p peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM INF Ensure peers module=pex numDialing=0 numInPeers=0 numOutPeers=1 numToDial=9
2:02PM INF We need more addresses. Sending pexRequest to random peer module=pex peer="Peer{MConn{154.12.228.245:26656} 764ad3240e2cc028a2ed63fde731146ad4223519 out}"
2:02PM DBG Request addrs from="Peer{MConn{154.12.228.245:26656} 764ad3240e2cc028a2ed63fde731146ad4223519 out}" module=pex
2:02PM DBG Dialing peer address=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:26656 module=p2p
2:02PM DBG Send channel=0 conn=MConn{154.12.228.245:26656} module=p2p msgBytes=0A00 peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM INF Inbound Peer rejected err="filtered CONN<212.227.151.143:46194>: duplicate CONN<212.227.151.143:46194>" module=p2p numPeers=1
2:02PM DBG dialing failed (attempts: 2): auth failure: secret conn failed: EOF addr=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:26656 module=pex
2:02PM DBG Flush conn=MConn{154.12.228.245:26656} module=p2p peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM DBG Read PacketMsg conn=MConn{154.12.228.245:26656} module=p2p packet={"data":"EoEBCj4KKDc2NGFkMzI0MGUyY2MwMjhhMmVkNjNmZGU3MzExNDZhZDQyMjM1MTkSDjE1NC4xMi4yMjguMjQ1GKDQAQo/CihiZmI0ZTk2ZWU1MmYyMjNhODY3ZWFkMDMxMTJkOWM5YmRlZjlhZWI0Eg8yMTIuMjI3LjE1MS4xNDMYoNAB","eof":true} peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM DBG Received bytes chID=0 module=p2p msgBytes="\x12�\x01\n>\n(764ad3240e2cc028a2ed63fde731146ad4223519\x12\x0e154.12.228.245\x18��\x01\n?\n(bfb4e96ee52f223a867ead03112d9c9bdef9aeb4\x12\x0f212.227.151.143\x18��\x01" peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:02PM DBG Received message chId=0 module=pex msg="addrs:<id:\"764ad3240e2cc028a2ed63fde731146ad4223519\" ip:\"154.12.228.245\" port:26656 > addrs:<id:\"bfb4e96ee52f223a867ead03112d9c9bdef9aeb4\" ip:\"212.227.151.143\" port:26656 > " src="Peer{MConn{154.12.228.245:26656} 764ad3240e2cc028a2ed63fde731146ad4223519 out}"
2:03PM DBG Read PacketMsg conn=MConn{154.12.228.245:26656} module=p2p packet={"data":"CgA=","eof":true} peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:03PM DBG Received bytes chID=0 module=p2p msgBytes="\n\x00" peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:03PM DBG Received message chId=0 module=pex msg= src="Peer{MConn{154.12.228.245:26656} 764ad3240e2cc028a2ed63fde731146ad4223519 out}"
2:03PM DBG Send channel=0 conn=MConn{154.12.228.245:26656} module=p2p msgBytes=1281010A3E0A2837363461643332343065326363303238613265643633666465373331313436616434323233353139120E3135342E31322E3232382E32343518A0D0010A3F0A2862666234653936656535326632323361383637656164303331313264396339626465663961656234120F3231322E3232372E3135312E31343318A0D001 peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:03PM DBG Flush conn=MConn{154.12.228.245:26656} module=p2p peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:03PM INF Inbound Peer rejected err="auth failure: handshake failed: EOF" module=p2p numPeers=1
2:03PM INF Inbound Peer rejected err="auth failure: handshake failed: EOF" module=p2p numPeers=1
2:03PM INF Ensure peers module=pex numDialing=0 numInPeers=0 numOutPeers=1 numToDial=9
2:03PM INF We need more addresses. Sending pexRequest to random peer module=pex peer="Peer{MConn{154.12.228.245:26656} 764ad3240e2cc028a2ed63fde731146ad4223519 out}"
2:03PM DBG Request addrs from="Peer{MConn{154.12.228.245:26656} 764ad3240e2cc028a2ed63fde731146ad4223519 out}" module=pex
2:03PM DBG Send channel=0 conn=MConn{154.12.228.245:26656} module=p2p msgBytes=0A00 peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:03PM DBG Dialing peer address=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:26656 module=p2p
2:03PM INF Inbound Peer rejected err="filtered CONN<212.227.151.143:50008>: duplicate CONN<212.227.151.143:50008>" module=p2p numPeers=1
2:03PM DBG dialing failed (attempts: 3): auth failure: secret conn failed: EOF addr=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:26656 module=pex
2:03PM DBG Flush conn=MConn{154.12.228.245:26656} module=p2p peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:03PM DBG Read PacketMsg conn=MConn{154.12.228.245:26656} module=p2p packet={"data":"EoEBCj4KKDc2NGFkMzI0MGUyY2MwMjhhMmVkNjNmZGU3MzExNDZhZDQyMjM1MTkSDjE1NC4xMi4yMjguMjQ1GKDQAQo/CihiZmI0ZTk2ZWU1MmYyMjNhODY3ZWFkMDMxMTJkOWM5YmRlZjlhZWI0Eg8yMTIuMjI3LjE1MS4xNDMYoNAB","eof":true} peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:03PM DBG Received bytes chID=0 module=p2p msgBytes="\x12�\x01\n>\n(764ad3240e2cc028a2ed63fde731146ad4223519\x12\x0e154.12.228.245\x18��\x01\n?\n(bfb4e96ee52f223a867ead03112d9c9bdef9aeb4\x12\x0f212.227.151.143\x18��\x01" peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:03PM DBG Received message chId=0 module=pex msg="addrs:<id:\"764ad3240e2cc028a2ed63fde731146ad4223519\" ip:\"154.12.228.245\" port:26656 > addrs:<id:\"bfb4e96ee52f223a867ead03112d9c9bdef9aeb4\" ip:\"212.227.151.143\" port:26656 > " src="Peer{MConn{154.12.228.245:26656} 764ad3240e2cc028a2ed63fde731146ad4223519 out}"
2:03PM DBG Receive Ping module=p2p peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:03PM DBG Send Pong module=p2p peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:03PM DBG Flush conn=MConn{154.12.228.245:26656} module=p2p peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:03PM DBG Send Ping module=p2p peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:03PM DBG Starting pong timer dur=45000 module=p2p peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:03PM DBG Flush conn=MConn{154.12.228.245:26656} module=p2p peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:03PM DBG Receive Pong module=p2p peer=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656
2:03PM INF Inbound Peer rejected err="auth failure: handshake failed: EOF" module=p2p numPeers=1

Val_2 (around 51%)

ignite-wasm-fixd start --log_level trace
4:02PM DBG loadVersion module=server ver=4406
4:02PM DBG loadVersion commitID hash=9a3b74bfa8bed5be6d7b2240ce3a6bf632e85a8825d872008fc0cf1a399e8472 key="KVStoreKey{0xc000bd7890, gov}" module=server ver=4406
4:02PM DBG Finished loading IAVL tree module=server
4:02PM DBG loadVersion commitID hash=d5089edeb8aaec7861fde339a8e6eded3c05cd3a9c5fd99d765ed9ab8894a19d key="KVStoreKey{0xc001b0d070, capability}" module=server ver=4406
4:02PM DBG Finished loading IAVL tree module=server
4:02PM DBG loadVersion commitID hash=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 key="KVStoreKey{0xc001b0d0a0, feeibc}" module=server ver=4406
4:02PM DBG Finished loading IAVL tree module=server
4:02PM DBG loadVersion commitID hash=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 key="KVStoreKey{0xc0007f67d0, evidence}" module=server ver=4406
4:02PM DBG Finished loading IAVL tree module=server
4:02PM DBG loadVersion commitID hash=a89113c07ae262e84fa49e6d9111bf7c638679604357fa388526a976cfd021e0 key="KVStoreKey{0xc000cce0d0, group}" module=server ver=4406
4:02PM DBG Finished loading IAVL tree module=server
4:02PM DBG loadVersion commitID hash=5ce5642570d0adac2c0626502bf0ab02e918391640683b730f79133ee36a8c1e key="KVStoreKey{0xc000b14ca0, bank}" module=server ver=4406
4:02PM DBG Finished loading IAVL tree module=server
4:02PM DBG loadVersion commitID hash=c64a077f82d31897244ce482d2e784511ff3926a575b105431e9087e118c9086 key="KVStoreKey{0xc000bd62c0, mint}" module=server ver=4406
4:02PM DBG Finished loading IAVL tree module=server
4:02PM DBG loadVersion commitID hash=761f830640b1f949b56c396840c94aec2b5869fb92106a8f07933ebada25ce7a key="KVStoreKey{0xc000c26700, upgrade}" module=server ver=4406
4:02PM DBG Finished loading IAVL tree module=server
4:02PM DBG loadVersion commitID hash=b1e158cb3a9c018cc9d425bc3e8711cdf5c53b1dfa37a4d8dda28590d3f4eb1e key="KVStoreKey{0xc001b0d080, ibc}" module=server ver=4406
4:02PM DBG Finished loading IAVL tree module=server
4:02PM DBG loadVersion commitID hash= key="TransientStoreKey{0xc001b0d0e0, transient_params}" module=server ver=4406
4:02PM DBG loadVersion commitID hash=dff6975b9c843ca44416de63b2b36c0850d0fb049bda028b719d5ff0cf8656ed key="KVStoreKey{0xc000b15cd0, acc}" module=server ver=4406
4:02PM DBG Finished loading IAVL tree module=server
4:02PM DBG loadVersion commitID hash=38eb3cafc1b78ea8ea0179067f2a52c69bcb8c0520bbc587fbf809891966d680 key="KVStoreKey{0xc000be8e80, crisis}" module=server ver=4406
4:02PM DBG Finished loading IAVL tree module=server
4:02PM DBG loadVersion commitID hash=e6399686154575bfc1838d859d1dd80d68be24b6bf5d5e5d03b1a98d4f58b3de key="KVStoreKey{0xc001b0d0c0, icacontroller}" module=server ver=4406
4:02PM DBG Finished loading IAVL tree module=server
4:02PM DBG loadVersion commitID hash= key="MemoryStoreKey{0xc001b0d0d0, memory:capability}" module=server ver=4406
4:02PM DBG loadVersion commitID hash=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 key="KVStoreKey{0xc0007164f0, params}" module=server ver=4406
4:02PM DBG Finished loading IAVL tree module=server
4:02PM DBG loadVersion commitID hash=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 key="KVStoreKey{0xc000ccf400, circuit}" module=server ver=4406
4:02PM DBG Finished loading IAVL tree module=server
4:02PM DBG loadVersion commitID hash=b9784ebaa8b15a210e42268c2ca7b8c6df7c949a4b42a5bf499cbd221d1f9c45 key="KVStoreKey{0xc000ccfcf0, ignitewasmfix}" module=server ver=4406
4:02PM DBG Finished loading IAVL tree module=server
4:02PM DBG loadVersion commitID hash=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 key="KVStoreKey{0xc00022fc20, feegrant}" module=server ver=4406
4:02PM DBG Finished loading IAVL tree module=server
4:02PM DBG loadVersion commitID hash=f5065a5f1d85af143fd2907fb42d5c5c23dc6f7f6dd6fced241d4a080f937a1c key="KVStoreKey{0xc000085580, staking}" module=server ver=4406
4:02PM DBG Finished loading IAVL tree module=server
4:02PM DBG loadVersion commitID hash=523b370e1e2779d18a94277aa76ebf58d8ff6eb4ba69885fb6d8b697fc7188b6 key="KVStoreKey{0xc000b9a800, slashing}" module=server ver=4406
4:02PM DBG Finished loading IAVL tree module=server
4:02PM DBG loadVersion commitID hash=b74fd2c71c3dbcec2a300c3a900428997bdff4a8651450406236ba3574cede25 key="KVStoreKey{0xc0004bfa00, distribution}" module=server ver=4406
4:02PM DBG Finished loading IAVL tree module=server
4:02PM DBG loadVersion commitID hash=35760e4a68fbc1cdd5b3b181b90d04f51390a0aa55476cdb40924d1494bf3d1d key="KVStoreKey{0xc0006e76a0, consensus}" module=server ver=4406
4:02PM DBG Finished loading IAVL tree module=server
4:02PM DBG loadVersion commitID hash=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 key="KVStoreKey{0xc000c27ef0, authz}" module=server ver=4406
4:02PM DBG Finished loading IAVL tree module=server
4:02PM DBG loadVersion commitID hash=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 key="KVStoreKey{0xc0007f7470, nft}" module=server ver=4406
4:02PM DBG Finished loading IAVL tree module=server
4:02PM DBG loadVersion commitID hash= key="TransientStoreKey{0xc0007167b0, transient:params}" module=server ver=4406
4:02PM DBG loadVersion commitID hash=90fdae9ef2124b88045deea846624eed6bc9e5e5422fada847b882fb66d81f17 key="KVStoreKey{0xc001b0d090, transfer}" module=server ver=4406
4:02PM DBG Finished loading IAVL tree module=server
4:02PM DBG loadVersion commitID hash=47e26234e0c5d5bafdbefd7746215610d76f84713655508e4663c326b1fdd0df key="KVStoreKey{0xc001b0d0b0, icahost}" module=server ver=4406
4:02PM DBG Finished loading IAVL tree module=server
4:02PM DBG loadVersion commitID hash=04aa79f2459ed80209023778534f4b00f1cdc9f0d069ee9791446c6546d9f611 key="KVStoreKey{0xc002d61310, wasm}" module=server ver=4406
4:02PM DBG Finished loading IAVL tree module=server
4:02PM INF starting node with ABCI CometBFT in-process module=server
4:02PM INF service start impl=multiAppConn module=proxy msg="Starting multiAppConn service"
4:02PM INF service start connection=query impl=localClient module=abci-client msg="Starting localClient service"
4:02PM INF service start connection=snapshot impl=localClient module=abci-client msg="Starting localClient service"
4:02PM INF service start connection=mempool impl=localClient module=abci-client msg="Starting localClient service"
4:02PM INF service start connection=consensus impl=localClient module=abci-client msg="Starting localClient service"
4:02PM INF service start impl=EventBus module=events msg="Starting EventBus service"
4:02PM INF service start impl=PubSub module=pubsub msg="Starting PubSub service"
4:02PM INF service start impl=IndexerService module=txindex msg="Starting IndexerService service"
4:02PM INF ABCI Handshake App Info hash=9549F726E280B63347E50FB1F96D4B05A45C094D507A53EFBC3007383C3416E7 height=4406 module=consensus protocol-version=0 software-version=2.0.0
4:02PM INF ABCI Replay Blocks appHeight=4406 module=consensus stateHeight=4406 storeHeight=4406
4:02PM INF Completed ABCI Handshake - CometBFT and App are synced appHash=9549F726E280B63347E50FB1F96D4B05A45C094D507A53EFBC3007383C3416E7 appHeight=4406 module=consensus
4:02PM INF Version info abci=2.0.0 block=11 commit_hash= module=server p2p=8 tendermint_version=0.38.11
4:02PM INF This node is not a validator addr=E170CD3E74CB726763E2D2059BB5189B860A563E module=consensus pubKey=PubKeyEd25519{69319DE76FED5D5AD8C7B24B3D303C7BA4DDEF1CB67B63147CA050F358D9D097}
4:02PM INF P2P Node ID ID=764ad3240e2cc028a2ed63fde731146ad4223519 file=/home/raul/.ignite-wasm-fix/config/node_key.json module=p2p
4:02PM INF Adding persistent peers addrs=["bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:26656"] module=p2p
4:02PM INF Adding unconditional peer ids ids=[] module=p2p
4:02PM INF Add our address to book addr=764ad3240e2cc028a2ed63fde731146ad4223519@0.0.0.0:26656 book=/home/raul/.ignite-wasm-fix/config/addrbook.json module=p2p
4:02PM INF service start impl=Node module=server msg="Starting Node service"
4:02PM INF service start impl="P2P Switch" module=p2p msg="Starting P2P Switch service"
4:02PM INF service start impl=Evidence module=evidence msg="Starting Evidence service"
4:02PM INF service start impl=StateSync module=statesync msg="Starting StateSync service"
4:02PM INF service start impl=PEX module=pex msg="Starting PEX service"
4:02PM INF service start book=/home/raul/.ignite-wasm-fix/config/addrbook.json impl=AddrBook module=p2p msg="Starting AddrBook service"
4:02PM INF serve module=rpc-server msg="Starting RPC HTTP server on 127.0.0.1:26657"
4:02PM INF service start impl=Mempool module=mempool msg="Starting Mempool service"
4:02PM INF service start impl=Reactor module=blocksync msg="Starting Reactor service"
4:02PM INF service start impl=BlockPool module=blocksync msg="Starting BlockPool service"
4:02PM INF service start impl=ConsensusReactor module=consensus msg="Starting Consensus service"
4:02PM INF Reactor  module=consensus waitSync=true
4:02PM INF Saving AddrBook to file book=/home/raul/.ignite-wasm-fix/config/addrbook.json module=p2p size=2
4:02PM INF Ensure peers module=pex numDialing=0 numInPeers=0 numOutPeers=0 numToDial=10
4:02PM DBG Dialing peer address=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:26656 module=p2p
4:02PM DBG Dialing peer address=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656 module=p2p
4:02PM DBG gRPC client assigned to client context module=server target=localhost:9090
4:02PM INF Inbound Peer rejected err="filtered CONN<154.12.228.245:49310>: duplicate CONN<154.12.228.245:49310>" module=p2p numPeers=0
4:02PM INF starting gRPC server... address=localhost:9090 module=grpc-server
4:02PM DBG dialing failed (attempts: 1): auth failure: secret conn failed: read tcp 154.12.228.245:49310->154.12.228.245:26656: read: connection reset by peer addr=764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656 module=pex
4:02PM DBG dialing failed (attempts: 1): dial tcp 212.227.151.143:26656: connect: connection refused addr=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:26656 module=pex
4:02PM INF Reconnecting to peer addr=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:26656 module=p2p
4:02PM DBG Dialing peer address=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:26656 module=p2p
4:02PM INF Error reconnecting to peer. Trying again addr=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:26656 err="dial tcp 212.227.151.143:26656: connect: connection refused" module=p2p tries=0
4:02PM DBG Consensus ticker inbound=0 lastHeight=4406 module=blocksync numPending=0 outbound=0 total=0
4:02PM DBG Blockpool has no peers module=blocksync
4:02PM DBG Consensus ticker inbound=0 lastHeight=4406 module=blocksync numPending=0 outbound=0 total=0
4:02PM DBG Blockpool has no peers module=blocksync
4:02PM DBG Dialing peer address=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:26656 module=p2p
4:02PM ERR Error dialing peer err="dial tcp 212.227.151.143:26656: connect: connection refused" module=p2p
4:02PM DBG Consensus ticker inbound=0 lastHeight=4406 module=blocksync numPending=0 outbound=0 total=0
4:02PM DBG Blockpool has no peers module=blocksync
4:02PM DBG Consensus ticker inbound=0 lastHeight=4406 module=blocksync numPending=0 outbound=0 total=0
4:02PM DBG Blockpool has no peers module=blocksync
4:02PM DBG Consensus ticker inbound=0 lastHeight=4406 module=blocksync numPending=0 outbound=0 total=0
4:02PM DBG Blockpool has no peers module=blocksync
4:02PM DBG Consensus ticker inbound=0 lastHeight=4406 module=blocksync numPending=0 outbound=0 total=0
4:02PM DBG Blockpool has no peers module=blocksync
4:02PM DBG Consensus ticker inbound=0 lastHeight=4406 module=blocksync numPending=0 outbound=0 total=0
4:02PM DBG Blockpool has no peers module=blocksync
4:02PM DBG Dialing peer address=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:26656 module=p2p
4:02PM INF Error reconnecting to peer. Trying again addr=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:26656 err="dial tcp 212.227.151.143:26656: connect: connection refused" module=p2p tries=1
4:02PM DBG Consensus ticker inbound=0 lastHeight=4406 module=blocksync numPending=0 outbound=0 total=0
4:02PM DBG Blockpool has no peers module=blocksync
4:02PM DBG Consensus ticker inbound=0 lastHeight=4406 module=blocksync numPending=0 outbound=0 total=0
4:02PM DBG Blockpool has no peers module=blocksync
4:02PM DBG Broadcast channel=64 module=p2p
4:02PM DBG Consensus ticker inbound=0 lastHeight=4406 module=blocksync numPending=0 outbound=0 total=0
4:02PM DBG Blockpool has no peers module=blocksync
4:02PM DBG Consensus ticker inbound=0 lastHeight=4406 module=blocksync numPending=0 outbound=0 total=0
4:02PM DBG Blockpool has no peers module=blocksync
4:02PM DBG Consensus ticker inbound=0 lastHeight=4406 module=blocksync numPending=0 outbound=0 total=0
4:02PM DBG Blockpool has no peers module=blocksync
4:02PM DBG Dialing peer address=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:26656 module=p2p
4:02PM INF Error reconnecting to peer. Trying again addr=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:26656 err="dial tcp 212.227.151.143:26656: connect: connection refused" module=p2p tries=2
4:02PM DBG Consensus ticker inbound=0 lastHeight=4406 module=blocksync numPending=0 outbound=0 total=0
4:02PM DBG Blockpool has no peers module=blocksync
4:02PM DBG Consensus ticker inbound=0 lastHeight=4406 module=blocksync numPending=0 outbound=0 total=0
4:02PM DBG Blockpool has no peers module=blocksync
4:02PM DBG Consensus ticker inbound=0 lastHeight=4406 module=blocksync numPending=0 outbound=0 total=0
4:02PM DBG Blockpool has no peers module=blocksync
4:02PM DBG Consensus ticker inbound=0 lastHeight=4406 module=blocksync numPending=0 outbound=0 total=0
4:02PM DBG Blockpool has no peers module=blocksync
4:02PM DBG Consensus ticker inbound=0 lastHeight=4406 module=blocksync numPending=0 outbound=0 total=0
4:02PM DBG Blockpool has no peers module=blocksync
4:02PM DBG Consensus ticker inbound=0 lastHeight=4406 module=blocksync numPending=0 outbound=0 total=0
4:02PM DBG Blockpool has no peers module=blocksync
4:02PM DBG Consensus ticker inbound=0 lastHeight=4406 module=blocksync numPending=0 outbound=0 total=0
4:02PM DBG Blockpool has no peers module=blocksync
4:02PM INF service start impl="Peer{MConn{212.227.151.143:58700} bfb4e96ee52f223a867ead03112d9c9bdef9aeb4 in}" module=p2p msg="Starting Peer service" peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:58700
4:02PM INF service start impl=MConn{212.227.151.143:58700} module=p2p msg="Starting MConnection service" peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:58700
4:02PM DBG Failed to add new address err="Cannot add invalid address bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@0.0.0.0:26656: invalid IP" module=pex
4:02PM DBG Send channel=64 conn=MConn{212.227.151.143:58700} module=p2p msgBytes=2A0508B6221001 peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:58700
4:02PM DBG Added peer module=p2p peer="Peer{MConn{212.227.151.143:58700} bfb4e96ee52f223a867ead03112d9c9bdef9aeb4 in}"
4:02PM DBG No votes to send, sleeping localPC=__ localPV=__ module=consensus peer="Peer{MConn{212.227.151.143:58700} bfb4e96ee52f223a867ead03112d9c9bdef9aeb4 in}" peerPC=null peerPV=null prs.Height=0 rs.Height=4407
4:02PM DBG Flush conn=MConn{212.227.151.143:58700} module=p2p peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:58700
4:02PM DBG Read PacketMsg conn=MConn{212.227.151.143:58700} module=p2p packet={"channel_id":64,"data":"KgUItiIQAQ==","eof":true} peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:58700
4:02PM DBG Received bytes chID=64 module=p2p msgBytes="*\x05\b�\"\x10\x01" peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:58700
4:02PM DBG Receive chID=64 e.Src="Peer{MConn{212.227.151.143:58700} bfb4e96ee52f223a867ead03112d9c9bdef9aeb4 in}" module=blocksync msg="height:4406 base:1 "
4:02PM DBG Read PacketMsg conn=MConn{212.227.151.143:58700} module=p2p packet={"data":"CgA=","eof":true} peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:58700
4:02PM DBG Received bytes chID=0 module=p2p msgBytes="\n\x00" peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:58700
4:02PM DBG Received message chId=0 module=pex msg= src="Peer{MConn{212.227.151.143:58700} bfb4e96ee52f223a867ead03112d9c9bdef9aeb4 in}"
4:02PM DBG Send channel=0 conn=MConn{212.227.151.143:58700} module=p2p msgBytes=1281010A3E0A2837363461643332343065326363303238613265643633666465373331313436616434323233353139120E3135342E31322E3232382E32343518A0D0010A3F0A2862666234653936656535326632323361383637656164303331313264396339626465663961656234120F3231322E3232372E3135312E31343318A0D001 peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:58700
4:02PM DBG Flush conn=MConn{212.227.151.143:58700} module=p2p peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:58700
4:02PM DBG Broadcast channel=64 module=p2p
4:02PM DBG Consensus ticker inbound=1 lastHeight=4406 module=blocksync numPending=0 outbound=0 total=0
4:02PM INF Time to switch to consensus reactor! height=4407 module=blocksync
4:02PM INF service stop impl=BlockPool module=blocksync msg="Stopping BlockPool service"
4:02PM INF SwitchToConsensus module=consensus
4:02PM DBG ignoring updateToState() module=consensus new_height=4407 old_height=4407
4:02PM DBG Broadcast channel=32 module=p2p
4:02PM INF service start impl=ConsensusState module=consensus msg="Starting State service"
4:02PM DBG Send channel=64 conn=MConn{212.227.151.143:58700} module=p2p msgBytes=2200 peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:58700
4:02PM DBG Send channel=32 conn=MConn{212.227.151.143:58700} module=p2p msgBytes=0A0708B7221801200F peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:58700
4:02PM INF service start impl=baseWAL module=consensus msg="Starting baseWAL service" wal=/home/raul/.ignite-wasm-fix/data/cs.wal/wal
4:02PM INF service start impl=Group module=consensus msg="Starting Group service" wal=/home/raul/.ignite-wasm-fix/data/cs.wal/wal
4:02PM INF service start impl=TimeoutTicker module=consensus msg="Starting TimeoutTicker service"
4:02PM INF Searching for height height=4407 max=0 min=0 module=consensus wal=/home/raul/.ignite-wasm-fix/data/cs.wal/wal
4:02PM DBG Starting timeout routine module=consensus
4:02PM INF Searching for height height=4406 max=0 min=0 module=consensus wal=/home/raul/.ignite-wasm-fix/data/cs.wal/wal
4:02PM DBG Flush conn=MConn{212.227.151.143:58700} module=p2p peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:58700
4:02PM INF Found height=4406 index=0 module=consensus wal=/home/raul/.ignite-wasm-fix/data/cs.wal/wal
4:02PM INF Catchup by replaying consensus messages height=4407 module=consensus
4:02PM INF Replay: New Step height=4407 module=consensus round=0 step=RoundStepNewHeight
4:02PM INF Replay: Timeout dur=4987.965735 height=4407 module=consensus round=0 step=RoundStepNewHeight
4:02PM DBG received tock height=4407 module=consensus round=0 step=RoundStepNewHeight timeout=4987.965735
4:02PM DBG entering new round height=4407 module=consensus previous=4407/0/RoundStepNewHeight proposer=164C0869522099DCA86716AB9AFA087CF47FAEC0 round=0
4:02PM DBG entering propose step current=4407/0/RoundStepNewRound height=4407 module=consensus round=0
4:02PM DBG node is a validator height=4407 module=consensus round=0
4:02PM DBG node is not a validator addr=E170CD3E74CB726763E2D2059BB5189B860A563E height=4407 module=consensus round=0 vals="ValidatorSet{\n  Proposer: Validator{164C0869522099DCA86716AB9AFA087CF47FAEC0 PubKeyEd25519{A16836212A4B178D3925C9B6BD757EDAFE1F9E3A1D87A69A7EE21D7A85BEAD4C} VP:101 A:-73}\n  Validators:\n    Validator{164C0869522099DCA86716AB9AFA087CF47FAEC0 PubKeyEd25519{A16836212A4B178D3925C9B6BD757EDAFE1F9E3A1D87A69A7EE21D7A85BEAD4C} VP:101 A:-73}\n    Validator{52504B9F4B661B1DD2DF5B51B3581C7DCA5F7AFA PubKeyEd25519{6AD7EAEAEA4FE9D2A2E2E31797B679BDB1D3F6014191F521CF08F20BA804436F} VP:100 A:74}\n}"
4:02PM DBG Broadcast channel=32 module=p2p
4:02PM DBG Received tick module=consensus new_ti={"duration":3000000000,"height":4407,"round":0,"step":3} old_ti={"duration":0,"height":0,"round":0,"step":0}
4:02PM INF Replay: New Step height=4407 module=consensus round=0 step=RoundStepPropose
4:02PM DBG Scheduled timeout dur=3000 height=4407 module=consensus round=0 step=RoundStepPropose
4:02PM INF Replay: Timeout dur=3000 height=4407 module=consensus round=0 step=RoundStepPropose
4:02PM DBG received tock height=4407 module=consensus round=0 step=RoundStepPropose timeout=3000
4:02PM DBG entering prevote step current=4407/0/RoundStepPropose height=4407 module=consensus round=0
4:02PM DBG prevote step: ProposalBlock is nil height=4407 module=consensus round=0
4:02PM DBG Broadcast channel=32 module=p2p
4:02PM DBG Send channel=32 conn=MConn{212.227.151.143:58700} module=p2p msgBytes=0A0708B7221803200F peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:58700
4:02PM INF Replay: New Step height=4407 module=consensus round=0 step=RoundStepPrevote
4:02PM INF Replay: Vote blockID=:0:000000000000 extSigLen=0 extensionLen=0 height=4407 module=consensus peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4 round=0 type=SIGNED_MSG_TYPE_PREVOTE
4:02PM DBG adding vote cs_height=4407 extLen=0 extSigLen=0 module=consensus val_index=1 vote_height=4407 vote_type=SIGNED_MSG_TYPE_PREVOTE
4:02PM DBG Send channel=32 conn=MConn{212.227.151.143:58700} module=p2p msgBytes=0A0708B7221804200F peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:58700
4:02PM DBG Broadcast channel=32 module=p2p
4:02PM DBG added vote to prevote module=consensus prevotes="VoteSet{H:4407 R:0 T:SIGNED_MSG_TYPE_PREVOTE +2/3:<nil>(0.4975124378109453) BA{2:_x} map[]}" vote="Vote{1:52504B9F4B66 4407/00/SIGNED_MSG_TYPE_PREVOTE(Prevote) 000000000000 1D8130EBAFB6 000000000000 @ 2024-09-02T13:15:29.690761024Z}"
4:02PM DBG Send channel=32 conn=MConn{212.227.151.143:58700} module=p2p msgBytes=3A0708B72218012001 peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:58700
4:02PM INF Replay: New Step height=4407 module=consensus round=0 step=RoundStepPropose
4:02PM INF Replay: New Step height=4407 module=consensus round=0 step=RoundStepPrevote
4:02PM INF Replay: Vote blockID=F515477F2FD72C9B2876C924A13D6503A1C8940790B7D814E4DB011620F67C7F:1:EFDE13C50463 extSigLen=0 extensionLen=0 height=4406 module=consensus peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4 round=0 type=SIGNED_MSG_TYPE_PRECOMMIT
4:02PM DBG adding vote cs_height=4407 extLen=0 extSigLen=0 module=consensus val_index=0 vote_height=4406 vote_type=SIGNED_MSG_TYPE_PRECOMMIT
4:02PM DBG precommit vote came in after commit timeout and has been ignored module=consensus vote="Vote{0:52504B9F4B66 4406/00/SIGNED_MSG_TYPE_PRECOMMIT(Precommit) F515477F2FD7 37D2738A9D3C 000000000000 @ 2024-09-02T13:15:21.687228695Z}"
4:02PM INF Replay: Vote blockID=:0:000000000000 extSigLen=0 extensionLen=0 height=4407 module=consensus peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4 round=0 type=SIGNED_MSG_TYPE_PREVOTE
4:02PM DBG adding vote cs_height=4407 extLen=0 extSigLen=0 module=consensus val_index=1 vote_height=4407 vote_type=SIGNED_MSG_TYPE_PREVOTE
4:02PM INF Replay: Timeout dur=3000 height=4407 module=consensus round=0 step=RoundStepPropose
4:02PM DBG received tock height=4407 module=consensus round=0 step=RoundStepPropose timeout=3000
4:02PM DBG ignoring tock because we are ahead height=4407 module=consensus round=0 step=RoundStepPrevote
4:02PM INF Replay: New Step height=4407 module=consensus round=0 step=RoundStepPropose
4:02PM INF Replay: New Step height=4407 module=consensus round=0 step=RoundStepPrevote
4:02PM INF Replay: Vote blockID=F515477F2FD72C9B2876C924A13D6503A1C8940790B7D814E4DB011620F67C7F:1:EFDE13C50463 extSigLen=0 extensionLen=0 height=4406 module=consensus peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4 round=0 type=SIGNED_MSG_TYPE_PRECOMMIT
4:02PM DBG adding vote cs_height=4407 extLen=0 extSigLen=0 module=consensus val_index=0 vote_height=4406 vote_type=SIGNED_MSG_TYPE_PRECOMMIT
4:02PM DBG precommit vote came in after commit timeout and has been ignored module=consensus vote="Vote{0:52504B9F4B66 4406/00/SIGNED_MSG_TYPE_PRECOMMIT(Precommit) F515477F2FD7 37D2738A9D3C 000000000000 @ 2024-09-02T13:15:21.687228695Z}"
4:02PM INF Replay: Vote blockID=:0:000000000000 extSigLen=0 extensionLen=0 height=4407 module=consensus peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4 round=0 type=SIGNED_MSG_TYPE_PREVOTE
4:02PM DBG adding vote cs_height=4407 extLen=0 extSigLen=0 module=consensus val_index=1 vote_height=4407 vote_type=SIGNED_MSG_TYPE_PREVOTE
4:02PM INF Replay: Timeout dur=3000 height=4407 module=consensus round=0 step=RoundStepPropose
4:02PM DBG received tock height=4407 module=consensus round=0 step=RoundStepPropose timeout=3000
4:02PM DBG ignoring tock because we are ahead height=4407 module=consensus round=0 step=RoundStepPrevote
4:02PM INF Replay: Vote blockID=:0:000000000000 extSigLen=0 extensionLen=0 height=4407 module=consensus peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4 round=0 type=SIGNED_MSG_TYPE_PREVOTE
4:02PM DBG adding vote cs_height=4407 extLen=0 extSigLen=0 module=consensus val_index=1 vote_height=4407 vote_type=SIGNED_MSG_TYPE_PREVOTE
4:02PM INF Replay: New Step height=4407 module=consensus round=0 step=RoundStepPropose
4:02PM INF Replay: New Step height=4407 module=consensus round=0 step=RoundStepPrevote
4:02PM INF Replay: Vote blockID=F515477F2FD72C9B2876C924A13D6503A1C8940790B7D814E4DB011620F67C7F:1:EFDE13C50463 extSigLen=0 extensionLen=0 height=4406 module=consensus peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4 round=0 type=SIGNED_MSG_TYPE_PRECOMMIT
4:02PM DBG adding vote cs_height=4407 extLen=0 extSigLen=0 module=consensus val_index=0 vote_height=4406 vote_type=SIGNED_MSG_TYPE_PRECOMMIT
4:02PM DBG precommit vote came in after commit timeout and has been ignored module=consensus vote="Vote{0:52504B9F4B66 4406/00/SIGNED_MSG_TYPE_PRECOMMIT(Precommit) F515477F2FD7 37D2738A9D3C 000000000000 @ 2024-09-02T13:15:21.687228695Z}"
4:02PM INF Replay: Vote blockID=:0:000000000000 extSigLen=0 extensionLen=0 height=4407 module=consensus peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4 round=0 type=SIGNED_MSG_TYPE_PREVOTE
4:02PM DBG adding vote cs_height=4407 extLen=0 extSigLen=0 module=consensus val_index=1 vote_height=4407 vote_type=SIGNED_MSG_TYPE_PREVOTE
4:02PM INF Replay: Timeout dur=3000 height=4407 module=consensus round=0 step=RoundStepPropose
4:02PM DBG received tock height=4407 module=consensus round=0 step=RoundStepPropose timeout=3000
4:02PM DBG ignoring tock because we are ahead height=4407 module=consensus round=0 step=RoundStepPrevote
4:02PM INF Replay: New Step height=4407 module=consensus round=0 step=RoundStepPropose
4:02PM INF Replay: New Step height=4407 module=consensus round=0 step=RoundStepPrevote
4:02PM INF Replay: Vote blockID=F515477F2FD72C9B2876C924A13D6503A1C8940790B7D814E4DB011620F67C7F:1:EFDE13C50463 extSigLen=0 extensionLen=0 height=4406 module=consensus peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4 round=0 type=SIGNED_MSG_TYPE_PRECOMMIT
4:02PM DBG adding vote cs_height=4407 extLen=0 extSigLen=0 module=consensus val_index=0 vote_height=4406 vote_type=SIGNED_MSG_TYPE_PRECOMMIT
4:02PM DBG precommit vote came in after commit timeout and has been ignored module=consensus vote="Vote{0:52504B9F4B66 4406/00/SIGNED_MSG_TYPE_PRECOMMIT(Precommit) F515477F2FD7 37D2738A9D3C 000000000000 @ 2024-09-02T13:15:21.687228695Z}"
4:02PM INF Replay: Vote blockID=:0:000000000000 extSigLen=0 extensionLen=0 height=4407 module=consensus peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4 round=0 type=SIGNED_MSG_TYPE_PREVOTE
4:02PM DBG adding vote cs_height=4407 extLen=0 extSigLen=0 module=consensus val_index=1 vote_height=4407 vote_type=SIGNED_MSG_TYPE_PREVOTE
4:02PM INF Replay: Timeout dur=3000 height=4407 module=consensus round=0 step=RoundStepPropose
4:02PM DBG received tock height=4407 module=consensus round=0 step=RoundStepPropose timeout=3000
4:02PM DBG ignoring tock because we are ahead height=4407 module=consensus round=0 step=RoundStepPrevote
4:02PM INF Replay: New Step height=4407 module=consensus round=0 step=RoundStepPropose
4:02PM INF Replay: New Step height=4407 module=consensus round=0 step=RoundStepPrevote
4:02PM INF Replay: Vote blockID=F515477F2FD72C9B2876C924A13D6503A1C8940790B7D814E4DB011620F67C7F:1:EFDE13C50463 extSigLen=0 extensionLen=0 height=4406 module=consensus peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4 round=0 type=SIGNED_MSG_TYPE_PRECOMMIT
4:02PM DBG adding vote cs_height=4407 extLen=0 extSigLen=0 module=consensus val_index=0 vote_height=4406 vote_type=SIGNED_MSG_TYPE_PRECOMMIT
4:02PM DBG precommit vote came in after commit timeout and has been ignored module=consensus vote="Vote{0:52504B9F4B66 4406/00/SIGNED_MSG_TYPE_PRECOMMIT(Precommit) F515477F2FD7 37D2738A9D3C 000000000000 @ 2024-09-02T13:15:21.687228695Z}"
4:02PM INF Replay: Vote blockID=:0:000000000000 extSigLen=0 extensionLen=0 height=4407 module=consensus peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4 round=0 type=SIGNED_MSG_TYPE_PREVOTE
4:02PM DBG adding vote cs_height=4407 extLen=0 extSigLen=0 module=consensus val_index=1 vote_height=4407 vote_type=SIGNED_MSG_TYPE_PREVOTE
4:02PM INF Replay: Timeout dur=3000 height=4407 module=consensus round=0 step=RoundStepPropose
4:02PM DBG received tock height=4407 module=consensus round=0 step=RoundStepPropose timeout=3000
4:02PM DBG ignoring tock because we are ahead height=4407 module=consensus round=0 step=RoundStepPrevote
4:02PM INF Replay: Done module=consensus
4:02PM DBG Received tick module=consensus new_ti={"duration":-15130340753,"height":4407,"round":0,"step":1} old_ti={"duration":3000000000,"height":4407,"round":0,"step":3}
4:02PM DBG Read PacketMsg conn=MConn{212.227.151.143:58700} module=p2p packet={"channel_id":32,"data":"ChAItyIYASD9//////////8B","eof":true} peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:58700
4:02PM DBG Received bytes chID=32 module=p2p msgBytes="\n\x10\b�\"\x18\x01 ���������\x01" peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:58700
4:02PM DBG Receive chId=32 module=consensus msg="[NewRoundStep H:4407 R:0 S:RoundStepNewHeight LCR:0]" src="Peer{MConn{212.227.151.143:58700} bfb4e96ee52f223a867ead03112d9c9bdef9aeb4 in}"
4:02PM DBG Sending vote message module=consensus ps={"round_state":{"catchup_commit":null,"catchup_commit_round":-1,"height":"4407","last_commit":"__","last_commit_round":0,"precommits":null,"prevotes":null,"proposal":false,"proposal_block_part_set_header":{"hash":"","total":0},"proposal_block_parts":null,"proposal_pol":null,"proposal_pol_round":-1,"round":0,"start_time":"2024-09-02T14:02:27.383509779Z","step":1},"stats":{"block_parts":"0","votes":"1"}} vote="Vote{0:52504B9F4B66 4406/00/SIGNED_MSG_TYPE_PRECOMMIT(Precommit) F515477F2FD7 37D2738A9D3C 000000000000 @ 2024-09-02T13:15:21.687228695Z}"
4:02PM DBG Send channel=34 conn=MConn{212.227.151.143:58700} module=p2p msgBytes=32B8010AB501080210B62222480A20F515477F2FD72C9B2876C924A13D6503A1C8940790B7D814E4DB011620F67C7F122408011220EFDE13C504630CE930F500119876493BA5181800620261F23296F695CAB6E5622A0C08E9F4D6B60610978ED9C702321452504B9F4B661B1DD2DF5B51B3581C7DCA5F7AFA424037D2738A9D3C947209866D36D49B723A10BF1A385B7A708B98B384E68387B73AF0F5C46C39BF28796E1EA1AB6D45F4F4A1F0D7E4547E07618AA097B60AFFAF0F peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:58700
4:02PM DBG setHasVote H/R=4406/0 index=0 module=consensus peerH/R=4407/0 type=SIGNED_MSG_TYPE_PRECOMMIT
4:02PM DBG Picked rs.LastCommit to send height=4407 module=consensus peer="Peer{MConn{212.227.151.143:58700} bfb4e96ee52f223a867ead03112d9c9bdef9aeb4 in}"
4:02PM DBG Sending vote message module=consensus ps={"round_state":{"catchup_commit":"__","catchup_commit_round":-1,"height":"4407","last_commit":"x_","last_commit_round":0,"precommits":"__","prevotes":"__","proposal":false,"proposal_block_part_set_header":{"hash":"","total":0},"proposal_block_parts":null,"proposal_pol":"__","proposal_pol_round":-1,"round":0,"start_time":"2024-09-02T14:02:27.383509779Z","step":1},"stats":{"block_parts":"0","votes":"1"}} vote="Vote{1:52504B9F4B66 4407/00/SIGNED_MSG_TYPE_PREVOTE(Prevote) 000000000000 1D8130EBAFB6 000000000000 @ 2024-09-02T13:15:29.690761024Z}"
4:02PM DBG Send channel=34 conn=MConn{212.227.151.143:58700} module=p2p msgBytes=32730A71080110B722220212002A0C08F1F4D6B60610C0DAB0C902321452504B9F4B661B1DD2DF5B51B3581C7DCA5F7AFA380142401D8130EBAFB65BE865D02DF55253D0BD4A7703A7BA6C583020B3FB4BBE4E546BE066A60F73FDEDE71CB30D8C477677BB0FF0BB7A909296A0B6830E65120AB807 peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:58700
4:02PM DBG setHasVote H/R=4407/0 index=1 module=consensus peerH/R=4407/0 type=SIGNED_MSG_TYPE_PREVOTE
4:02PM DBG Picked rs.Prevotes(prs.Round) to send height=4407 module=consensus peer="Peer{MConn{212.227.151.143:58700} bfb4e96ee52f223a867ead03112d9c9bdef9aeb4 in}" round=0
4:02PM DBG No votes to send, sleeping localPC=__ localPV=_x module=consensus peer="Peer{MConn{212.227.151.143:58700} bfb4e96ee52f223a867ead03112d9c9bdef9aeb4 in}" peerPC=__ peerPV=_x prs.Height=4407 rs.Height=4407
4:02PM DBG Flush conn=MConn{212.227.151.143:58700} module=p2p peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:58700
4:02PM DBG Read PacketMsg conn=MConn{212.227.151.143:58700} module=p2p packet={"channel_id":64,"data":"KgUItiIQAQ==","eof":true} peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:58700
4:02PM DBG Received bytes chID=64 module=p2p msgBytes="*\x05\b�\"\x10\x01" peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:58700
4:02PM DBG Receive chID=64 e.Src="Peer{MConn{212.227.151.143:58700} bfb4e96ee52f223a867ead03112d9c9bdef9aeb4 in}" module=blocksync msg="height:4406 base:1 "
4:02PM DBG Read PacketMsg conn=MConn{212.227.151.143:58700} module=p2p packet={"channel_id":32,"data":"ChAItyIYAyD9//////////8B","eof":true} peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:58700
4:02PM DBG Received bytes chID=32 module=p2p msgBytes="\n\x10\b�\"\x18\x03 ���������\x01" peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:58700
4:02PM DBG Receive chId=32 module=consensus msg="[NewRoundStep H:4407 R:0 S:RoundStepPropose LCR:0]" src="Peer{MConn{212.227.151.143:58700} bfb4e96ee52f223a867ead03112d9c9bdef9aeb4 in}"
4:02PM DBG Read PacketMsg conn=MConn{212.227.151.143:58700} module=p2p packet={"channel_id":32,"data":"ChAItyIYBCD9//////////8B","eof":true} peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:58700
4:02PM DBG Received bytes chID=32 module=p2p msgBytes="\n\x10\b�\"\x18\x04 ���������\x01" peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:58700
4:02PM DBG Receive chId=32 module=consensus msg="[NewRoundStep H:4407 R:0 S:RoundStepPrevote LCR:0]" src="Peer{MConn{212.227.151.143:58700} bfb4e96ee52f223a867ead03112d9c9bdef9aeb4 in}"
4:02PM DBG Read PacketMsg conn=MConn{212.227.151.143:58700} module=p2p packet={"channel_id":32,"data":"OgcItyIYASAB","eof":true} peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:58700
4:02PM DBG Received bytes chID=32 module=p2p msgBytes=":\a\b�\"\x18\x01 \x01" peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:58700
4:02PM DBG Receive chId=32 module=consensus msg="[HasVote VI:1 V:{4407/00/SIGNED_MSG_TYPE_PREVOTE}]" src="Peer{MConn{212.227.151.143:58700} bfb4e96ee52f223a867ead03112d9c9bdef9aeb4 in}"
4:02PM DBG setHasVote H/R=4407/0 index=1 module=consensus peerH/R=4407/0 type=SIGNED_MSG_TYPE_PREVOTE
4:02PM DBG Read PacketMsg conn=MConn{212.227.151.143:58700} module=p2p packet={"channel_id":34,"data":"MrgBCrUBCAIQtiIiSAog9RVHfy/XLJsodskkoT1lA6HIlAeQt9gU5NsBFiD2fH8SJAgBEiDv3hPFBGMM6TD1ABGYdkk7pRgYAGICYfIylvaVyrblYioMCOn01rYGEJeO2ccCMhRSUEufS2YbHdLfW1GzWBx9yl96+kJAN9Jzip08lHIJhm021JtyOhC/GjhbenCLmLOE5oOHtzrw9cRsOb8oeW4eoattRfT0ofDX5FR+B2GKoJe2Cv+vDw==","eof":true} peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:58700
4:02PM DBG Received bytes chID=34 module=p2p msgBytes="2�\x01\n�\x01\b\x02\x10�\"\"H\n �\x15G\x7f/�,�(v�$�=e\x03�Ȕ\a���\x14��\x01\x16 �|\x7f\x12$\b\x01\x12 ��\x13�\x04c\f�0�\x00\x11�vI;�\x18\x18\x00b\x02a�2���ʶ�b*\f\b��ֶ\x06\x10����\x022\x14RPK�Kf\x1b\x1d��[Q�X\x1c}�_z�B@7�s��<�r\t�m6ԛr:\x10�\x1a8[zp����惇�:���l9�(yn\x1e��mE������T~\aa����\n��\x0f" peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:58700
4:02PM DBG Receive chId=34 module=consensus msg="[Vote Vote{0:52504B9F4B66 4406/00/SIGNED_MSG_TYPE_PRECOMMIT(Precommit) F515477F2FD7 37D2738A9D3C 000000000000 @ 2024-09-02T13:15:21.687228695Z}]" src="Peer{MConn{212.227.151.143:58700} bfb4e96ee52f223a867ead03112d9c9bdef9aeb4 in}"
4:02PM DBG setHasVote H/R=4406/0 index=0 module=consensus peerH/R=4407/0 type=SIGNED_MSG_TYPE_PRECOMMIT
4:02PM DBG Read PacketMsg conn=MConn{212.227.151.143:58700} module=p2p packet={"channel_id":34,"data":"MnMKcQgBELciIgISACoMCPH01rYGEMDasMkCMhRSUEufS2YbHdLfW1GzWBx9yl96+jgBQkAdgTDrr7Zb6GXQLfVSU9C9SncDp7psWDAgs/tLvk5Ua+Bmpg9z/e3nHLMNjEd2d7sP8Lt6kJKWoLaDDmUSCrgH","eof":true} peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:58700
4:02PM DBG Received bytes chID=34 module=p2p msgBytes="2s\nq\b\x01\x10�\"\"\x02\x12\x00*\f\b��ֶ\x06\x10�ڰ�\x022\x14RPK�Kf\x1b\x1d��[Q�X\x1c}�_z�8\x01B@\x1d�0믶[�e�-�RSнJw\x03��lX0 ��K�NTk�f�\x0fs���\x1c�\r�Gvw�\x0f��z������\x0ee\x12\n�\a" peer=bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:58700
4:02PM DBG Receive chId=34 module=consensus msg="[Vote Vote{1:52504B9F4B66 4407/00/SIGNED_MSG_TYPE_PREVOTE(Prevote) 000000000000 1D8130EBAFB6 000000000000 @ 2024-09-02T13:15:29.690761024Z}]" src="Peer{MConn{212.227.151.143:58700} bfb4e96ee52f223a867ead03112d9c9bdef9aeb4 in}"
4:02PM DBG setHasVote H/R=4407/0 index=1 module=consensus peerH/R=4407/0 type=SIGNED_MSG_TYPE_PREVOTE
4:02PM DBG adding vote cs_height=4407 extLen=0 extSigLen=0 module=consensus val_index=0 vote_height=4406 vote_type=SIGNED_MSG_TYPE_PRECOMMIT
4:02PM DBG precommit vote came in after commit timeout and has been ignored module=consensus vote="Vote{0:52504B9F4B66 4406/00/SIGNED_MSG_TYPE_PRECOMMIT(Precommit) F515477F2FD7 37D2738A9D3C 000000000000 @ 2024-09-02T13:15:21.687228695Z}"
4:02PM DBG adding vote cs_height=4407 extLen=0 extSigLen=0 module=consensus val_index=1 vote_height=4407 vote_type=SIGNED_MSG_TYPE_PREVOTE
4:02PM INF Timed out dur=3000 height=4407 module=consensus round=0 step=RoundStepPropose
4:02PM DBG received tock height=4407 module=consensus round=0 step=RoundStepPropose timeout=3000
4:02PM DBG ignoring tock because we are ahead height=4407 module=consensus round=0 step=RoundStepPrevote
4:02PM INF Ensure peers module=pex numDialing=0 numInPeers=1 numOutPeers=0 numToDial=10
RaulBernal commented 2 months ago

Val 1 config:

# Comma separated list of nodes to keep persistent connections to
persistent_peers = "764ad3240e2cc028a2ed63fde731146ad4223519@154.12.228.245:26656"

Val 2 config:

persistent_peers = "bfb4e96ee52f223a867ead03112d9c9bdef9aeb4@212.227.151.143:26656"
julienrbrt commented 2 months ago

Discussed on Discord about this issue. The above is about another issue, unrelated to the Wasm app. We can proceed with releasing this version.

julienrbrt commented 2 months ago

https://github.com/ignite/apps/releases/tag/wasm%2Fv0.2.0