paritytech / polkadot-sdk

The Parity Polkadot Blockchain SDK
https://polkadot.network/
1.8k stars 652 forks source link

Add a mapping where Account32 wallets can register a 20 -> 32 mapping. #5576

Open athei opened 3 weeks ago

athei commented 3 weeks ago

So far you should not call a contract with an AccountId32 because there is no way to map back from its mapped AccountId20. For this to work we need a mapping that helps mapping back from AccountId20 to AccountId32.

athei commented 1 week ago

Taking this from you for now. You have your hands full with the westend runtime and the pre-compiles.