Skip to content
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

Number of assets in the trust chain is incorrect #2840

Closed
CyndyMo opened this issue Nov 2, 2023 · 0 comments
Closed

Number of assets in the trust chain is incorrect #2840

CyndyMo opened this issue Nov 2, 2023 · 0 comments
Assignees
Labels
bug Something isn't working community

Comments

@CyndyMo
Copy link

CyndyMo commented Nov 2, 2023

Problem description

When there is an issue with minting, either through a connection issue with Hedera or other issues, the number of assets reflected in the trust chain is incorrect. The trust chain only reflects the number of assets requested of the mint block, and assumes a 100% completion rate. In practice, though, the completion rate of the requests is not 100% (see issue "Incorrect number of NFT are minted when the mint block both mints and transfers #2833"). The trust chain shows 100 minted when in reality 110 were minted. We have also seen the inverse, where a transaction has failed and the number minted is less than requested.

Step to reproduce

Steps to reproduce the behavior: There are multiple, but a sure way is to

  1. Request to mint more assets than you have funds in your SR account to afford
  2. Approve the mint request
  3. The trust chain will show the full amount minted, regardless of the fact you ran out of money on Hedera.

Expected behavior

  1. The trust chain should indicate the number of assets truly minted.
  2. Guardian provides a summary of the mint event that was requested so a user is able to tell if the request completed as expected. Not a report on what was requested, but a report of the actual results of that request.

Screenshots

image (17)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working community
Projects
None yet
Development

No branches or pull requests

3 participants