Skip to content
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

no hosted runtime is available #298

Open
tenony opened this issue Jul 1, 2022 · 2 comments
Open

no hosted runtime is available #298

tenony opened this issue Jul 1, 2022 · 2 comments

Comments

@tenony
Copy link

tenony commented Jul 1, 2022

emerald-web3-gateway service log

Jul 01 06:34:31 emerald-web3-gateway[14817]: {"caller":"indexer.go:148","err":"no rounds indexed","level":"error","module":"gateway/indexer","msg":"failed to query last indexed round","runtime_id":"000000000000000000000000000000000000000000000000e2eaa99fc008f87f","ts":"2022-07-01T06:34:31.951017505Z"}
Jul 01 06:34:32 emerald-web3-gateway[14817]: {"caller":"grpc.go:242","err":"client: no hosted runtime is available","level":"error","method":"/oasis-core.RuntimeClient/Query","module":"grpc/client","msg":"request failed","req_seq":8976,"rsp":{"data":null},"ts":"2022-07-01T06:34:32.488137114Z"}
Jul 01 06:34:32 emerald-web3-gateway[14817]: {"caller":"indexer.go:291","err":"querying block parameters: client: no hosted runtime is available","level":"warn","module":"gateway/indexer","msg":"failed to index block","round":1103298,"runtime_id":"000000000000000000000000000000000000000000000000e2eaa99fc008f87f","ts":"2022-07-01T06:34:32.488202202Z"}

oasis service log

Jul 01 06:18:02 oasis-node[14802]: {"caller":"grpc.go:202","err":"rpc error: code = Unknown desc = client: no hosted runtime is available","level":"error","method":"/oasis-core.RuntimeClient/Query","module":"grpc/internal","msg":"request failed","req_seq":5062,"ts":"2022-07-01T06:18:02.005004053Z"}
Jul 01 06:18:02 oasis-node[14802]: {"caller":"indexer_service.go:82","height":8896076,"level":"info","module":"tendermint:txindex","msg":"indexed block","ts":"2022-07-01T06:18:02.006087907Z"}
Jul 01 06:18:02 oasis-node[14802]: {"caller":"grpc.go:202","err":"rpc error: code = Unknown desc = client: no hosted runtime is available","level":"error","method":"/oasis-core.RuntimeClient/Query","module":"grpc/internal","msg":"request failed","req_seq":5063,"ts":"2022-07-01T06:18:02.044983262Z"}
Jul 01 06:18:02 oasis-node[14802]: {"account":"oasis1qzgfrauyppwvfpkjcsxmhjxu5qtp909qtuvslqjc","caller":"transactions.go:382","entity":"4AfzFStFRGEbfiAZl10gk8+xA8NVkWtumxJPY7cf0gg=","err":"staking: insufficient stake","level":"error","mode":"deliver tx","module":"consensus/tendermint/abci","msg":"RegisterNode: insufficient stake for new node","ts":"2022-07-01T06:18:02.057324519Z"}

emerald-web3-gateway version

emerald-web3-gateway --version
Software version: 2.2.0
Oasis SDK version: v0.2.1-0.20220321110407-a1147dd2c331
Go toolchain version: go1.17.8

oasis-node --version

oasis-node --version
Software version: 22.1.3
Consensus:
Consensus protocol version: 6.0.0
Runtime:
Host protocol version: 5.0.0
Committee protocol version: 4.0.0
Go toolchain version: 1.17.8

oasis-node config

datadir: /oasis/data

log:
  level:
    default: info
    tendermint: info
    tendermint/context: error
  format: JSON

genesis:
  file: /oasis/etc/genesis.json

consensus:
  tendermint:
    p2p:
      # List of seed nodes to connect to.
      # NOTE: You can add additional seed nodes to this list if you want.
      seed:
        - "[email protected]:26656"

runtime:
  mode: client
  paths:
    # Paths to ParaTime bundles for all of the supported ParaTimes.
    - "/oasis/runtimes/emerald-paratime.orc"

emerald-web3-gateway config

runtime_id: "000000000000000000000000000000000000000000000000e2eaa99fc008f87f"
# This needs to be the damask emerald client node
node_address: "unix:/oasis/data/internal.sock"

enable_pruning: false

log:
  level: warn
  format: json

database:
  host: localhost
  port: 5432
  db: postgres
  user: postgres
  password: postgres
  dial_timeout: 5
  read_timeout: 10
  write_timeout: 5
  max_open_conns: 0

