Skip to content

v1.1.4

Compare
Choose a tag to compare
@AnthonyLaw AnthonyLaw released this 25 Mar 20:30
· 64 commits to main since this release

v1.1.4 - 23-Mar-2022

Package Version Link
REST Core v2.4.0 catapult-rest
SDK Core v2.0.0 symbol-sdk

[Feature] #999: [UX] Namespaces and mosaics are now listed on the homepage.

[Feature] #1000: Last epoch and current epoch are now displayed on the homepage dashboard.

[Feature] #1022: Our korean community going to like it, we added korean language in explorer.

[Feature] #1031: We are migrate CI/CD pipeline from travis to jenkins.

[Feature] #1001: Improvement of blocks listing page. We removed chain height and timestamp because it not helpful insight, instead we added Block Reward ('inflation').

[Feature] #1035: We update symbol-SDK v2.0, to ensure metadata encoding issue resolved.

[Feature] #1036: Current Dockfile using node 10, we update it to node-lts.

[Feature] #1016: Account balance card showing mosaic randomly, to prevent user confuse, we decided display XYM as default.

[Bug] #1019: To make the code more readable and maintainable, we apply standard symbol Javascript linters.

[Bug] #1032: Rewrite integration test to unit test, because current integration test is not working well.

[Bug] #1012: Update some variable to camelCase.

[Bug] #1021: Selected node always reset is cause by node list return randomly from statistic-service, to prevent the node get reset, it will always push selected node into random node list from statistic-service.

[Bug] #1042: Refactor search bar logic, and added unit test for that.