Skip to content

feat: token migration portal#159

Merged
fmorency merged 87 commits intoliftedinit:mainfrom
fmorency:token-migration
Apr 9, 2025
Merged

feat: token migration portal#159
fmorency merged 87 commits intoliftedinit:mainfrom
fmorency:token-migration

Conversation

@fmorency
Copy link
Copy Markdown
Contributor

@fmorency fmorency commented Jan 24, 2024

This PR introduces a Token Migration portal allowing users to migrate their tokens to the new CosmosSDK-based ledger.

The Migration Portal supports

  • Migrating tokens from a regular user account
  • Migrating tokens from a multisig account
  • View the migration history of a given user/account
  • View the migration details of any past migrations

The Migration Portal aims to be "idiot" proof.

Fixes #160

TODO:

  • MANY chain side
  • Cosmos MANIFEST chain side
  • Disable token minting MANY side
  • Update T&C

@fmorency fmorency self-assigned this Jan 24, 2024
@netlify
Copy link
Copy Markdown

netlify Bot commented Jan 24, 2024

Deploy Preview for lifted-alberto ready!

Name Link
🔨 Latest commit e68e495
🔍 Latest deploy log https://app.netlify.com/sites/lifted-alberto/deploys/67f6742d6ddf800008a25621
😎 Deploy Preview https://deploy-preview-159--lifted-alberto.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 24, 2024

Codecov Report

Attention: Patch coverage is 76.09195% with 208 lines in your changes missing coverage. Please review.

Project coverage is 45.47%. Comparing base (a30b638) to head (e68e495).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/features/token-migration/event-validation.tsx 32.07% 36 Missing ⚠️
src/features/accounts/queries.ts 6.25% 30 Missing ⚠️
...ation/components/migration-form/migration-form.tsx 79.61% 21 Missing ⚠️
...components/migration-details/migration-details.tsx 86.15% 17 Missing and 1 partial ⚠️
src/features/accounts/api/get-account-info.ts 0.00% 15 Missing ⚠️
src/features/token-migration/queries.ts 13.33% 13 Missing ⚠️
src/features/network/queries.ts 8.33% 11 Missing ⚠️
.../txn-list/txn-list-item/multisig-txn-list-item.tsx 8.33% 11 Missing ⚠️
src/features/accounts/api/create-account.ts 0.00% 9 Missing ⚠️
src/features/accounts/stores/accounts-store.ts 14.28% 6 Missing ⚠️
... and 14 more
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #159       +/-   ##
===========================================
+ Coverage   35.33%   45.47%   +10.14%     
===========================================
  Files          91      122       +31     
  Lines        2414     3219      +805     
  Branches      683      894      +211     
===========================================
+ Hits          853     1464      +611     
- Misses       1549     1740      +191     
- Partials       12       15        +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Comment thread .env
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Can you please change staging env talib_url to "https://qa-talib.liftedinit.app/api/v1/neighborhoods/2/" and rebuild?

@jgryffindor jgryffindor self-requested a review April 9, 2025 14:14
@fmorency
Copy link
Copy Markdown
Contributor Author

fmorency commented Apr 9, 2025

We still need to finish the T&C. We can do this in another PR.

@fmorency fmorency merged commit 38f56fe into liftedinit:main Apr 9, 2025
10 checks passed
@fmorency fmorency deleted the token-migration branch April 9, 2025 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migration Portal

2 participants