gateway:
  chain_id: 42262
  http:
    host: 0.0.0.0
    port: 8545
    cors: ["*"]
  ws:
    host: 0.0.0.0
    port: 8546
    origins: ["*"]
  method_limits:
    get_logs_max_rounds: 100

oasis-node control status

{
  "software_version": "22.1.3",
  "identity": {
    "node": "znkvhbTAXBm/kZFEW7HcaKgfcK8AQDPzO92Gk6SUfv4=",
    "p2p": "c0p97/Bz/BDiSSku1xrgOAOnbmW1FOQ42iaQMafE9aM=",
    "consensus": "pxEGPugHRVmDSQDArvq/aRBOt3Pz4aTjkvwZlXJGOB4=",
    "tls": [
      "IyESpIAMbVj9dTqazYDHsgrXF3t/ksGj7gF3YPa5KsU=",
      "9fYjdU2VbSHlLZaLYy7ueA2TiDmIDIIvDzSGZ0f7fBY="
    ]
  },
  "consensus": {
    "version": {
      "major": 6
    },
    "backend": "tendermint",
    "features": 3,
    "node_peers": [
      "[email protected]:26656",
      "[email protected]:26656",
      "[email protected]:26656",
      "[email protected]:26656",
      "[email protected]:26656",
      "[email protected]:26656",
      "[email protected]:26656",
      "[email protected]:26786",
      "[email protected]:26656",
      "[email protected]:26656",
      "[email protected]:26656",
      "[email protected]:26656",
      "[email protected]:26656",
      "[email protected]:26656",
      "[email protected]:26656",
      "[email protected]:26656",
      "[email protected]:26656",
      "[email protected]:26656",
      "[email protected]:26656",
      "[email protected]:26630"
    ],
    "latest_height": 8901879,
    "latest_hash": "bde04dfe6570e4290a645ab74de2d538cb2335b574878a41a658e0d059650c00",
    "latest_time": "2022-06-08T22:31:40Z",
    "latest_epoch": 14823,
    "latest_state_root": {
      "ns": "0000000000000000000000000000000000000000000000000000000000000000",
      "version": 8901878,
      "root_type": 1,
      "hash": "efb63f617ff0c56dee90e6fc5ca08a0b3d852e04d1cc5917f484655bd25c7c28"
    },
    "genesis_height": 8048956,
    "genesis_hash": "0a29ac21fa69bb9e43e5cb25d10826ff3946f1ce977e82f99a2614206a50765c",
    "last_retained_height": 8048956,
    "last_retained_hash": "0a29ac21fa69bb9e43e5cb25d10826ff3946f1ce977e82f99a2614206a50765c",
    "chain_context": "b11b369e0da5bb230b220127f5e7b242d385ef8c6f54906243f30af63c815535",
    "is_validator": false
  },
  "runtimes": {
    "000000000000000000000000000000000000000000000000e2eaa99fc008f87f": {
      "descriptor": null,
      "latest_round": 1652141,
      "latest_hash": "d39f031124cc289e1815685a2a3d83072a9b5e7bd78b80ba2a1768f8406fac9a",
      "latest_time": "2022-06-08T22:31:45Z",
      "latest_state_root": {
        "ns": "000000000000000000000000000000000000000000000000e2eaa99fc008f87f",
        "version": 1652141,
        "root_type": 1,
        "hash": "65e95c7d6bd4c16f2c28b4e94603ec6c47b4d8a50a042da13178de586844f63a"
      },
      "genesis_round": 1003298,
      "genesis_hash": "4c49e8609f16b80f3d7268e64569f0a3e1196d4bb297e472563af2591d505f15",
      "last_retained_round": 1003298,
      "last_retained_hash": "4c49e8609f16b80f3d7268e64569f0a3e1196d4bb297e472563af2591d505f15",
      "committee": {
        "active_version": null,
        "latest_round": 0,
        "latest_height": 0,
        "executor_roles": null,
        "is_txn_scheduler": false,
        "peers": null,
        "host": {
          "versions": [
            {
              "major": 8,
              "minor": 2
            }
          ]
        }
      },
      "storage": {
        "last_finalized_round": 18446744073709551615
      }
    }
  },
  "registration": {
    "last_registration": "0001-01-01T00:00:00Z"
  },
  "pending_upgrades": []
}

