Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLaw committed Nov 4, 2021
2 parents 4d6a1b7 + b197df1 commit bf4992a
Show file tree
Hide file tree
Showing 87 changed files with 29,272 additions and 4,034 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ cache:
- "node_modules"
override:
- npx cypress verify
before_install:
- npm i -g npm@7
before_script:
- . ./travis/node-functions.sh
- VERSION="$(node_load_version)"
Expand Down
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@ 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.1.1][v1.1.1] - 31-Oct-2021

Package | Version | Link
---|---|---
REST Core| v2.3.7 | [catapult-rest][[email protected]]
SDK Core| v1.0.2 | [symbol-sdk][[email protected]]

### Added
- Add app verison on footer [#931](https://github.com/symbol/symbol-explorer/pull/931)
- Enable https [#927](https://github.com/symbol/symbol-explorer/issues/927)
- Enable Russian language [#949](https://github.com/symbol/symbol-explorer/pull/949)
- Symbol SDK v1.0.2 [#953](https://github.com/symbol/symbol-explorer/pull/953)

### Fixed
- Mosaic preview popover [#915](https://github.com/symbol/symbol-explorer/pull/915)
- Add server response Cache-Control header [#917](https://github.com/symbol/symbol-explorer/pull/917)
- Added missing network types [#919](https://github.com/symbol/symbol-explorer/pull/919)
- Transaction sent to expired alias is not loading [#928](https://github.com/symbol/symbol-explorer/issues/928)
- Update RU translation.
- Minor translation fix [#940](https://github.com/symbol/symbol-explorer/pull/940)

### Removed
- Node reward program [#945](https://github.com/symbol/symbol-explorer/issues/945)
- Hardcoded node list [#942](https://github.com/symbol/symbol-explorer/issues/942)

## [v1.1.0][v1.1.0] - 2-June-2021

### Milestone: [[email protected]][[email protected]]
Expand Down Expand Up @@ -366,19 +391,23 @@ SDK Core| v0.20.7 | [symbol-sdk](https://www.npmjs.com/package/symbol-sdk)
[v0.10.0]: https://github.com/nemfoundation/symbol-explorer/releases/tag/v0.10.0
[v1.0.0]: https://github.com/nemfoundation/symbol-explorer/releases/tag/v1.0.0
[v1.0.1]: https://github.com/nemfoundation/symbol-explorer/releases/tag/v1.0.1
[v1.1.1]: https://github.com/nemfoundation/symbol-explorer/releases/tag/v1.1.1

[[email protected]]: https://github.com/nemtech/catapult-server/releases/tag/v0.10.0.5
[[email protected]]: https://github.com/nemtech/catapult-server/releases/tag/v0.10.0.7
[[email protected]]: https://github.com/nemtech/catapult-server/releases/tag/v0.10.0.8
[[email protected]]: https://github.com/nemtech/catapult-server/releases/tag/v1.0.0.0
[[email protected]]: https://github.com/symbol/catapult-client/releases/tag/v1.0.2.0

[[email protected]]: https://www.npmjs.com/package/symbol-sdk/v/0.23.0
[[email protected]]: https://www.npmjs.com/package/symbol-sdk/v/0.23.3-alpha-202102181227
[[email protected]]: https://www.npmjs.com/package/symbol-sdk/v/0.23.3
[[email protected]]: https://www.npmjs.com/package/symbol-sdk/v/1.0.0
[[email protected]]: https://www.npmjs.com/package/symbol-sdk/v/1.0.1
[[email protected]]: https://www.npmjs.com/package/symbol-sdk/v/1.0.2

[[email protected]]: https://github.com/nemtech/catapult-rest/releases/tag/v2.3.0
[[email protected]]: https://github.com/nemtech/catapult-rest/releases/tag/v2.3.3
[[email protected]]: https://github.com/nemtech/catapult-rest/releases/tag/v2.3.4
[[email protected]]: https://github.com/nemtech/catapult-rest/releases/tag/v2.3.6
[[email protected]]: https://github.com/symbol/catapult-rest/releases/tag/v2.3.7
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,6 @@ npm run dev
* `/src/store`: Handles the application logic with state management.
* `/src/views`: Handles the UI of the explorer.

### How to change the node list

The file `/src/config/setup.json.mt` contains the node list shown in the node selector dropdown.

1. Edit `peersApi.nodes` array to set up the custom node list.
2. Set `peersApi.defaultNode` property to the default node url.

## Getting help

Use the following available resources to get help:
Expand Down
Loading

0 comments on commit bf4992a

Please sign in to comment.