Skip to content

Instantly share code, notes, and snippets.

@mfornet
Created September 29, 2022 21:00
Show Gist options
  • Select an option

  • Save mfornet/c3c8ad69bdb745c8e04bf5f53fb6ce36 to your computer and use it in GitHub Desktop.

Select an option

Save mfornet/c3c8ad69bdb745c8e04bf5f53fb6ce36 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
running 1 test
INFO - initialized a new JSONRPC client connector
INFO - returned a new JSONRPC client handle
INFO - request payload: {
"id": "b6861e30-b4c5-40e7-837d-c3166fcbc77b",
"jsonrpc": "2.0",
"method": "status",
"params": null
}
INFO - request payload: {
"id": "bd719311-38aa-4022-ac02-be86a9641be4",
"jsonrpc": "2.0",
"method": "status",
"params": null
}
2022-09-29T20:59:16.137107Z DEBUG stats: EpochId(`11111111111111111111111111111111`) Orphans: 0 With missing chunks: 0 In processing 0
INFO - request payload: {
"id": "62a016c6-1866-4222-b612-c186a6050e1c",
"jsonrpc": "2.0",
"method": "status",
"params": null
}
INFO - response payload: {
"id": "62a016c6-1866-4222-b612-c186a6050e1c",
"jsonrpc": "2.0",
"result": {
"chain_id": "test-chain-eHj6b",
"latest_protocol_version": 56,
"node_key": "ed25519:DRVYDTnkPCUFL9Aqcm1qR2agMVq7LzvCAkZappLizNdS",
"protocol_version": 56,
"rpc_addr": "0.0.0.0:3030",
"sync_info": {
"earliest_block_hash": "DnWY16mfC5pCxyfCiHXqpwZT77seyRywoEKXbvvsWiep",
"earliest_block_height": 0,
"earliest_block_time": "2022-09-29T20:59:15.385090Z",
"epoch_id": "11111111111111111111111111111111",
"epoch_start_height": 0,
"latest_block_hash": "DnWY16mfC5pCxyfCiHXqpwZT77seyRywoEKXbvvsWiep",
"latest_block_height": 0,
"latest_block_time": "2022-09-29T20:59:15.385090Z",
"latest_state_root": "9W5GyCAXVDzCsXYRwW7kbmctfmrJUZijAFc7U57bgQDj",
"syncing": false
},
"uptime_sec": 0,
"validator_account_id": "test.near",
"validators": [
{
"account_id": "test.near",
"is_slashed": false
}
],
"version": {
"build": "6b9aff9",
"rustc_version": "1.63.0",
"version": "trunk"
}
}
}
INFO - request payload: {
"id": "f9240646-c6d7-4fa5-b677-7444c2f56d2a",
"jsonrpc": "2.0",
"method": "query",
"params": {
"account_id": "test.near",
"finality": "optimistic",
"public_key": "ed25519:DRVYDTnkPCUFL9Aqcm1qR2agMVq7LzvCAkZappLizNdS",
"request_type": "view_access_key"
}
}
INFO - response payload: {
"id": "f9240646-c6d7-4fa5-b677-7444c2f56d2a",
"jsonrpc": "2.0",
"result": {
"block_hash": "GLrRt7Mi4dTm3v2P3fSnpyf4fYBaiPt37W9NpCRUMmsE",
"block_height": 1,
"nonce": 0,
"permission": "FullAccess"
}
}
INFO - request payload: {
"id": "18ab9bcc-8030-47bc-8403-e01557b8f3c0",
"jsonrpc": "2.0",
"method": "broadcast_tx_commit",
"params": [
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment