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 migration PTB #3908

Merged
merged 42 commits into from
Nov 21, 2024

Conversation

brancoder
Copy link
Contributor

@brancoder brancoder commented Nov 5, 2024

Description of change

Adds migration ptb that migrates basic and nft stardust output objects.

Links to any relevant issues

resolves #3623

In tooling-resources

  1. Add your mnemonic to .env and publish the stardust package: pnpm stardust:publish
  2. copy the resulting stardust package id to .env file and run test scenario pnpm stardust:run-test-scenario

In kinesis:

  1. copy stardust package id to migration.constants.ts to STARDUST_PACKAGE_ID
  2. in features.controller.ts set the migration flag to true:
[Feature.StardustMigration]: {
                    defaultValue: true,
                },
  1. run wallet dashboard with pnpm wallet-dashboard-dev dev and connect to the wallet that has the same mnemonic used in the tooling resources to mint the stardust objects

@brancoder brancoder linked an issue Nov 5, 2024 that may be closed by this pull request
@alexsporn alexsporn added tooling Issues related to the Tooling team wallet-dashboard Issues related to the Wallet Dashboard dApp labels Nov 5, 2024
@marc2332
Copy link
Contributor

marc2332 commented Nov 8, 2024

@brancoder conflicts here 🫡

Copy link
Contributor

github-actions bot commented Nov 8, 2024

This pull request has been deployed to Vercel.

Latest commit: 6e3a720

✅ Preview: https://apps-backend-29a719c9ccbdb9b80c97b599a599d8953354da-6n0d6b7jv.vercel.app

Copy link
Contributor

github-actions bot commented Nov 8, 2024

This pull request has been deployed to Vercel.

Latest commit: 6e3a720

✅ Preview: https://iota-rebased-explorer-092603f1de8088243ccb8b861b23e-inow3g66r.vercel.app

Copy link
Contributor

github-actions bot commented Nov 8, 2024

This pull request has been deployed to Vercel.

Latest commit: 6e3a720

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

Copy link
Contributor

This pull request has been deployed to Vercel.

Latest commit: c6fd731

✅ Preview: https://iota-rebased-explorer-092603f1de8088243ccb8b861b23e-96y48cyah.vercel.app

Copy link
Contributor

This pull request has been deployed to Vercel.

Latest commit: c6fd731

✅ Preview: https://apps-backend-29a719c9ccbdb9b80c97b599a599d8953354da-3b6u8zwss.vercel.app

Copy link
Contributor

This pull request has been deployed to Vercel.

Latest commit: c6fd731

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

@brancoder brancoder requested a review from cpl121 November 12, 2024 14:13
Copy link
Contributor

This pull request has been deployed to Vercel.

Latest commit: 17832cf

✅ Preview: https://apps-backend-29a719c9ccbdb9b80c97b599a599d8953354da-4yjgukjxs.vercel.app

Copy link
Contributor

This pull request has been deployed to Vercel.

Latest commit: 17832cf

✅ Preview: https://apps-ui-otblsytzq-iota1.vercel.app

Copy link
Contributor

This pull request has been deployed to Vercel.

Latest commit: 17832cf

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

Copy link
Contributor

This pull request has been deployed to Vercel.

Latest commit: 17832cf

✅ Preview: https://iota-rebased-explorer-092603f1de8088243ccb8b861b23e-kx7jabx25.vercel.app

Base automatically changed from tooling-epic/dashboard-styling to develop November 20, 2024 16:24
Copy link
Contributor

This pull request has been deployed to Vercel.

Latest commit: 31cfe59

✅ Preview: https://apps-backend-29a719c9ccbdb9b80c97b599a599d8953354da-q8z8qoig4.vercel.app

Copy link
Contributor

This pull request has been deployed to Vercel.

Latest commit: 31cfe59

✅ Preview: https://iota-rebased-explorer-092603f1de8088243ccb8b861b23e-mu67b14x7.vercel.app

Copy link
Contributor

This pull request has been deployed to Vercel.

Latest commit: 31cfe59

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

Copy link
Contributor

This pull request has been deployed to Vercel.

Latest commit: e0848e3

✅ Preview: https://iota-rebased-explorer-092603f1de8088243ccb8b861b23e-6znc1mns0.vercel.app

Copy link
Contributor

This pull request has been deployed to Vercel.

Latest commit: e0848e3

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

Copy link
Contributor

This pull request has been deployed to Vercel.

Latest commit: e0848e3

✅ Preview: https://apps-backend-29a719c9ccbdb9b80c97b599a599d8953354da-o2s93st42.vercel.app

@msarcev msarcev changed the title feat(wallet-dashboard): add migration ptb feat(wallet-dashboard): Add migration PTB Nov 21, 2024
@msarcev msarcev merged commit 391a28b into develop Nov 21, 2024
33 checks passed
@msarcev msarcev deleted the tooling-dashboard/add-migration-ptb branch November 21, 2024 19:32
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.

Successfully achieve combined migration ptb
5 participants