This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Kelp UI: Move options metadata to the backend and expand options (#208)
addresses part of issue #67 * 1 - flux the optionsMetadata structure in preparation to move to backend * 2 - move v0.1 impl of optionsMetadata to backend * 3 - builder pattern to create optionsMetadata along with preloading logic when making APIServer * 4 - add support for fiat via currencylayer API * 5 - dynamically include whitelisted ccxt markets * 6 - refactor asset converters, adding custom Display assetConverter and using for CCXT * 7 - inclide all CCXT exchanges * 8 - don't log the optionsMetadata json response since it's too verbose * 9 - blacklist some ccxt exchanges that are not loading for me so startup is faster * 10 - add all fiat currencies available via currencylayer * 11 - list all coinmarketcap tokens via their API * 12 - remove commented out optionsMetadata struct
- Loading branch information
1 parent
002a3d6
commit 1f79bb8
Showing
16 changed files
with
553 additions
and
217 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.