Releases: symbol/explorer
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.
v1.1.3
v1.1.3 - 8-Dec-2021
Package | Version | Link |
---|---|---|
REST Core | v2.4.0 | catapult-rest |
SDK Core | v1.0.3 | symbol-sdk |
Added
- Support new transaction type (revokable) #959
- Testnet theme #971
- Add mosaic flag on the mosics list #980
- Openapi client integrated for statistics-service #987
Update
- Update transaction graphic #976
- Update interface enhancement #981
- Pagination enhancement #985
- Update mobile view table fields #986
- Footer enhancement #990
- Disable toggle theme #991
- Update RU translation
- Update JA translation
Fixed
v1.1.1
v1.1.1 - 31-Oct-2021
Package | Version | Link |
---|---|---|
REST Core | v2.3.7 | catapult-rest |
SDK Core | v1.0.2 | symbol-sdk |
Added
- Add app verison on footer #931
- Enable https #927
- Enable Russian language #949
- Symbol SDK v1.0.2 #953
Fixed
- Mosaic preview popover #915
- Add server response Cache-Control header #917
- Added missing network types #919
- Transaction sent to expired alias is not loading #928
- Update RU translation.
- Minor translation fix #940