You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The extraction should not occur, or the error should be handled in dev mode.
Steps to reproduce
Run op-reth in dev mode: op-reth node --dev --http --http.api all --dev.block-max-transactions 1
Use cast to make a native transfer: cast send --value 1000000000000000000 0x3fAB184622Dc19b6109349B94811493BF2a45362 --rpc-url=http://localhost:8545 --private-key "0x2a871d0798f97d79848a013d4936a73bf4cc922c825d33c1cf7073dff6d409c6"
Node logs
From cast:
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
Platform(s)
No response
Container Type
Not running in a container
What version/commit are you on?
reth-optimism-cli Version: 1.1.5
What database version are you on?
N/A
Which chain / network are you on?
dev
What type of node are you running?
Archive (default)
What prune config do you use, if any?
No response
If you've built Reth from source, provide the full command you used
make install-op
Code of Conduct
I agree to follow the Code of Conduct
The text was updated successfully, but these errors were encountered:
Describe the bug
When using op-reth with the flag
--dev
it's not possible to send transaction, the errorcould not get L1 block info from L2 block
is triggered.reth/crates/optimism/node/src/txpool.rs
Lines 313 to 315 in 8a453ba
reth/crates/optimism/rpc/src/eth/block.rs
Lines 43 to 44 in 8a453ba
The extraction should not occur, or the error should be handled in dev mode.
Steps to reproduce
op-reth
in dev mode:op-reth node --dev --http --http.api all --dev.block-max-transactions 1
cast send --value 1000000000000000000 0x3fAB184622Dc19b6109349B94811493BF2a45362 --rpc-url=http://localhost:8545 --private-key "0x2a871d0798f97d79848a013d4936a73bf4cc922c825d33c1cf7073dff6d409c6"
Node logs
Platform(s)
No response
Container Type
Not running in a container
What version/commit are you on?
reth-optimism-cli Version: 1.1.5
What database version are you on?
N/A
Which chain / network are you on?
dev
What type of node are you running?
Archive (default)
What prune config do you use, if any?
No response
If you've built Reth from source, provide the full command you used
make install-op
Code of Conduct
The text was updated successfully, but these errors were encountered: