Skip to content

Conversation

@stephancill
Copy link
Contributor

Summary

Automatically add owner to sub account if it is not registered as an owner on the sub account.

How did you test your changes?

Manually tested

@stephancill stephancill force-pushed the feat/auto-add-new-signer branch from 61416e4 to efc7b84 Compare April 21, 2025 21:05
],
};

const callId = (await this.sendRequestToPopup(request)) as string;
Copy link
Contributor

Choose a reason for hiding this comment

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

this line will get blocked on mobile browser, as there are time limit on popup opening for which any async logic would break

would like to discuss if possible:

  1. to modernizing and standardizing the toast for opening popup after async logic, this could unblock insufficient spend permission's case
  2. wonder we should still move the construction of add owner call to FE, we will need to come up w a custom solution to pass signer public key to FE

@stephancill stephancill force-pushed the feat/auto-add-new-signer branch from 5d693f7 to e835e14 Compare April 21, 2025 23:19
Base automatically changed from stephan/auto-sub-accounts to master April 22, 2025 19:08
@cb-heimdall
Copy link
Collaborator

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 0
Sum 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants