-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #60 from nemgrouplimited/dev
Release 1.0.1
- Loading branch information
Showing
13 changed files
with
561 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
src/models/NodeRewards |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,22 @@ 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.0.1][v1.0.1] - 25-May-2021 | ||
|
||
### Milestone: [[email protected]][[email protected]] | ||
|
||
Package | Version | Link | ||
---|---|--- | ||
REST Core| v2.3.6 | [catapult-rest][[email protected]] | ||
SDK Core| v1.0.1 | [symbol-sdk][[email protected]] | ||
|
||
- Added the network type check to the Node Monitor Service [#53](https://github.com/nemgrouplimited/symbol-statistics-service/issues/53) | ||
- Added version of REST to the Node List [#55](https://github.com/nemgrouplimited/symbol-statistics-service/issues/53) | ||
- Fixed the peer node status check issue [#58](https://github.com/nemgrouplimited/symbol-statistics-service/pull/58) | ||
- Improved DB collection store [#58](https://github.com/nemgrouplimited/symbol-statistics-service/pull/58) | ||
- Included the initial nodes from config to the list [#58](https://github.com/nemgrouplimited/symbol-statistics-service/pull/58) | ||
- Added missing utf8 dependency | ||
|
||
## [v1.0.0][v1.0.0] - 14-Mar-2021 | ||
|
||
### Milestone: [[email protected]][[email protected]] | ||
|
@@ -71,7 +87,8 @@ REST Core| v2.1.0 | [catapult-rest](https://github.com/nemtech/catapult-rest/rel | |
### Fixes | ||
- Cors error. [#13](https://github.com/nemgrouplimited/symbol-statistics-service/issues/13) | ||
|
||
|
||
[v1.0.1]: https://github.com/nemfoundation/symbol-statistics-service/releases/tag/v1.0.1 | ||
[v1.0.0]: https://github.com/nemfoundation/symbol-statistics-service/releases/tag/v1.0.0 | ||
[v0.3.0]: https://github.com/nemfoundation/symbol-statistics-service/releases/tag/v0.3.0 | ||
[v0.2.0]: https://github.com/nemfoundation/symbol-statistics-service/releases/tag/v0.2.0 | ||
[v0.1.0]: https://github.com/nemfoundation/symbol-statistics-service/releases/tag/v0.1.0 | ||
|
@@ -83,6 +100,8 @@ REST Core| v2.1.0 | [catapult-rest](https://github.com/nemtech/catapult-rest/rel | |
[[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://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 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.