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
You are using c-kzg package with the same version but different sources (one, two).
In that case cargo build works, but cargo vendor doesn't:
$ cargo vendor...error: failed to syncCaused by: found duplicate version of package `c-kzg v0.1.0` vendored from two sources: source 1: https://github.com/ethereum/c-kzg-4844?rev=f5f6f863d475847876a2bd5ee252058d37c3a15d#f5f6f863 source 2: https://github.com/ethereum/c-kzg-4844#fbef59a3
Describe the bug
You are using c-kzg package with the same version but different sources (one, two).
In that case cargo build works, but cargo vendor doesn't:
I see that reth-primitives and reth-rlp use
f5f6
revision, and revm-precompile and revm-primitives usefbef
revision.Can you please make them the same?
Steps to reproduce
Just try to run
cargo vendor
.Node logs
No response
Platform(s)
Linux (x86)
What version/commit are you on?
v0.1.0-alpha.9
What database version are you on?
No response
If you've built Reth from source, provide the full command you used
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: