Skip to content

Releases: symbol/explorer

v0.6.0

25 Sep 20:08
f77c8a3
Compare
Choose a tag to compare

Milestone: [email protected]

Package Version Link
REST Core v2.1.0 catapult-rest
SDK Core v0.21.0 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
  • Aggregate inner transaction are not formatted #618

v0.5.0

14 Aug 19:39
3029090
Compare
Choose a tag to compare

Milestone: [email protected]

Package Version Link
REST Core v1.2.0 catapult-rest
SDK Core v0.20.7 symbol-sdk

Added

  • Added compatibility for 0.9.6.4 server.
  • Added search Criteria for Blocks, Accounts, Namespaces, Transactions and Mosaics.
  • Added PageAssembler component.
  • Added Transaction filter component into transaction list.
  • Added resolved address in transaction list and transaction detail page.
  • Added more transaction test case for cypress e2e.
  • Added Transaction Graphic widget to visualize transaction info
    • Address Alias
    • Mosaic Alias
    • Namespace Registration
    • TransferTransaction
  • Added account filter component into account list.
  • Added supplemental Keys info into Account Detail page.
  • Added harvested info into Account Detail page.
  • Added namespace filter component into namespace list.
  • Added namespace name into alias transaction detail page.
  • Added Merkle-tree infomation into Block Detail page.
  • Added more japanese translations (Thanks @44uk).

Update

  • Refactor infrastructure to use repositoryFactory
  • Refactor statistics chart effect.
  • Load network config from network.
  • Enhanced mobile view experience.

Fixed

  • Pagination. Block-list live update does not work #555
  • Multisig account not showing correctly #559
  • Transaction Detail. Unable to show the data #562
  • Transaction Detail. Missing address in address alias #534
  • PageAssembler. Mobile view doesn't work properly #533

v0.4.0

11 Jun 05:55
aa262da
Compare
Choose a tag to compare

Milestone: [email protected]

Added

  • Adding Russian translation #448
  • Upgrade to testnet 0.9.5.1 with SDK v0.19.2 #472

Fixed

  • Network type issue in account link addresses #434
  • Failed to fetch account detail - TooManyRequests #438
  • Move filters to config file #460
  • Mosaic table relative amounts formatting consistency #468

v0.3.0

12 May 14:12
cae73e1
Compare
Choose a tag to compare

Milestone: [email protected]

Added

  • Upgrade SDK to v0.18.0 #408
  • Transaction type icons #424

Fixed

  • Fixed minor bug fix PR #421
  • Fixed Missing mosaic Restriction list #426
  • Fixed Missing account metadata entries #428
  • Fixed Missing namespace Alias in Account #433
  • Fixed Network type issue in account link addresses #434