Gateway could not correctly connect to oasis node, it records "no hosted runtime is available" in both oasis-node and emerald-web3-gateway service log.

Are there any mistakes in my configs ?
Could anyone help me fix this, plz.

@kostko
Copy link
Member

kostko commented Jul 1, 2022

It seems your node is still syncing.

@tenony
Copy link
Author

tenony commented Jul 1, 2022

Tks for replying. I use snapshot of https://snapshots.alexvalidator.com/oasis/ to catch up the latest block height, but get new errors for me.

emerald-web3-gateway service log

Jul 01 10:12:27 emerald-web3-gateway[52946]: {"caller":"grpc.go:242","err":"query aborted: Any { .. }","level":"error","method":"/oasis-core.RuntimeClient/Query","module":"grpc/client","msg":"request failed","req_seq":1993,"rsp":{"data":null},"ts":"2022-07-01T10:12:27.175841512Z"}
Jul 01 10:12:27 emerald-web3-gateway[52946]: {"caller":"indexer.go:291","err":"querying block parameters: query aborted: Any { .. }","level":"warn","module":"gateway/indexer","msg":"failed to index block","round":1851863,"runtime_id":"000000000000000000000000000000000000000000000000e2eaa99fc008f87f","ts":"2022-07-01T10:12:27.175898871Z"}
Jul 01 10:12:27 emerald-web3-gateway[52946]: {"caller":"indexer.go:148","err":"no rounds indexed","level":"error","module":"gateway/indexer","msg":"failed to query last indexed round","runtime_id":"000000000000000000000000000000000000000000000000e2eaa99fc008f87f","ts":"2022-07-01T10:12:27.479693069Z"}
Jul 01 10:12:28 emerald-web3-gateway[52946]: {"caller":"grpc.go:242","err":"query aborted: Any { .. }","level":"error","method":"/oasis-core.RuntimeClient/Query","module":"grpc/client","msg":"request failed","req_seq":1997,"rsp":{"data":null},"ts":"2022-07-01T10:12:28.181738997Z"}
Jul 01 10:12:28 emerald-web3-gateway[52946]: {"caller":"indexer.go:291","err":"querying block parameters: query aborted: Any { .. }","level":"warn","module":"gateway/indexer","msg":"failed to index block","round":1851863,"runtime_id":"000000000000000000000000000000000000000000000000e2eaa99fc008f87f","ts":"2022-07-01T10:12:28.181780246Z"}

oasis-node service log

