Open AndyBoWu opened 2 weeks ago
Seeing the following errors on odyssey-testnet-rpc2 and this requires some attention and deep dive.
odyssey-testnet-rpc2
24-11-10 15:11:01.755 ERRO !! Fatal error occurred, app died️ unexpectedly !! err="create comet node: create node: error during handshake: error on replay: module manager preblocker: wrong app version 0, upgrade handler is missing for v0.12.1 upgrade plan" stacktrace="[errors.go:39 start.go:261 start.go:133 start.go:56 cmd.go:56 command.go:985 command.go:1117 command.go:1041 command.go:1034 cmd.go:34 main.go:10 proc.go:271 asm_amd64.s:1695]" 24-11-10 15:11:01.755 ERRO error in proxyAppConn.FinalizeBlock module=consensus err="module manager preblocker: wrong app version 0, upgrade handler is missing for v0.12.1 upgrade plan" stacktrace="[errors.go:39 app.go:161 baseapp.go:706 abci.go:756 abci.go:884 cmt_abci.go:44 abci.go:99 local_client.go:185 app_conn.go:104 execution.go:224 execution.go:219 replay.go:534 replay.go:433 replay.go:274 setup.go:182 node.go:359 node.go:279 start.go:251 start.go:133 start.go:56 cmd.go:56 command.go:985 command.go:1117 command.go:1041 command.go:1034 cmd.go:34 main.go:10 proc.go:271 asm_amd64.s:1695]"
This is due to the reused tag of v0.12.1. Instead of building the binary by checking out the github tag (v0.12.1), please use the built binary from the released page or check out by commit hash (20fed5e)
v0.12.1
20fed5e
Seeing the following errors on
odyssey-testnet-rpc2
and this requires some attention and deep dive.