-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Labels
Description
Using these instructions to start in dev mode. Odyssey starts without error.
Issuing a TX returns the following error:
server returned an error response: error code -32603: could not get L1 block info from L2 block: invalid l1 block info transaction calldata in the L2 block
curl --data '{"method":"eth_getBlockByNumber","params":["0x1", true],"id":1,"jsonrpc":"2.0"}' -H "Content-Type: application/json" -X POST http://localhost:8545 | jq
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 2192 100 2113 100 79 1192k 45664 --:--:-- --:--:-- --:--:-- 2140k
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"hash": "0xcfa1feb38bd2860824200d09343204ecaf1468658e70e14e3f2475ca4dd2175f",
"parentHash": "0x4a41e0f0d941d1c3dbc4e8f59d3b52b1efab0d32cdba602d21f38b0a46df3aea",
"sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
"miner": "0x195a642f41986ec64f21b2734981a5a27292ceee",
"stateRoot": "0xf425a6603bbf29581c4810d1b6ea7d5a4b598c17e94bb4cab2bc98af83cfbbdb",
"transactionsRoot": "0x75cf3c02a26bc3c75280ca0d3c905b20de862072fd4880d602c927ac6554c6d9",
"receiptsRoot": "0xf78dfb743fbd92ade140711c8bbc542b5e307f0ab7984eff35d751969fe57efa",
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"difficulty": "0x0",
"number": "0x1",
"gasLimit": "0x1c9c380",
"gasUsed": "0x5208",
"timestamp": "0x6718c062",
"totalDifficulty": "0x0",
"extraData": "0x",
"mixHash": "0x43cd52ee8bf242d6179e285e703102df0f6bf93d0a61e6c66ebe7ef598e1ceb1",
"nonce": "0x0000000000000000",
"baseFeePerGas": "0x3a699d00",
"uncles": [],
"transactions": [
{
"hash": "0x9823f570572bf2c45ed397fa1dbfcf03f0778ba8a5d67f531d203011b252694a",
"nonce": "0x0",
"blockHash": "0xcfa1feb38bd2860824200d09343204ecaf1468658e70e14e3f2475ca4dd2175f",
"blockNumber": "0x1",
"transactionIndex": "0x0",
"from": "0xccb889bbc0234de2aaac5c87cb9176a536601e6c",
"to": "0x7647e798c2821deafd1c6376f07a15cc0109482a",
"value": "0xde0b6b3a7640000",
"gasPrice": "0x3a699d01",
"gas": "0x5208",
"maxFeePerGas": "0x77359401",
"maxPriorityFeePerGas": "0x1",
"input": "0x",
"r": "0x87d889c3eeb84f71f8f516a160696dec9d6e99d2deb04bcc2bdfb461bb601669",
"s": "0x5dfe70dd1cdbd693e3107ac04baeaec7654e104c0d9f7533a4518566ccaa34b5",
"v": "0x1",
"yParity": "0x1",
"chainId": "0x273cf32",
"accessList": [],
"type": "0x2"
}
],
"size": "0x27c"
}
}The TX is included, despite the error.
Is the documentation incomplete?