🎁 [Feature Request]: Get rid of duplicated code for AccountId20
compatibility
#258
Open
2 of 3 tasks
Labels
enhancement
New feature or request
templates
What is the feature you would like to see?
We duplicated the upstream code for making the
XcmFeeToAccount
struct compatible withAccountId20
type in our EVM runtime template.To fix the issue, 2 PRs submitted:
impl From<AccountId20> for Location
polkadot-evm/frontier#1472 (frontier)XcmFeeToAccount
trait bound onAccountId
paritytech/polkadot-sdk#4959 (polkadot-sdk)When the new upstream releases containing these changes are out, we should get rid of the duplicated code in our code-base and make our runtime code more compact.
Contribution Guidelines
The text was updated successfully, but these errors were encountered: