explorer
explorer copied to clipboard
[explorer] fix: Expired mosaic namespace.
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
, andmosaicMetadata