Skip to content

v1.100.0

Compare
Choose a tag to compare
@joeuhren joeuhren released this 29 May 21:57
· 124 commits to master since this release
e1a7336

We are proud to announce the release of eIquidus explorer v1.100.0. Truth-be-told, the last version was bumped all the way to v1.99 thinking that v2.0 was right around the corner, but more and more fixes and features kept getting added to the list and there are still a few missing features that we feel should be included before we can call it v2.0. From now on the plan is to release more frequent updates instead of having a massive list of changes between versions.

Some changes were made to the data structure for features such as P2PK scripts/txes and decoding tx OP_RETURN values, but it may not be necessary to do a full reindex if coming from v1.99.0 unless you are looking to take advantage of those specific changes.

How to Upgrade

  1. If you are running an older version, first shut it down.
  2. Download the updated code changes with the cmd: git pull
  3. 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 v1.99.0 settings.json files to still be compatible with v1.100.0, but you will receive many depreciation warning messages when you start the explorer and you may still need to manually fix image paths and change default settings where applicable.

Notable Changes