pendulum-chain / pendulum

GNU General Public License v3.0
43 stars 14 forks source link

Replace oracle key convertor #470

Closed ebma closed 6 months ago

ebma commented 6 months ago

Introduces a new struct that converts between CurrencyId <> DiaKeys using the metadata in the asset registry. The lookup of DiaKeys -> CurrencyId can be costly because we are potentially iterating over all elements of the StorageMap but since we don't have that many assets in the registry it should be fine.

Closes #469.