'Polkadot how to use/modify frontier with certain Parachain version - Rust Dependency management
I have encountered the dependency hell in Polkadot Rust, that is when I am trying to build a Parachain(https://github.com/substrate-developer-hub/substrate-parachain-template) with Frontier, I am trying to make sure both the Parachain and Frontier are based on the same version of substrate (https://github.com/paritytech/substrate), but Frontier repository does not have a version that is based on substrate polkadot-v0.9.17.
Solution 1:[1]
checkout a branch polkadot-v0.9.17 in Frontier
in above Frontier branch, replace all substrate dependencies with branch = "polkadot-v0.9.17"
then delete the template folder or if you want to fix the code in it
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Russo |
