Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2021-12-13 16:45:05,863 - pid:23 [D] handle_request:642 - >>> 140118313961216 0x7f6fd7623ac0 {"jsonrpc": "2.0", "id": 983, "result": {"gasUsed": "0x0", "hash": "0x9967d2a00e7a73ee004a15787c39691512e95cf6402a219aea988f08461828e5", "number": "0x66e5503", "parentHash": "0x350e512444a5354e4fdc91d7ab2b6c2a5e0617fcf77a1c96a4224498b9bf0c4d", "timestamp": "0x61b77885", "transactions": [], "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "gasLimit": "0x6691b7"}} eth_getBlockByNumber
- 2021-12-13 16:45:05,865 - pid:23 [I] access_log:226 - 192.168.224.1:37970 - POST /solana - 773.16 ms
- Traceback (most recent call last):
- File "/opt/proxy/plugin/solana_rest_api.py", line 597, in process_request
- response['result'] = method(*params)
- File "/opt/proxy/plugin/solana_rest_api.py", line 253, in eth_getBlockByNumber
- ret = self.getBlockBySlot(slot, full)
- File "/opt/proxy/plugin/solana_rest_api.py", line 179, in getBlockBySlot
- raise Exception(response['error']['message'])
- Exception: Block not available for slot 107894008
- 2021-12-13 16:45:05,879 - pid:29 [D] handle_request:642 - >>> 140118286092032 0x7f6fd7592700 {"jsonrpc": "2.0", "id": 989, "error": {"code": -32000, "message": "Block not available for slot 107894008"}} eth_getBlockByNumber
- 2021-12-13 16:45:05,881 - pid:29 [I] access_log:226 - 192.168.224.1:38020 - POST /solana - 70.71 ms
- 2021-12-13 16:45:05,900 - pid:29 [D] confirm_transaction:117 - confirm_transaction: {'jsonrpc': '2.0', 'result': {'context': {'slot': 107894040}, 'value': [{'confirmationStatus': 'processed', 'confirmations': 0, 'err': None, 'slot': 107894037, 'status': {'Ok': None}}]}, 'id': 386}
- 2021-12-13 16:45:05,924 - pid:23 [D] handle_request:622 - <<< 140118313961216 0x7f6fd7623ac0 {"jsonrpc":"2.0","method":"eth_getBlockByNumber","params":["latest",false],"id":991}
- Traceback (most recent call last):
- File "/opt/proxy/plugin/solana_rest_api.py", line 597, in process_request
- response['result'] = method(*params)
- File "/opt/proxy/plugin/solana_rest_api.py", line 253, in eth_getBlockByNumber
- ret = self.getBlockBySlot(slot, full)
- File "/opt/proxy/plugin/solana_rest_api.py", line 179, in getBlockBySlot
- raise Exception(response['error']['message'])
- Exception: Slot 107893936 was skipped, or missing due to ledger jump to recent snapshot
- 2021-12-13 16:45:05,933 - pid:21 [D] handle_request:642 - >>> 140118296540928 0x7f6fd7623fa0 {"jsonrpc": "2.0", "id": 990, "error": {"code": -32000, "message": "Slot 107893936 was skipped, or missing due to ledger jump to recent snapshot"}} eth_getBlockByNumber
- 2021-12-13 16:45:05,934 - pid:21 [I] access_log:226 - 192.168.224.1:38028 - POST /solana - 72.00 ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement