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
{{ message }}
This repository was archived by the owner on Nov 6, 2020. It is now read-only.
Add common-types = { git = "https://github.com/openethereum/openethereum" } to Cargo.toml of another project.
Run cargo build
Expected Behavior
Completed cargo build
Actual behavior
error: failed to get `common-types` as a dependency of package `[package] (/path/to/project)`
Caused by:
failed to load source for dependency `common-types`
Caused by:
Unable to update https://github.com/openethereum/openethereum
Caused by:
failed to update submodule `ethcore/res/ethereum/tests`
Caused by:
object not found - no match for id (06acfb48aee71ecb57a9ca991cf0f57b630e3469); class=Odb (9); code=NotFound (-3)
Steps to reproduce
common-types = { git = "https://github.com/openethereum/openethereum" }
toCargo.toml
of another project.cargo build
Expected Behavior
Completed cargo build
Actual behavior
While searching down the issue I came across the same issue from 16 days ago.
https://github.com/openethereum/openethereum/issues/11631 that offers a workaround, but not a solution.
It appears that the commit is searchable on github, but does not exist in the repository anymore.
https://github.com/ethereum/tests/commits/06acfb48aee71ecb57a9ca991cf0f57b630e3469
Taking a look at the network graph for
ethereum/tests
we can see that commit is only in a fork of the project, not the main project.I think the resolution here is to use a commit that exists in the root ethereum/tests repo.
The text was updated successfully, but these errors were encountered: