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

feat(wallet-dashboard): add tx details state to the end of migration flow #4547

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

evavirseda
Copy link
Contributor

Description of change

Please write a summary of your changes and why you made them.

Links to any relevant issues

fixes #4508

Type of change

Choose a type of change, and delete any options that are not relevant.

  • Bug fix (a non-breaking change which fixes an issue)
  • Enhancement (a non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Fix

How the change has been tested

Describe the tests that you ran to verify your changes.

Make sure to provide instructions for the maintainer as well as any relevant configurations.

Change checklist

Tick the boxes that are relevant to your changes, and delete any items that are not.

  • I have followed the contribution guidelines for this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that new and existing unit tests pass locally with my changes

@evavirseda evavirseda requested a review from a team as a code owner December 18, 2024 12:59
@evavirseda evavirseda self-assigned this Dec 18, 2024
@iota-ci iota-ci added the tooling Issues related to the Tooling team label Dec 18, 2024
@evavirseda evavirseda added the wallet-dashboard Issues related to the Wallet Dashboard dApp label Dec 18, 2024
Copy link
Contributor

This pull request has been deployed to Vercel.

Latest commit: c34de10

✅ Preview: https://wallet-dashboard-a225fcfa1e2f852205a61a7cd1d5d93e92-n76llxm4h.vercel.app

isTimelocked,
);

const { totalNotOwnedStorageDepositReturnAmount } = summarizeMigratableObjectValues({
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

something weird is happening here, the IOTA to be migrated do not correspond to those signed in the tx. Maybe this is a bit more logical, we can look at it in another task
image

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If resource repo is used to mint the NFT outputs than they also hold the balance of 1 Iota each so that is where the extra iota balance is probably coming from

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we are taking those IOTA into account, look here

/>
)}
{isLoading ? (
<LoadingIndicator text="Loading migration objects" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we could use skeleton instead of LoadingIndicator here, wdyt?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe its better to do it in another PR no?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm working in this now 🙏

Copy link
Contributor

This pull request has been deployed to Vercel.

Latest commit: 178c4da

✅ Preview: https://wallet-dashboard-a225fcfa1e2f852205a61a7cd1d5d93e92-jk3krfwsk.vercel.app

Copy link
Contributor

This pull request has been deployed to Vercel.

Latest commit: 3993027

✅ Preview: https://wallet-dashboard-a225fcfa1e2f852205a61a7cd1d5d93e92-ce4okdf5y.vercel.app

Copy link
Contributor

This pull request has been deployed to Vercel.

Latest commit: a74342d

✅ Preview: https://wallet-dashboard-a225fcfa1e2f852205a61a7cd1d5d93e92-cijkpdw6i.vercel.app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tooling Issues related to the Tooling team wallet-dashboard Issues related to the Wallet Dashboard dApp
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add tx details state to the end of migration flow
6 participants