OpenZeppelin / polkadot-runtime-templates

Runtime Templates for Polkadot Parachains
GNU General Public License v3.0
72 stars 23 forks source link

🎁 [Feature Request]: Get rid of duplicated code for `AccountId20` compatibility #258

Open ozgunozerk opened 4 months ago

ozgunozerk commented 4 months ago

templates

What is the feature you would like to see?

We duplicated the upstream code for making the XcmFeeToAccount struct compatible with AccountId20 type in our EVM runtime template.

To fix the issue, 2 PRs submitted:

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