dymensionxyz/rollapp

panic: invalid height: 70651; expected: 70664 .

Closed this issue ยท 1 comments

Describe the bug

invalid height on the rollapp logs

then i try:

systemctl stop sequencer
sed -i 's/^aggregator *=.*/aggregator = "false"/' $HOME/.roller/rollapp/config/dymint.toml
systemctl restart sequencer

but the blocks just stuck forever, it won't increase

~# roller version

๐Ÿ’ˆ Roller version v0.1.21-beta
๐Ÿ’ˆ Build time: 2023-11-12T13:35:58+0000"
๐Ÿ’ˆ Git commit: 91828b8725e8bd40831083fd6800a3894e059edc

the block height in here is still 70650 https://exp.kessoku.xyz/#/megumii so the next blocks it should be 70651 but the rollapp expected: 70664

rpcs=https://api.dym.kessoku.xyz/
curl -s ${rpcs}/status | jq
curl -s -X GET -H "Content-Type: application/json" ${rpcs}/rest/cosmos/base/tendermint/v1beta1/node_info | jq .default_node_info
curl -X POST --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}' -H "Content-Type: application/json" https://evm.dym.kessoku.xyz/ | jq

Output:

{
  "jsonrpc": "2.0",
  "result": {
    "node_info": {
      "protocol_version": {
        "p2p": "8",
        "block": "11",
        "app": "0"
      },
      "id": "0024080112208c26447470bb67f8a41d39c4afdb7cffddc67b2059deea35a461a5b879a43a98",
      "listen_addr": "/ip4/0.0.0.0/tcp/26656",
      "network": "megumii_4962415-1",
      "version": "<version>",
      "channels": "01",
      "moniker": "vmi1098162.contaboserver.net",
      "other": {
        "tx_index": "on",
        "rpc_address": "tcp://127.0.0.1:26657"
      }
    },
    "sync_info": {
      "latest_block_hash": "565651E3C6371ADBA06FDE9AA1F06ADF4FC81913A8064ED367A3C0E54077DE02",
      "latest_app_hash": "E9A1DEC2C64BDC7BC3714F91B5EBB43B792837863AF50C0A3C270973586AE9F6",
      "latest_block_height": "70650",
      "latest_block_time": "2023-11-25T19:58:59.003258179Z",
      "earliest_block_hash": "",
      "earliest_app_hash": "",
      "earliest_block_height": "0",
      "earliest_block_time": "0001-01-01T00:00:00Z",
      "catching_up": false
    },
    "validator_info": {
      "address": "07506EFD712EC0D170940C3218F5E33CC76EDFE8",
      "pub_key": {
        "type": "tendermint/PubKeyEd25519",
        "value": "z3/mgJGo53h08GhPJfivKlK9+6tApWCrxyWE/09k820="
      },
      "voting_power": "1"
    }
  },
  "id": -1
}

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   107  100    44  100    63    147    210 --:--:-- --:--:-- --:--:--   357

{
  "jsonrpc": "2.0",
  "id": 1,
  "result": "0x11407"
}