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

Add multisig support #1

Merged
merged 11 commits into from
Jun 27, 2023
Merged

Add multisig support #1

merged 11 commits into from
Jun 27, 2023

Conversation

Nathanwoodburn
Copy link
Owner

This PR adds support for creating and using multisigs on hot wallets ONLY (hardware wallets needs a bit of work)

Added variables to track the number of total signers, required signers and signed signatures. Also added code to get multisig information from transaction inputs and display it in the UI.
- Added condition to disable buttonActionMain when mainForm.multiSig is true

- Removed buttons (buttonRevealAll, buttonRedeemAll, and buttonSendAll) when WatchOnly or multiSig is true
- Added buttons (buttonAddressVerify) when WatchOnly is true
- Updated conditions for showing/hiding toolStripStatusLabelLedger and toolStripStatusLabelMultisig
@Nathanwoodburn Nathanwoodburn self-assigned this Jun 27, 2023
@Nathanwoodburn Nathanwoodburn added the enhancement New feature or request label Jun 27, 2023
@Nathanwoodburn Nathanwoodburn merged commit 0306b78 into master Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant