-
Notifications
You must be signed in to change notification settings - Fork 8
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
refactor(wallet,dashboard): move TransactionReceipt
to core
#4280
base: develop
Are you sure you want to change the base?
Conversation
This pull request has been deployed to Vercel. Latest commit: 54d75f9 ✅ Preview: https://apps-backend-29a719c9ccbdb9b80c97b599a599d8953354da-esia066qq.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 54d75f9 ✅ Preview: https://wallet-dashboard-a225fcfa1e2f852205a61a7cd1d5d93e92-1rd9ke1s1.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 98838a6 ✅ Preview: https://apps-backend-29a719c9ccbdb9b80c97b599a599d8953354da-r05s6sqt7.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 98838a6 ✅ Preview: https://wallet-dashboard-a225fcfa1e2f852205a61a7cd1d5d93e92-q5tio7i6e.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 967e02c ✅ Preview: https://apps-backend-29a719c9ccbdb9b80c97b599a599d8953354da-e4mvq718f.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 967e02c ✅ Preview: https://wallet-dashboard-a225fcfa1e2f852205a61a7cd1d5d93e92-68sgfjky2.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 917b02a ✅ Preview: https://apps-backend-29a719c9ccbdb9b80c97b599a599d8953354da-qavido293.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 917b02a ✅ Preview: https://iota-rebased-explorer-092603f1de8088243ccb8b861b23e-bfnxk7ae7.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 917b02a ✅ Preview: https://wallet-dashboard-a225fcfa1e2f852205a61a7cd1d5d93e92-4xugncvaw.vercel.app |
gasSummary?: GasSummaryType; | ||
activeAddress: string | null; | ||
renderExplorerLink: RenderExplorerLink; | ||
renderValidatorLogo: RenderValidatorLogo; |
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.
This prop renderValidatorLogo
won't be needed at all after the refactor for #3916 since the ValidatorLogo will be moved to core
This pull request has been deployed to Vercel. Latest commit: 012eb3b ✅ Preview: https://apps-backend-29a719c9ccbdb9b80c97b599a599d8953354da-ioypooqab.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 012eb3b ✅ Preview: https://iota-rebased-explorer-092603f1de8088243ccb8b861b23e-7to44u54y.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 012eb3b ✅ Preview: https://wallet-dashboard-a225fcfa1e2f852205a61a7cd1d5d93e92-3px4ttiap.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 680ac9e ✅ Preview: https://iota-rebased-explorer-092603f1de8088243ccb8b861b23e-9nz37t3sr.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 680ac9e ✅ Preview: https://apps-backend-29a719c9ccbdb9b80c97b599a599d8953354da-32ztwemox.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 680ac9e ✅ Preview: https://wallet-dashboard-a225fcfa1e2f852205a61a7cd1d5d93e92-2yslhjr0n.vercel.app |
Fixes #4245
Fixes #4257