-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Can't find primitives::SHANGHAI when building #1544
Comments
@odyslam do you have a separate revm dependency? |
@rkrasiuk negative. If we are confident it's something on my local project, let's close the issue, and I will debug it. |
|
In my `Cargo.lock: [[package]]
name = "revm"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "284747ad0324ed0e805dcf8f412e2beccb7a547fbd84f0607865001b8719c515"
dependencies = [
"auto_impl 1.0.1",
"revm-interpreter",
"revm-precompile",
] |
@onbjerg i'm not sure Cargo.lock is respected. |
So what's the best way forward @rkrasiuk ? On my side, I could use a rev of reth before this issue was introduced. Might be acceptable depending on when the features I am using where introduced (mainly infra like the CLI and task manager) |
@odyslam just copy the patch lines over to your Cargo.toml, that should work |
This did the trick ✌️ Thanks @rkrasiuk |
Describe the bug
It may belong to the REVM repo. 🤔
Steps to reproduce
cargo check
Node logs
No response
Platform(s)
Mac (Apple Silicon)
What version/commit are you on?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: