-
Notifications
You must be signed in to change notification settings - Fork 493
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
How to import pallet-evm
& pallet-ethereum
with default-features disabled.
#1486
Comments
You'd better not mix the dependencies in your repo, whether using GitHub branches or crate versions. I suggest changing all of them to GitHub branches, as I have never tested the crate versions yet. |
@boundless-forest Those are coming from Github branch of Many packages which are dependencies of Example:
|
Would you be willing to share your code base? It's difficult to identify the issue based on the information provided above. |
@boundless-forest I have added below into root
Then below into runtime's
But not able to compile. |
Question
I am trying to import
pallet-evm
&pallet-ethereum
as below.But it seems that even after setting
default-features=false
. It still pulls the underlying dependecies, examplesp-io
,frame-support
etc. Which are already declared in mytoml
file with versionv1.15.0
.I see in
Cargo.lock
that 2 names of packages exist, one of which is coming from here.How to disable such flow?
Thanks.!
The text was updated successfully, but these errors were encountered: