Advertisement
dvmir

Untitled

Dec 14th, 2021
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. 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
  2. 2021-12-13 16:45:05,865 - pid:23 [I] access_log:226 - 192.168.224.1:37970 - POST /solana - 773.16 ms
  3. Traceback (most recent call last):
  4. File "/opt/proxy/plugin/solana_rest_api.py", line 597, in process_request
  5. response['result'] = method(*params)
  6. File "/opt/proxy/plugin/solana_rest_api.py", line 253, in eth_getBlockByNumber
  7. ret = self.getBlockBySlot(slot, full)
  8. File "/opt/proxy/plugin/solana_rest_api.py", line 179, in getBlockBySlot
  9. raise Exception(response['error']['message'])
  10. Exception: Block not available for slot 107894008
  11. 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
  12. 2021-12-13 16:45:05,881 - pid:29 [I] access_log:226 - 192.168.224.1:38020 - POST /solana - 70.71 ms
  13. 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}
  14. 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}
  15. Traceback (most recent call last):
  16. File "/opt/proxy/plugin/solana_rest_api.py", line 597, in process_request
  17. response['result'] = method(*params)
  18. File "/opt/proxy/plugin/solana_rest_api.py", line 253, in eth_getBlockByNumber
  19. ret = self.getBlockBySlot(slot, full)
  20. File "/opt/proxy/plugin/solana_rest_api.py", line 179, in getBlockBySlot
  21. raise Exception(response['error']['message'])
  22. Exception: Slot 107893936 was skipped, or missing due to ledger jump to recent snapshot
  23. 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
  24. 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