Skip to content

Commit

Permalink
Merge pull request #849 from nemgrouplimited/dev
Browse files Browse the repository at this point in the history
Release 1.0.1
  • Loading branch information
OlegMakarenko authored Mar 22, 2021
2 parents ec769b0 + ad50199 commit 440516f
Show file tree
Hide file tree
Showing 30 changed files with 1,914 additions and 833 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ 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] - 21-Mar-2021

### Milestone: [[email protected]][[email protected]]

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

- Remove the node peer status
- Add message for the NIS1 address search attempt [#830](https://github.com/nemgrouplimited/symbol-explorer/issues/830)
- Sort nodes by friendly name [#831](https://github.com/nemgrouplimited/symbol-explorer/issues/831)
- Display UTC time and timestamp in the detail pages [#840](https://github.com/nemgrouplimited/symbol-explorer/issues/840)

## [v1.0.0][v1.0.0] - 15-Mar-2021

### Milestone: [[email protected]][[email protected]]
Expand Down Expand Up @@ -319,6 +333,7 @@ SDK Core| v0.20.7 | [symbol-sdk](https://www.npmjs.com/package/symbol-sdk)
[v0.9.0]: https://github.com/nemfoundation/symbol-explorer/releases/tag/v0.9.0
[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

[[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
Expand Down
2 changes: 1 addition & 1 deletion e2e/pageDetail/blockDetail.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('Symbol Explorer Blocks detail page', () => {
})

it('render correct table fields.', () => {
const items = ['Height', 'Size (bytes)', 'Date', 'Total Fee', 'Difficulty', 'Fee Multiplier', 'Transactions', 'Harvester', 'Block Hash', 'Proof Gamma', 'Proof Scalar', 'Beneficiary Address', 'Proof Varification Hash']
const items = ['Height', 'Size (bytes)', 'Date', 'Total Fee', 'Difficulty', 'Fee Multiplier', 'Transactions', 'Harvester', 'Block Hash', 'Proof Gamma', 'Proof Scalar', 'Beneficiary Address', 'Proof Verification Hash']
cy.renderFieldInTable("blockDetailTitle", items)
})
})
Expand Down
Loading

0 comments on commit 440516f

Please sign in to comment.