Jul 01 10:14:42 oasis-node[52926]: {"caller":"logger.go:80","err":"invalid character 's' looking for beginning of value","level":"warn","log_line":"stack backtrace:","module":"runtime/host/sandbox","msg":"non-JSON log line from runtime","ts":"2022-07-01T10:14:42.977242835Z"}
Jul 01 10:14:42 oasis-node[52926]: {"caller":"logger.go:80","err":"invalid character 'o' in literal null (expecting 'u')","level":"warn","log_line":"note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.","module":"runtime/host/sandbox","msg":"non-JSON log line from runtime","ts":"2022-07-01T10:14:42.977258763Z"}
Jul 01 10:14:42 oasis-node[52926]: {"caller":"grpc.go:202","err":"rpc error: code = Unknown desc = query aborted: Any { .. }","level":"error","method":"/oasis-core.RuntimeClient/Query","module":"grpc/internal","msg":"request failed","req_seq":2566,"ts":"2022-07-01T10:14:42.978041625Z"}
Jul 01 10:14:43 oasis-node[52926]: {"caller":"ticker.go:124","dur":"4.961508156s","height":9229309,"level":"info","module":"tendermint:consensus","msg":"Timed out","round":0,"step":"RoundStepNewHeight","ts":"2022-07-01T10:14:43.781126125Z"}
Jul 01 10:14:43 oasis-node[52926]: {"caller":"logger.go:80","err":"invalid character 'h' in literal true (expecting 'r')","level":"warn","log_line":"thread 'tokio-runtime-worker' panicked at 'called `Result::unwrap()` on an `Err` value: module: storage/mkvs/db code: 5 message: worker/storage: SyncGet to local storage failed: mkvs: version not found","module":"runtime/host/sandbox","msg":"non-JSON log line from runtime","ts":"2022-07-01T10:14:43.983733214Z"}
Jul 01 10:14:43 oasis-node[52926]: {"caller":"logger.go:80","err":"invalid character 'S' looking for beginning of value","level":"warn","log_line":"\nStack backtrace:","module":"runtime/host/sandbox","msg":"non-JSON log line from runtime","ts":"2022-07-01T10:14:43.98378028Z"}
Jul 01 10:14:43 oasis-node[52926]: {"caller":"logger.go:80","err":"invalid character ':' after top-level value","level":"warn","log_line":"   0: <unknown>","module":"runtime/host/sandbox","msg":"non-JSON log line from runtime","ts":"2022-07-01T10:14:43.983797433Z"}
Jul 01 10:14:43 oasis-node[52926]: {"caller":"logger.go:80","err":"invalid character ':' after top-level value","level":"warn","log_line":"   1: <unknown>","module":"runtime/host/sandbox","msg":"non-JSON log line from runtime","ts":"2022-07-01T10:14:43.98381293Z"}
Jul 01 10:14:43 oasis-node[52926]: {"caller":"logger.go:80","err":"invalid character ':' after top-level value","level":"warn","log_line":"   2: <unknown>","module":"runtime/host/sandbox","msg":"non-JSON log line from runtime","ts":"2022-07-01T10:14:43.983826934Z"}
Jul 01 10:14:43 oasis-node[52926]: {"caller":"logger.go:80","err":"invalid character ':' after top-level value","level":"warn","log_line":"   3: <unknown>","module":"runtime/host/sandbox","msg":"non-JSON log line from runtime","ts":"2022-07-01T10:14:43.983840383Z"}
Jul 01 10:14:43 oasis-node[52926]: {"caller":"logger.go:80","err":"invalid character ':' after top-level value","level":"warn","log_line":"   4: <unknown>","module":"runtime/host/sandbox","msg":"non-JSON log line from runtime","ts":"2022-07-01T10:14:43.983855518Z"}
Jul 01 10:14:43 oasis-node[52926]: {"caller":"logger.go:80","err":"invalid character ':' after top-level value","level":"warn","log_line":"   5: <unknown>","module":"runtime/host/sandbox","msg":"non-JSON log line from runtime","ts":"2022-07-01T10:14:43.983870888Z"}
Jul 01 10:14:43 oasis-node[52926]: {"caller":"logger.go:80","err":"invalid character ':' after top-level value","level":"warn","log_line":"   6: <unknown>","module":"runtime/host/sandbox","msg":"non-JSON log line from runtime","ts":"2022-07-01T10:14:43.983886952Z"}
Jul 01 10:14:43 oasis-node[52926]: {"caller":"logger.go:80","err":"invalid character ':' after top-level value","level":"warn","log_line":"   7: <unknown>","module":"runtime/host/sandbox","msg":"non-JSON log line from runtime","ts":"2022-07-01T10:14:43.983903194Z"}
Jul 01 10:14:43 oasis-node[52926]: {"caller":"logger.go:80","err":"invalid character ':' after top-level value","level":"warn","log_line":"   8: <unknown>","module":"runtime/host/sandbox","msg":"non-JSON log line from runtime","ts":"2022-07-01T10:14:43.983943565Z"}
Jul 01 10:14:43 oasis-node[52926]: {"caller":"logger.go:80","err":"invalid character ':' after top-level value","level":"warn","log_line":"   9: <unknown>","module":"runtime/host/sandbox","msg":"non-JSON log line from runtime","ts":"2022-07-01T10:14:43.983964745Z"}
Jul 01 10:14:43 oasis-node[52926]: {"caller":"logger.go:80","err":"invalid character ':' after top-level value","level":"warn","log_line":"  10: <unknown>","module":"runtime/host/sandbox","msg":"non-JSON log line from runtime","ts":"2022-07-01T10:14:43.98397945Z"}
Jul 01 10:14:43 oasis-node[52926]: {"caller":"logger.go:80","err":"invalid character ':' after top-level value","level":"warn","log_line":"  11: <unknown>","module":"runtime/host/sandbox","msg":"non-JSON log line from runtime","ts":"2022-07-01T10:14:43.983996068Z"}
Jul 01 10:14:43 oasis-node[52926]: {"caller":"logger.go:80","err":"invalid character ':' after top-level value","level":"warn","log_line":"  12: <unknown>","module":"runtime/host/sandbox","msg":"non-JSON log line from runtime","ts":"2022-07-01T10:14:43.984013265Z"}
Jul 01 10:14:43 oasis-node[52926]: {"caller":"logger.go:80","err":"invalid character ':' after top-level value","level":"warn","log_line":"  13: <unknown>","module":"runtime/host/sandbox","msg":"non-JSON log line from runtime","ts":"2022-07-01T10:14:43.984028319Z"}
Jul 01 10:14:43 oasis-node[52926]: {"caller":"logger.go:80","err":"invalid character ':' after top-level value","level":"warn","log_line":"  14: <unknown>","module":"runtime/host/sandbox","msg":"non-JSON log line from runtime","ts":"2022-07-01T10:14:43.984041463Z"}
Jul 01 10:14:43 oasis-node[52926]: {"caller":"logger.go:80","err":"invalid character ':' after top-level value","level":"warn","log_line":"  15: <unknown>","module":"runtime/host/sandbox","msg":"non-JSON log line from runtime","ts":"2022-07-01T10:14:43.984054906Z"}
Jul 01 10:14:43 oasis-node[52926]: {"caller":"logger.go:80","err":"invalid character ':' after top-level value","level":"warn","log_line":"  16: <unknown>","module":"runtime/host/sandbox","msg":"non-JSON log line from runtime","ts":"2022-07-01T10:14:43.984070436Z"}
Jul 01 10:14:43 oasis-node[52926]: {"caller":"logger.go:80","err":"invalid character ':' after top-level value","level":"warn","log_line":"  17: <unknown>","module":"runtime/host/sandbox","msg":"non-JSON log line from runtime","ts":"2022-07-01T10:14:43.984085412Z"}
Jul 01 10:14:43 oasis-node[52926]: {"caller":"logger.go:80","err":"invalid character ':' after top-level value","level":"warn","log_line":"  18: <unknown>","module":"runtime/host/sandbox","msg":"non-JSON log line from runtime","ts":"2022-07-01T10:14:43.98409901Z"}
Jul 01 10:14:43 oasis-node[52926]: {"caller":"logger.go:80","err":"invalid character ':' after top-level value","level":"warn","log_line":"  19: start_thread","module":"runtime/host/sandbox","msg":"non-JSON log line from runtime","ts":"2022-07-01T10:14:43.984117057Z"}
Jul 01 10:14:43 oasis-node[52926]: {"caller":"logger.go:80","err":"invalid character ':' after top-level value","level":"warn","log_line":"  20: clone', /cargo/git/checkouts/oasis-core-b85a3d4915ce3795/087349c/runtime/src/storage/mkvs/tree/overlay.rs:265:28","module":"runtime/host/sandbox","msg":"non-JSON log line from runtime","ts":"2022-07-01T10:14:43.984141607Z"}
Jul 01 10:14:43 oasis-node[52926]: {"caller":"logger.go:80","err":"invalid character 's' looking for beginning of value","level":"warn","log_line":"stack backtrace:","module":"runtime/host/sandbox","msg":"non-JSON log line from runtime","ts":"2022-07-01T10:14:43.984156572Z"}

