explorer icon indicating copy to clipboard operation
explorer copied to clipboard

[explorer] fix: Expired mosaic namespace.

Open AnthonyLaw opened this issue 7 months ago • 1 comments

What was the issue?

  • Mosaic alias expired, transaction page can not load the page.

What's the fix?

  • Added transactionLocation params in resolveMosaicId method.
  • Implement mosaic resolution statement query in the resolveMosaicId method.
  • Refactor getTransactionMosaicInfoAndNamespace method to process the transaction.
  • Refactor getMosaicInfoAndNamespace method to accept mosaicID and transactionLocation params.
  • Refactor affected transaction methods in CreateTransaction object such as mosaicDefinition, mosaicSupplyChange, mosaicAddressRestriction, and mosaicMetadata

AnthonyLaw avatar Jul 25 '24 08:07 AnthonyLaw