Created
October 14, 2024 08:28
-
-
Save lucassaldanha/112dd36ea8f3f2cf1a343b7b9d22a9c7 to your computer and use it in GitHub Desktop.
NewPayloadV4 Error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2024-10-14 21:08:02 INFO[2024-10-14T08:08:02Z] REQUEST #169: POST / length=1364 type=json | |
2024-10-14 21:08:02 { | |
2024-10-14 21:08:02 "id": 168, | |
2024-10-14 21:08:02 "jsonrpc": "2.0", | |
2024-10-14 21:08:02 "method": "engine_newPayloadV4", | |
2024-10-14 21:08:02 "params": [ | |
2024-10-14 21:08:02 { | |
2024-10-14 21:08:02 "baseFeePerGas": "0xf3176e", | |
2024-10-14 21:08:02 "blobGasUsed": "0x0", | |
2024-10-14 21:08:02 "blockHash": "0xce8a90357dce1481f29a67758ebb287185f609bc08de13d9e032338523c9500b", | |
2024-10-14 21:08:02 "blockNumber": "0x1f", | |
2024-10-14 21:08:02 "excessBlobGas": "0x0", | |
2024-10-14 21:08:02 "extraData": "0x", | |
2024-10-14 21:08:02 "feeRecipient": "0x8943545177806ed17b9f23f0a21ee5948ecaa776", | |
2024-10-14 21:08:02 "gasLimit": "0x1c9c380", | |
2024-10-14 21:08:02 "gasUsed": "0x0", | |
2024-10-14 21:08:02 "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", | |
2024-10-14 21:08:02 "parentHash": "0x259870da4a262fdffe10851ca25f0d60fb5f058e8b216f192f286e62e5dac4b2", | |
2024-10-14 21:08:02 "prevRandao": "0xebe521cb37251683053c4f106b2849e0966420ce3950e338eb00e7226f3434ab", | |
2024-10-14 21:08:02 "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", | |
2024-10-14 21:08:02 "stateRoot": "0x86ecda504355ad1fdc93dd273fcfb7ff4ab7b4b880405cc9432a6fff6261791d", | |
2024-10-14 21:08:02 "timestamp": "0x670cd162", | |
2024-10-14 21:08:02 "transactions": [], | |
2024-10-14 21:08:02 "withdrawals": [] | |
2024-10-14 21:08:02 }, | |
2024-10-14 21:08:02 [], | |
2024-10-14 21:08:02 "0x413b69d64f8f94a4a89a8517fd9a4d24e30818bcc4e8e0be41a9eb1d982b4aee", | |
2024-10-14 21:08:02 [ | |
2024-10-14 21:08:02 "0x", | |
2024-10-14 21:08:02 "0x", | |
2024-10-14 21:08:02 "0x" | |
2024-10-14 21:08:02 ] | |
2024-10-14 21:08:02 ] | |
2024-10-14 21:08:02 } | |
2024-10-14 21:08:02 | |
2024-10-14 21:08:02 INFO[2024-10-14T08:08:02Z] RESPONSE #169: POST / length=130 status=200 type=json | |
2024-10-14 21:08:02 { | |
2024-10-14 21:08:02 "error": { | |
2024-10-14 21:08:02 "code": -32602, | |
2024-10-14 21:08:02 "message": "invalid argument 0 for key 'depositRequests': argument is not array" | |
2024-10-14 21:08:02 }, | |
2024-10-14 21:08:02 "id": 168, | |
2024-10-14 21:08:02 "jsonrpc": "2.0" | |
2024-10-14 21:08:02 } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment