Commit Graph

42 Commits

Author SHA1 Message Date
Joe Uhren 74ca66d44e Market improvements
-All external market apis have been normalized with a similar coding format, improved error handling with new wait times in between api calls to prevent abuse issues with sending too many requests too quickly
-All general market code has been reviewed and improved where necessary to help prevent sync issues
-Inactive markets are now removed from the markets collection on startup of the explorer to help prevent bloating the database
-The yobit api url has been changed to the new url
-The poloniex market has been updated to use the newest api
-The southxchange exchange trading link has been changed to the new url
-Miscellaneous locale string changes and reorganization
2023-10-27 18:33:52 -06:00
Joe Uhren b3eda54981 Market/Exchange cleanup
-The following defunct exchanges have been removed: bleutrade, crex24, txbit and unnamed
2023-10-11 18:56:11 -06:00
Joe Uhren 69046e4261 Xeggex market improvements 2023-09-19 20:53:30 -06:00
sudormdir 1c1fde39d9 Add Xeggex support 2023-09-19 02:11:12 -05:00
Joe Uhren 271e6f8679 Remove defunct exchange stex
-The default exchange was also updated to freiexchange
2023-06-15 20:47:27 -06:00
Joe Uhren dbe0238587 Add Unnamed exchange to markets 2022-08-07 17:19:51 -06:00
Joe Uhren 07968c52eb Add Txbit exchange to markets
-Also updated the comments for some of the other markets in the settings.js and settings.json.template files
2022-07-24 19:06:26 -06:00
Joe Uhren fb5ce795fa Add Dex-Trade exchange to markets 2022-06-27 18:55:12 -06:00
Joe Uhren c4c09905bf Add FreiExchange/FreiXLite exchange to markets
-This exchange has 2 separate sites using the same api, so new functionality was added to the explorer to handle alt markets like this
-market files now allow for new field names: "market_name_alt" was added for the alternate market name, "market_logo_alt" was added for displaying an alternate logo, a "market_url" function was added that will return a url string to replace the {url_prefix} code in the market_url_template and an "isAlt" function was added to determine if the alt name/logo should be used
-A new freiexchange entry was added to the markets_page.exchanges setting
-Updated the README with the updated market info
2022-06-26 20:48:13 -06:00
Joe Uhren d062fba973 Remove custom request user-agent strings 2022-06-04 16:27:18 -06:00
Joe Uhren 2841f67b94 Fix crex24 market chart
-Chart data was pulling the last 100 trades within 15m intervals but was often returning data well beyond the 24h time period and could lead to some unreadable/unusable charts
2022-06-04 16:07:45 -06:00
Joe Uhren 5eeb6ed0c0 Add link to exchange on markets page
-Added new setting 'show_exchange_url' which hides/shows the exchange link
-Updated all exchanges with a trade url template which can be used to automatically determine the correct url for each trading pair
2022-04-12 13:34:18 -06:00
joeuhren 56d4979383 Add Southxchange exchange to markets 2021-07-09 21:49:34 -06:00
joeuhren 40b6a641f5 Fix + format date/time values across entire site
-Added a new client-side library for date/time formatting: Luxon v1.26.0
-Added new date/time settings for display format, timezone (utc or local) and an option to enable alternate timezone tooltips
-All date/time values are now formatted via Luxon and displayed according to the new configurable settings
-All markets now return Trade History timestamp values as unix timestamp values formatted in seconds
2021-03-28 21:02:10 -06:00
joeuhren 20c0a382a3 Code cleanup
-Replace tabs with double-spaces
-Betting spacing and lining up of code functions
-Add missing semi-colons
-Remove extra characters and spaces where applicable
-Remove commented-out code fragments
-Add missing 2021 date to LICENSE
-Small touchups and other misc nitpickings
2021-03-17 17:54:09 -06:00
joeuhren 3135d45c2e Stex market fix + update
-Fixed the 24h stats volume column which was displaying btc volume
-Added btc volume column to 24 stats
2021-03-07 18:14:38 -07:00
joeuhren 05e6710c41 Update altmarkets api to v2 2021-03-07 14:58:00 -07:00
joeuhren 55449956ea Remove defunct exchange fides-ex 2021-01-01 22:20:42 -07:00
joeuhren 0817529329 Fix broken altmarkets change % value 2020-12-28 19:07:16 -07:00
joeuhren 711d1fcd83 Add 16x16 base64 logo images to markets
-Logos are displayed in market dropdown, market select box and at the top-left of each box on the markets page
-Markets are now sorted by market name
2020-12-25 21:08:25 -07:00
joeuhren 85fef18cdb Complete overhaul of all markets 2020-11-27 20:34:15 -07:00
joeuhren ed22c671fc Remove defunct exchange tradesatoshi 2020-11-24 17:44:50 -07:00
joeuhren 42c9b17ca8 Markets API: Add Altmarkets chart data 2020-11-23 19:43:27 -07:00
joeuhren a56d06e37e Fix stex market 2020-11-23 19:34:24 -07:00
joeuhren 594566c606 Stex market fixes 2020-11-23 17:20:30 -07:00
joeuhren dd6195cc97 Fix fides-ex market 2020-11-23 16:03:45 -07:00
joeuhren e4209231e3 Add Fides-ex market 2020-11-23 15:30:34 -07:00
joeuhren ebbe705935 Fix request issue for altmarkets + tradesatoshi markets 2020-11-21 20:25:42 -07:00
joeuhren 6b7dc4e4ce AltMarkets: 24H price change - New API method & Reverse Sells order 2020-11-20 14:19:50 -07:00
joeuhren dc683a8970 Add TradeSatoshi Support 2020-11-20 13:37:25 -07:00
joeuhren e500a40192 Update Crex24 market 2020-11-20 11:29:11 -07:00
joeuhren 0f050c6475 Add Altmarkets.io Exchange to markets 2020-11-20 11:13:13 -07:00
joeuhren 9eccde089d Update Yobit base url 2020-11-19 17:49:11 -07:00
joeuhren d4a1b9cb16 Remove defunct markets (ccex, coinexchange, cryptopia, cryptsy, empoex) 2020-03-22 17:14:43 -06:00
joeuhren fc3646b806 Replace deprecated 'request' dependency with 'postman-request' 2020-03-22 14:17:56 -06:00
joeuhren 94831e3b81 add support for Crex24 exchange 2019-10-18 23:53:54 -06:00
joeuhren 45b9b103e9 Removed duplicate database.js file 2019-10-17 21:54:29 -06:00
joeuhren 34ac49b3b8 fix error when syncing and last block height is < 1 2019-10-01 19:31:28 -06:00
joeuhren bfb48d8b34 Add support for omitting 'burned coin' addresses from the rich list 2019-06-24 19:52:15 -06:00
joeuhren 6fa07ef258 Allow case-insensitive address search 2019-06-12 22:58:13 -06:00
joeuhren a175e03bfa v1.0.1 2019-06-07 20:05:28 -06:00
Joe Uhren 60fb8e29b4 Initial release 2019-05-27 10:33:22 -07:00