Releases: symbol/explorer
v1.4.0
v1.3.0
v1.3.0 - 9-Apr-2025
| Package | Version | Link |
|---|---|---|
| REST Core | v2.5.0 | catapult-rest |
| SDK Core | v2.0.3 | symbol-sdk |
[Bug] #1198: Fix mime empty issue string in header.
[Feature] #1197: Added light node icon and information.
[Upgrade] #1196: upgrade dependencies and support node v20 environment.
[Bug] #1195: Removed database field in node status with non API roles.
[Feature] #1194: Support convert message to UTF8.
[Bug] #1193: Mosaic alias expired, cause transaction page can not load.
v1.2.3
v1.2.2
v1.2.1
v1.2.0
v1.2.0- 26-Oct-2022
| Package | Version | Link |
|---|---|---|
| REST Core | v2.4.2 | catapult-rest |
| SDK Core | v2.0.3 | symbol-sdk |
[Bug] #1015: Fix UI bug for restriction display issue.
[Bug] #1027: Fix display big aggregate transaction problem.
[Bug] #1039: Fix horizontal scroll css issue in listing page.
[Performance] #1040: minor performance improvement for the transaction detail page, as we remove hash lock section for all transaction type expect aggregate bonded.
[Bug] #1109: Fix mosaics missing in receipts section.
[Bug] #1110: Resolved errors in chrome console.
[Feature] #1111: Apply eslint rules in tests folder.
[Bug] #1122: Update config and rename filter in metadata section.
[Feature] #1130: Display max / effective fee based on transaction status.
v1.1.7
v1.1.7 - 25-Oct-2022
| Package | Version | Link |
|---|---|---|
| REST Core | v2.4.2 | catapult-rest |
| SDK Core | v2.0.3 | symbol-sdk |
[Feature]: We update symbol-SDK v2.0.3.
v1.1.6
v1.1.6 - 30-Aug-2022
| Package | Version | Link |
|---|---|---|
| REST Core | v2.4.0 | catapult-rest |
| SDK Core | v2.0.1 | symbol-sdk |
[Bug] #906: Ctrl + click on any transaction link is working now.
[Bug] #1051: Fix invalid XYM amount display when XYM sent together with namespace alias and mosaic id.
[Bug] #1052: Removed senseless voting key address in the voting key section.
[Feature] #1055: We added a copy button beside the address on the listing page.
[Feature] #1056: We added the account label on the account listing page.
[Feature] #1057: Dependabot and auto-merge are up.
[Performance] #1068: Performance improvement for the transaction list page, reduce block requests to obtain timestamp.
[Feature] #1070: Explorer will display the local timezone now.
[Bug] #1101: Fix display wrong native namespace expiration.
v1.1.5
v1.1.4
v1.1.4 - 23-Mar-2022
| Package | Version | Link |
|---|---|---|
| REST Core | v2.4.0 | catapult-rest |
| SDK Core | v2.0.0 | symbol-sdk |
[Feature] #999: [UX] Namespaces and mosaics are now listed on the homepage.
[Feature] #1000: Last epoch and current epoch are now displayed on the homepage dashboard.
[Feature] #1022: Our korean community going to like it, we added korean language in explorer.
[Feature] #1031: We are migrate CI/CD pipeline from travis to jenkins.
[Feature] #1001: Improvement of blocks listing page. We removed chain height and timestamp because it not helpful insight, instead we added Block Reward ('inflation').
[Feature] #1035: We update symbol-SDK v2.0, to ensure metadata encoding issue resolved.
[Feature] #1036: Current Dockfile using node 10, we update it to node-lts.
[Feature] #1016: Account balance card showing mosaic randomly, to prevent user confuse, we decided display XYM as default.
[Bug] #1019: To make the code more readable and maintainable, we apply standard symbol Javascript linters.
[Bug] #1032: Rewrite integration test to unit test, because current integration test is not working well.
[Bug] #1012: Update some variable to camelCase.
[Bug] #1021: Selected node always reset is cause by node list return randomly from statistic-service, to prevent the node get reset, it will always push selected node into random node list from statistic-service.
[Bug] #1042: Refactor search bar logic, and added unit test for that.