status-im / status-desktop

Status Desktop client made in Nim & QML
https://status.app
Mozilla Public License 2.0
298 stars 79 forks source link

Refactor: Cache whole iso4217 table in Nim #9191

Closed dlipicar closed 1 year ago

dlipicar commented 1 year ago

Description

We're currently making several calls to status-go functions IsCurrencyFiat and GetFiatCurrencyMinorUnit, which simply perform a lookup on a static table. Fetch the whole table and keep it in memory on the Nim side instead.

dlipicar commented 1 year ago

Deprecated by https://github.com/status-im/status-desktop/pull/9547