You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #29 from bvotteler/brendon/refactor-remove-currenc…
…y-units
Refactor: remove currency units.
While defining currency units gave us very easy & safe ways to convert between denominations of the same token/currency, the downside was having complicated types, tricky extensions and overrides in the interbtc-api library.
With this change, we hope that we can simplify that work.