-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
op-reth storage access is broken due to missing Deposit TxType #14407
Comments
I've been watching this one too — the latest tagged image (bae79ec) runs as expected via container, the TxType 126 panic is resolved. |
op-reth main isn't working since #14209 advice running latest release if that is an option |
ah sorry, this is only if you're also testing latest hardfork, re-opening |
Thank you @BowTiedDevil, I tried with the latest commit version d727701 and it is now working as expected. |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Starting a op-reth node results in:
This issue is related to #14220.
Cause is PR #13830
In
crates/primitives/src/transaction/tx_type.rs
the TxType was removed that contained:This is now
As a result in
crates/storage/db-api/src/models/mod.rs
the TxType is now from alloy_consensus and is missing the optimism types:Steps to reproduce
Checkout 0f5d60, build op-reth and start it with existing db.
Node logs
Platform(s)
No response
Container Type
Not running in a container
What version/commit are you on?
0f5d60
What database version are you on?
Current database version: 2
Local database version: 2
Which chain / network are you on?
base
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 op-build
Code of Conduct
The text was updated successfully, but these errors were encountered: