We are proud to announce the release of eIquidus explorer v1.102.0. The most notable change here is the orphan block fix from commit 09fa919 which was one of the last big bugs left in the system.
Although the orphan block fix introduced some new database changes, it is not necessary to reindex your existing explorer since it is smart enough to handle new and existing explorer setups.
NOTE: As of commit de0da04, if you were running via pm2 or forever when updating the explorer with this change, it is necessary to manually stop the explorer with npm run stop-pm2
or npm run stop-forever
and then start again after the code has been updated to allow NODE_ENV to be set to "production". Without doing this, the explorer will still be run in "development" mode until pm2 or forever is fully stopped and restarted.
How to Upgrade
- Download the updated code changes with the cmd:
npm run update-explorer
- Review the changes to the
settings.json.template
file and consider adding and configuring the newly added settings. NOTE: An effort has been made to allow previoussettings.json
files to work using default values for new settings, without actually adding the newest config changes, but you may receive deprecation warning messages when you start the explorer and you may also still need to manually fix image paths and change default settings where applicable.
Notable Changes
- de0da04e7b792371ede393623aaefcefa02d38c4: Added better support for NODE_ENV
- cb6c95c472af0b65b4b4f03947665eac61bac8c8: Added a new option for redirecting to https
- 74e9b434039b3b191af49488670d0dcddc949740: README changes
- 2e7c8ea201a4c8347474987322d5bf173ff1e602: Added an rpc cmd queue
- e5bd30a457ff0121fc036fdf3cb960d431ef55a5: Fix for identifiying multi MNs created in same tx
- f6ebb89f270b3b4cea7b3396d943b33ade593d72: "Powered By" footer text is now configurable
- 813fe72471505055bb036b920e96862416d7d164: Better handling of null market data
- 1a0ef69749354ee09c0f343d4313d2ac4db2ce1d: Added support for newer mongoose versions
- ace3f525438220893846e927e04ebe2468b015d2: Fix Deprecation Warning msg for applicable themes
- 7f6c58525c9e487e8c1ebcae3296aa3ba05d8e18: Better quote support for coin name and symbol
- 09fa91968645b63321813d190749d6502a6fbaa8: Orphan block fix + other misc improvements
- 208187c2937546d224f4a125a97b651e2d025730: Fix confirmations value in gettx api
- 40475879909b3579299703be967f92f4b5238824: Fix strictQuery warning from new mongoose versions
- ac10031bf8616869233a2dadcb6a1f30df67652f: Add options to round decimals for network charts
- de254614944ee5c82656a42e63fc1eaf644a1902: Improve network chart precision
- 03f62a22dc22aade9913356dbfc39a5ffe8aa2a1: Remove jstransformer-markdown-it dependency
- 408df1c9c9b51805d5e0e8b6386faf8bb4348077: port_filter option now allows hiding port
- a38284f2ae8b1a758b35638b75677907820db6af: Fix footer width calculations
- 261c2b6d1d3a5c7652e9fde07b86914a86342773: Add side menu support + other core layout changes
- ed96eb78a133836ded3287a1a1f83196d8057a00: Fix peer sync for addresses without country data
- dbe023858736bc1b17970ec8b82b881a7d2b8df5: Add Unnamed exchange to markets
- e76461db7dd94ef551321c9e77ac9297d4f55992: Fix divide by zero when calculating market change
- 07968c52eb8fc60ebc47f521ab426f707d4b2268: Add Txbit exchange to markets
- 117803871093e547d02add446d58685634aa19e4: Better handling of stop/kill sync processes
- bfbc50beda2c4e612d06079ac969d00027d3e387: Add support for vin/vout hashes inside an array