oasis-node control status

{
  "software_version": "22.1.7",
  "identity": {
    "node": "Q+aR0FWebZxsRRFm7kW6oz2XcEAB6BAOZvWQDFz7lH0=",
    "p2p": "ymem/JIKtP5B0rNTaq09NB8UzQWIHE8iWa+M1BTCHUw=",
    "consensus": "DJIC6FFLj2Wt6jyMeni9qkxU+Ws7Whp5h3p3d+eJiVQ=",
    "tls": [
      "3bbgen6gIUOQwBnELakKca4HsNePsGYFnJr0pPCKgmY=",
      "Vnk3djQo0NjT5drXFQBMgo73FETWEpCTdWVJwANHh0U="
    ]
  },
  "consensus": {
    "version": {
      "major": 6
    },
    "backend": "tendermint",
    "features": 3,
    "node_peers": [
      "[email protected]:26656",
      "[email protected]:26656",
      "[email protected]:26656",
      "[email protected]:26656",
      "[email protected]:26656",
      "[email protected]:26656",
      "[email protected]:26656",
      "[email protected]:26656",
      "[email protected]:26656",
      "[email protected]:46656",
      "[email protected]:26656",
      "[email protected]:26656",
      "[email protected]:26656",
      "[email protected]:26656",
      "[email protected]:26656",
      "[email protected]:30656",
      "[email protected]:26656",
      "[email protected]:26656",
      "[email protected]:26656"
    ],
    "latest_height": 9229336,
    "latest_hash": "059ed3cba90aa32e54f728d81e43b5732c8c7618825384928e1e63f5e2504a27",
    "latest_time": "2022-07-01T10:17:19Z",
    "latest_epoch": 15369,
    "latest_state_root": {
      "ns": "0000000000000000000000000000000000000000000000000000000000000000",
      "version": 9229335,
      "root_type": 1,
      "hash": "978cb3c9c09e49546f19b2bf75809e329598a21d4edb5a85d268045eda582df7"
    },
    "genesis_height": 8048956,
    "genesis_hash": "0000000000000000000000000000000000000000000000000000000000000000",
    "last_retained_height": 9211490,
    "last_retained_hash": "7a97259f38f28ed89dd3ce87e642cc6ccb415e9d13c0fa5a15a47875b551775f",
    "chain_context": "b11b369e0da5bb230b220127f5e7b242d385ef8c6f54906243f30af63c815535",
    "is_validator": false
  },
  "runtimes": {
    "000000000000000000000000000000000000000000000000e2eaa99fc008f87f": {
      "descriptor": {
        "v": 3,
        "id": "000000000000000000000000000000000000000000000000e2eaa99fc008f87f",
        "entity_id": "TAv9qXjV4yBphnKLJcNkzois1TLoYUjaRPrMfY58Apo=",
        "genesis": {
          "state_root": "c672b8d1ef56ed28ab87c3622c5114069bdd3ad7b8f9737498d0c01ecef0967a",
          "round": 0
        },
        "kind": 1,
        "tee_hardware": 0,
        "executor": {
          "group_size": 10,
          "group_backup_size": 30,
          "allowed_stragglers": 1,
          "round_timeout": 2,
          "max_messages": 256,
          "min_live_rounds_percent": 50,
          "min_live_rounds_eval": 10,
          "max_liveness_fails": 4
        },
        "txn_scheduler": {
          "batch_flush_timeout": 1000000000,
          "max_batch_size": 1000,
          "max_batch_size_bytes": 1048576,
          "propose_batch_timeout": 2
        },
        "storage": {
          "checkpoint_interval": 100000,
          "checkpoint_num_kept": 2,
          "checkpoint_chunk_size": 8388608
        },
        "admission_policy": {
          "any_node": {}
        },
        "constraints": {
          "executor": {
            "backup-worker": {
              "validator_set": {},
              "max_nodes": {
                "limit": 1
              },
              "min_pool_size": {
                "limit": 30
              }
            },
            "worker": {
              "validator_set": {},
              "max_nodes": {
                "limit": 1
              },
              "min_pool_size": {
                "limit": 30
              }
            }
          }
        },
        "staking": {
          "thresholds": {
            "node-compute": "5000000000000000"
          },
          "min_in_message_fee": "0"
        },
        "governance_model": "entity",
        "deployments": [
          {
            "version": {
              "major": 8,
              "minor": 2
            },
            "valid_from": 0
          }
        ]
      },
      "latest_round": 1868666,
      "latest_hash": "5de6dff5ecbaa7cbd1c8524b581a4ad3ca0c7842eab33fc39037e5a873d2777d",
      "latest_time": "2022-07-01T10:17:19Z",
      "latest_state_root": {
        "ns": "000000000000000000000000000000000000000000000000e2eaa99fc008f87f",
        "version": 1868666,
        "root_type": 1,
        "hash": "b35b126690d45a9e86213337222bfd66ed429e3f5dd5cf4c17a9baae45a95ed1"
      },
      "genesis_round": 1003298,
      "genesis_hash": "4c49e8609f16b80f3d7268e64569f0a3e1196d4bb297e472563af2591d505f15",
      "last_retained_round": 1851863,
      "last_retained_hash": "020eb648819e836ef131db107022736b90a97b0eafc2b1246e046f29a2fb134d",
      "committee": {
        "active_version": {
          "major": 8,
          "minor": 2
        },
        "latest_round": 0,
        "latest_height": 0,
        "executor_roles": null,
        "is_txn_scheduler": false,
        "peers": [
          "/ip4/94.130.34.15/tcp/45002/p2p/12D3KooWF76yZj3NpLw24qLFABvs3n7eaM2aFyAoT7a4isGLV1mq",
          "/ip4/141.94.130.89/tcp/30002/p2p/12D3KooWJeJEggbXJgmvLa49tuX4VcXA4dgjmzg3RNEx3eqn99uU",
          "/ip4/51.89.234.42/tcp/30002/p2p/12D3KooWS74Wqr1ZYLWafymznv4ib48DzDdmgZzVqMkM2ntNg5DZ",
          "/ip4/131.153.99.14/tcp/30002/p2p/12D3KooWKPMS72iRgPDWczMVzKyYa3DSZmc771XDNXnMWVPnjfmJ",
          "/ip4/66.85.128.218/tcp/40002/p2p/12D3KooWEnHPNLM1Cfw9jK8ktYA1KVsaV5BKXLsU6bci8btzfg95",
          "/ip4/176.9.16.60/tcp/40002/p2p/12D3KooWM7m5RfjPGcGbPAx6uy21XFYzkn1SYA2vXisRK8nC3hhw",
          "/ip4/95.179.184.145/tcp/20103/p2p/12D3KooWNMKRmE3AxpbjEaVQPytoh8yaynvwcjTJvYK8RkjZTE6W",
          "/ip4/178.170.40.125/tcp/30002/p2p/12D3KooWHdMU4QxRkZXrhv8wAkS6xgr5kSakhdUawenzXdAG2oKf",
          "/ip4/95.217.77.154/tcp/40002/p2p/12D3KooWP3X51uxeXwfoaNgrEZ7LcZSMzxcRyvBxMjRFoyPxebKd",
          "/ip4/80.64.208.66/tcp/30002/p2p/12D3KooWHpcFG5dMyXCdg7VQWZty5dH2wigKPgrbeNJCptTZe7FH",
          "/ip4/51.210.116.110/tcp/30002/p2p/12D3KooWEvfS5EdnpcC8etv8eiE3oSkhWid2FEXb5oAisZT3AJyo",
          "/ip4/95.217.144.50/tcp/30002/p2p/12D3KooWKeo5Rhx4vr9A9Khaz7qpwyq1X3quPbbF3teBvmFUZwPt",
          "/ip4/136.243.103.147/tcp/40002/p2p/12D3KooWBizfYwusJJbccD66ZfavAs5Nn2wjb8JF89gC1U9LJD64",
          "/ip4/141.95.64.239/tcp/30002/p2p/12D3KooWEWKDgvH3ccwYi2NnRPutVQTM1h7xZYj8ULWKadDmxZiB",
          "/ip4/80.64.208.65/tcp/30002/p2p/12D3KooWG1P4iJX2mqPUJF3bREgVjb2t9ezMULm1YmKkjTWpEUhH",
          "/ip4/135.181.179.38/tcp/10002/p2p/12D3KooWNYpvGHuWr2V1zdLTbaYQXBLysh6gVqSwsmGJgRUqDEtD",
          "/ip4/116.202.129.242/tcp/30002/p2p/12D3KooWSLBMzgYQViZbRZ5siHgRL6QQ2QaT1x46XSL89W4SH4nG",
          "/ip4/94.130.136.136/tcp/36002/p2p/12D3KooWNuxBQs6ysWm3CrEecYn3sXxhmBBn3VCE3CzXVngJcUzb",
          "/ip4/95.217.85.213/tcp/40002/p2p/12D3KooWCs2xp2XmenpNDDCuM5a5VksxFFHNgqQfNjeWWnDu5Xbb",
          "/ip4/95.217.118.121/tcp/10002/p2p/12D3KooWF15NEgUFnh25SzhY2HJ6EdsywUFy4KLCUSN9X4eXhobL",
          "/ip4/84.255.193.66/tcp/26822/p2p/12D3KooWFpVinAV1x4iX35yEmEARpZNay1Cs5Y9FRZME2HsZyxCj",
          "/ip4/95.217.111.252/tcp/30002/p2p/12D3KooWHcwXSe1cxnGjcyF92A1woBCujFxuUbT5TfcrWMtvAh2k",
          "/ip4/23.96.225.240/tcp/30002/p2p/12D3KooWD7hWofy2fYds7utQrb88yM8tQG2nSzgbXL9B2KyMGvsQ",
          "/ip4/173.230.140.135/tcp/30002/p2p/12D3KooWNPuJcZJwiNn1PHgRDN1hjJGpYwA9q8zPN36Ua5DqUdpB",
          "/ip4/88.99.215.94/tcp/35002/p2p/12D3KooWJzgmDUt5v5XUSdbyb2AHnVfjQnCkKfevzuhmoK38CFNQ",
          "/ip4/141.94.110.65/tcp/40002/p2p/12D3KooWAGnLbzBe6X5SJEqDBo2L5nU5hHGXLV4Au5ZA4Vg76U4A",
          "/ip4/95.217.74.107/tcp/30002/p2p/12D3KooWBnBKBtNecvx9vAPwUBahh3DywjYpvWXLT9EZWU18Ctxi",
          "/ip4/65.108.98.237/tcp/30305/p2p/12D3KooWCbp5DKs6GPsyJbYqnxWQvd37pgE4jHguA2Z2F8ysHWAA",
          "/ip4/95.217.43.207/tcp/30002/p2p/12D3KooWPtbpyogfv9Jv4SMxtEDxNaitpS5jFTxqwbTSMb84Uhvi",
          "/ip4/174.138.162.2/tcp/30002/p2p/12D3KooWAYVr6x3xpw7PCywXwbsneDc4eAN9SiaT4TndL61xE64J",
          "/ip4/15.235.12.43/tcp/40002/p2p/12D3KooWBErPaeYQbNwYKav4j2VafZPDNfwfLJtvn7wVwXsftfBz",
          "/ip4/162.55.49.254/tcp/30002/p2p/12D3KooWF94Lt3p8BbhNriDtff6YAK93dJkSXUbMX3ddDowKWmJN",
          "/ip4/157.90.178.24/tcp/43002/p2p/12D3KooWCM5fJRX7SZP2LzBqs9wQ1xdkf79u4HZjYVzPVUKYFhbq",
          "/ip4/65.21.124.228/tcp/40002/p2p/12D3KooWT2HEn17eHdkhVq7igY2uoLA2k7vT6ccosfKNM4fcHdQF",
          "/ip4/54.169.252.171/tcp/30002/p2p/12D3KooWRyHLK4eD2atnYZAnNxCEbTCpnQ44xLet14XvFfee1LaT",
          "/ip4/152.228.221.182/tcp/30002/p2p/12D3KooWKTvsowgyv3WRTVm2dvEBtxpKsshWKtKJmGriGDPdzRBM",
          "/ip4/51.91.75.150/tcp/30002/p2p/12D3KooWQaNYjegtZyFtyrRNCF1yxB3sgGtBgY8asgEpFEcXPJiS",
          "/ip4/95.217.62.175/tcp/30002/p2p/12D3KooWBzxL7TcysL4UNVaDQJ2Xu33XUZfqEjr6zSVuG1h24VnL",
          "/ip4/88.99.58.36/tcp/35002/p2p/12D3KooWG3FhE4wPgnsWiFMJAymeAGZAwdUjG6uL2mS8nYtzDKWU",
          "/ip4/141.95.35.31/tcp/30002/p2p/12D3KooWCyjYceAstcSNeUXP5dBcLfVaEjb1KzWZKQ343jaVnVQA",
          "/ip4/135.181.1.160/tcp/10002/p2p/12D3KooWK1mkdF77pp3CxK99uR1LfZuUngkgpZ6nEKPHMuk9V1FS",
          "/ip4/35.245.249.189/tcp/30002/p2p/12D3KooW9whHFUP4G5apBgKNDMc1Uc4yb3E3opvPgqVrPC9T6Kvu",
          "/ip4/131.153.164.15/tcp/30002/p2p/12D3KooWCixcEb3YyZqQnANYX9YLVuAxQ2tNaRapQuYh9TeTTFZV",
          "/ip4/23.88.105.64/tcp/30002/p2p/12D3KooWJzEi7z5bu4EroUBezW3BtygoiSYdWGrr8DqrBdoKA9mP",
          "/ip4/84.234.97.201/tcp/30002/p2p/12D3KooWDzch2bdRmp1tQM13r9cQz3VPUo1ZMjFeLiynK7GQpFw9"
        ],
        "host": {
          "versions": [
            {
              "major": 8,
              "minor": 2
            }
          ]
        }
      },
      "storage": {
        "last_finalized_round": 18446744073709551615
      }
    }
  },
  "registration": {
    "last_registration": "0001-01-01T00:00:00Z"
  },
  "pending_upgrades": []
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants