Skip to content

Feat/lw 12399 sign multisig tx with hw #1768

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

Merged
merged 2 commits into from
Jun 13, 2025

Conversation

vetalcore
Copy link
Contributor

@vetalcore vetalcore commented Mar 7, 2025

Checklist

  • JIRA - \LW-12399
  • Proper tests implemented
  • Screenshots added.

Proposed solution

  • refactor getParentWalletCIP1854Account to also return parent wallet
  • detect proper type of "parent wallet" for shared wallet while signing/submitting tx

Testing

  • entire sign/submit flow should be tested

Screenshots

Attach screenshots here if implementation involves some UI changes

@vetalcore vetalcore self-assigned this Mar 7, 2025
@vetalcore vetalcore requested a review from a team as a code owner March 7, 2025 14:54
Copy link

sonarqubecloud bot commented Mar 7, 2025

@vetalcore vetalcore force-pushed the feat/lw-12398-enable-add-shared-wallet-for-hw branch from 57530df to e596784 Compare March 7, 2025 20:25
Base automatically changed from feat/lw-12398-enable-add-shared-wallet-for-hw to main March 14, 2025 12:26
@vetalcore vetalcore force-pushed the feat/lw-12399-sign-multisig-tx-with-hw branch 2 times, most recently from 8d36ceb to f1034d9 Compare May 27, 2025 08:32
@lace-bot
Copy link
Collaborator

lace-bot commented May 27, 2025

Allure Report

allure-report-publisher generated test report!

processReports: ✅ test report for c3d85e88

passed failed skipped flaky total result
Total 33 0 4 0 37

@AngelCastilloB AngelCastilloB force-pushed the feat/lw-12399-sign-multisig-tx-with-hw branch 5 times, most recently from 6f0d7d9 to edad259 Compare June 6, 2025 07:27
@vetalcore vetalcore force-pushed the feat/lw-12399-sign-multisig-tx-with-hw branch 4 times, most recently from 2a8d28e to f4342f3 Compare June 6, 2025 10:16
@vetalcore vetalcore force-pushed the feat/lw-12399-sign-multisig-tx-with-hw branch from f4342f3 to c3d85e8 Compare June 13, 2025 14:46
@vetalcore vetalcore enabled auto-merge (squash) June 13, 2025 14:46
Copy link

Copy link
Contributor

@przemyslaw-wlodek przemyslaw-wlodek left a comment

Choose a reason for hiding this comment

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

GJ, just one small comment. :)

@@ -114,22 +113,30 @@ const waitForTabLoad = (tab: Tabs.Tab) =>
* @param activeWallet
* @returns {Bip32WalletAccount<Wallet.AccountMetadata>} | undefined
*/
export const getParentWalletCIP1854Account = ({
export const getParentWalletForCIP1854Account = ({
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we remove Account from that name? It now returns the wallet and account.

@@ -1,6 +1,7 @@
/* eslint-disable @typescript-eslint/no-redundant-type-constituents */
/* eslint-disable @typescript-eslint/no-unsafe-enum-comparison */
/* eslint-disable unicorn/no-null */
/* eslint-disable @typescript-eslint/no-redundant-type-constituents */
Copy link
Contributor

Choose a reason for hiding this comment

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

Is it a leftover? 🤔 Seems we don't have an error there (or GH is not showing it?)

@vetalcore vetalcore merged commit 1704b5d into main Jun 13, 2025
35 of 38 checks passed
@vetalcore vetalcore deleted the feat/lw-12399-sign-multisig-tx-with-hw branch June 13, 2025 15:07
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.

4 participants