-
Notifications
You must be signed in to change notification settings - Fork 27
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 #635 from nemgrouplimited/main
Merge to Release Branch
- Loading branch information
Showing
97 changed files
with
3,507 additions
and
457 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 |
---|---|---|
|
@@ -3,6 +3,46 @@ 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/). | ||
|
||
## [v0.6.0][v0.6.0] - 26-Sep-2020 | ||
|
||
### Milestone: [[email protected]](https://github.com/nemtech/catapult-server/releases/tag/v0.10.0.3) | ||
|
||
Package | Version | Link | ||
---|---|--- | ||
REST Core| v2.1.0 | [catapult-rest](https://github.com/nemtech/catapult-rest/releases/tag/v2.1.0) | ||
SDK Core| v0.21.0 | [symbol-sdk](https://www.npmjs.com/package/symbol-sdk) | ||
|
||
### Added | ||
- Added compatibility for 0.10.0.3 server. | ||
- Added Secret Hash information in Account Detail page. | ||
- Added Hash Lock information in Account Detail page. | ||
- Added Hash Lock information in transaction details. | ||
- Added Mosaic Address Restrictions information in Account Detail page. | ||
- Added Transaction Graphic widget to visualize transaction info | ||
- HashLockTransaction | ||
- SecretLockTransaction | ||
- SecretProofTransaction | ||
- AccountKeyLinkTransaction | ||
- NodeKeyLinkTransaction | ||
- VotingKeyLinkTransaction | ||
- VrfKeyLinkTransaction | ||
- MosaicDefinitionTransaction | ||
- MosaicSupplyChangeTransaction | ||
- Added Finality block height in Base Info widget. | ||
- Added Finality Status compoment beside the block height showing block Pending or Finalized. | ||
- Added more japanese translations (Thanks @44uk). | ||
|
||
### Update | ||
- Refactor Transaction graphic widget and schema | ||
- Refactor Pagination related to SDK change | ||
- Refactor ChainService related to SDK change. | ||
- Refactor RestrictionService related to SDK change | ||
|
||
### Fixed | ||
- TransactionDetail. Loading never ends [#615](https://github.com/nemgrouplimited/symbol-explorer/issues/615) | ||
- Aggregate inner transaction are not formatted [#618](https://github.com/nemgrouplimited/symbol-explorer/issues/618) | ||
|
||
|
||
## [v0.5.0][v0.5.0] - 15-Aug-2020 | ||
|
||
### Milestone: [[email protected]](https://github.com/nemtech/catapult-server/releases/tag/v0.9.6.4) | ||
|
@@ -79,4 +119,5 @@ SDK Core| v0.20.7 | [symbol-sdk](https://www.npmjs.com/package/symbol-sdk) | |
|
||
[v0.3.0]: https://github.com/nemfoundation/symbol-explorer/releases/tag/v0.3.0 | ||
[v0.4.0]: https://github.com/nemfoundation/symbol-explorer/releases/tag/v0.4.0 | ||
[v0.5.0]: https://github.com/nemfoundation/symbol-explorer/releases/tag/v0.5.0 | ||
[v0.5.0]: https://github.com/nemfoundation/symbol-explorer/releases/tag/v0.5.0 | ||
[v0.6.0]: https://github.com/nemfoundation/symbol-explorer/releases/tag/v0.6.0 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"transactionInfoFields": ["Block Height", "Transaction Hash", "Date", "Deadline", "Fee", "Signature", "Signer", "Status", "Confirmation"] | ||
"transactionInfoFields": ["Block Height", "Size (bytes)", "Transaction Hash", "Date", "Deadline", "Fee", "Signature", "Signer", "Status", "Confirmation"] | ||
} |
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
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.