-
Notifications
You must be signed in to change notification settings - Fork 31
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
Conflicts when adding pallet to substrate-node-template #9
Comments
I get the same issue when trying to install the EVM Pallet version 2.0.0 into a substrate template version 3.0.0 when following the first section of the Frontier Workshop Please help! |
Hi @srinjoychakravarty - for the path of least resistance, closely follow the commits that that Fronier workshop is based on. This diff also gives you what you'll need to make things compile. For EVM pallet version 2.0.0 its advised to stick to the Node template 2.0. Hope this helps! |
@sacha-l is there any node config that has both the evm pallet and the ink contracts pallet combined that you can point me to? Or is this currently not possible due to version mismatch... 🤔 |
It's possible if you configure it yourself :) |
@MatthewDarnell did you find a solution in the end? |
|
I have the same problem...@MatthewDarnell did you solve it? |
|
I'm also getting this issue in parity-kitty template when trying to add pallet-commodity in that. |
Hi @stephanJ248 - the If there are functionalities you are looking to integrate such as |
I am running
substrate-node-template
versionv2.0.0-rc6
. I am able to build the stock image fine.When I add
to
runtime/Cargo.toml
and try to build I get the following error:I have also followed HOWTO.md and changed the version to rc3, same issue.
The text was updated successfully, but these errors were encountered: