-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[explorer] fix: Expired mosaic namespace. #1193
base: dev
Are you sure you want to change the base?
Conversation
…in CreateTransaction method
✅ Deploy Preview for explorer-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
return entry.resolved; | ||
} | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should you fail if a resolved id is not found?
transactions.map(transactionDTO => { | ||
switch (transactionDTO.type) { | ||
const makeTransactionLocation = (transactionInfo, secondaryId = undefined) => { | ||
if (!transactionInfo?.height) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When will the transactionInfo not have a height? 🤔
What was the issue?
What's the fix?
resolveMosaicId
method.resolveMosaicId
method.getTransactionMosaicInfoAndNamespace
method to process the transaction.getMosaicInfoAndNamespace
method to accept mosaicID and transactionLocation params.mosaicDefinition
,mosaicSupplyChange
,mosaicAddressRestriction
, andmosaicMetadata