Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file.

The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [v1.4.0][v1.4.0] - 23-Sep-2025

### Milestone: catapult-server@v1.0.3.9

Package | Version | Link
---|---|---
REST Core| v2.5.1 | catapult-rest
SDK Core| v2.0.6 | symbol-sdk

[Upgrade] [#1206](https://github.com/symbol/explorer/pull/1206): Removed Statistic service and migrated to NodeWatch service

[Upgrade] [#1204](https://github.com/symbol/explorer/pull/1204): Updated discord link.

[Upgrade] Symbol-SDK to v2.0.6

## [v1.3.0][v1.3.0] - 9-Apr-2025
Package | Version | Link
---|---|---
Expand Down Expand Up @@ -593,3 +608,4 @@ SDK Core| v0.20.7 | symbol-sdk
[v1.2.2]: https://github.com/symbol/explorer/releases/tag/v1.2.2
[v1.2.3]: https://github.com/symbol/explorer/releases/tag/v1.2.3
[v1.3.0]: https://github.com/symbol/explorer/releases/tag/v1.3.0
[v1.4.0]: https://github.com/symbol/explorer/releases/tag/v1.4.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The explorer supports searching for transactions, accounts, namespaces, mosaics,

## Requirements

- Node.js 12 or above
- Node.js v20

## Installation

Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "symbol-explorer",
"version": "1.3.0",
"version": "1.4.0",
"description": "Symbol Block and Network Explorer",
"scripts": {
"build": "vue-cli-service build",
Expand Down Expand Up @@ -31,7 +31,7 @@
"moment-timezone": "^0.5.35",
"nem-sdk": "^1.6.8",
"net": "^1.0.2",
"symbol-sdk": "^2.0.3",
"symbol-sdk": "^2.0.6",
"tls": "^0.0.1",
"url-parse": "^1.5.10",
"vue": "^2.6.14",
Expand Down Expand Up @@ -82,8 +82,8 @@
"webpack": "^5.97.1"
},
"engines": {
"node": ">=12.0",
"npm": ">=7"
"node": ">=20.0",
"npm": ">=10"
},
"homepage": "https://github.com/nemgrouplimited/symbol-explorer"
}