Skip to content
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

Error on EVM pallet integration in relaychain #1148

Open
firebeegit opened this issue Aug 10, 2023 · 3 comments
Open

Error on EVM pallet integration in relaychain #1148

firebeegit opened this issue Aug 10, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@firebeegit
Copy link

I have trying to install evm pallet in paritytech polkadot chain.
I got the following error when insert the pallet-evm dependency.
inserted pallet evm dependency code :

[dependencies.pallet-evm]
default-features = false
git = 'https://github.com/purestake/frontier.git'
branch = 'workshop-target'
20230810_095854
evm_pallet_error2 (2)

@firebeegit firebeegit added the bug Something isn't working label Aug 10, 2023
@koushiro
Copy link
Collaborator

koushiro commented Aug 10, 2023

you are using the fork version of purestake,and the error message shows the information belonging to syn.
If you wanna use frontier in the parachain, you could refer to https://github.com/paritytech/frontier-parachain-template.
BTW, I'm curious why you wanna introduce frontier into polkadot?

@firebeegit
Copy link
Author

firebeegit commented Aug 11, 2023

Hi @koushiro Thanks for your reply

if we add it in relay it can be applicable for all its parachains. Why because we are trying to add pallets in relaychain. So we tried this. is it possible? What's your idea about it?

@koushiro
Copy link
Collaborator

koushiro commented Aug 11, 2023

if we add it in relay it can be applicable for all its parachains.

No, you can't. This is not something that can be done by just integrating frontier into relaychain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants