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

feat: add wallet cli command for utxo creation with aggregate public key #4759

Conversation

jorgeantonio21
Copy link
Contributor

Description

The goal of the current PR is to add a cli command such that a wallet can create a utxo with a spend CheckMultiSigVerifyAggregatePubKey script that requires the a m-of-n list of keys to spend.
It should be merged after #4742 and #4751.

Motivation and Context

It addresses Step 2 in the following MvP.

How Has This Been Tested?

Unit tests

@jorgeantonio21 jorgeantonio21 changed the title Ja multisig signature utxo feat: add wallet cli command for utxo creation with aggregate public key Sep 30, 2022
@jorgeantonio21 jorgeantonio21 changed the base branch from development to feature-m-of-n October 6, 2022 09:55
@jorgeantonio21 jorgeantonio21 changed the base branch from feature-m-of-n to development October 6, 2022 09:59
@jorgeantonio21 jorgeantonio21 changed the base branch from development to feature-m-of-n October 6, 2022 14:01
@jorgeantonio21 jorgeantonio21 marked this pull request as ready for review October 6, 2022 15:01
Copy link
Collaborator

@SWvheerden SWvheerden left a comment

Choose a reason for hiding this comment

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

LGTM

@stringhandler stringhandler merged commit 8ae6fbd into tari-project:feature-m-of-n Oct 10, 2022
hansieodendaal added a commit to hansieodendaal/tari that referenced this pull request Jun 24, 2024
hansieodendaal added a commit to hansieodendaal/tari that referenced this pull request Jun 24, 2024
hansieodendaal added a commit to hansieodendaal/tari that referenced this pull request Jun 24, 2024
@hansieodendaal hansieodendaal mentioned this pull request Jun 24, 2024
4 tasks
hansieodendaal added a commit to hansieodendaal/tari that referenced this pull request Jun 24, 2024
hansieodendaal added a commit to hansieodendaal/tari that referenced this pull request Jun 24, 2024
hansieodendaal added a commit to hansieodendaal/tari that referenced this pull request Jun 26, 2024
hansieodendaal added a commit to hansieodendaal/tari that referenced this pull request Jun 27, 2024
SWvheerden pushed a commit that referenced this pull request Jun 28, 2024
Description
---

Apply m_of_n_feature branch

- PR #4751
- PRs #4759, #4776, #4798, #4822

Motivation and Context
---

Add m-of-n scripting ability

How Has This Been Tested?
---

**Note:** Not tested yet

What process can a PR reviewer use to test or verify this change?
---

Code review

<!-- Checklist -->
<!-- 1. Is the title of your PR in the form that would make nice release
notes? The title, excluding the conventional commit
tag, will be included exactly as is in the CHANGELOG, so please think
about it carefully. -->


Breaking Changes
---

- [x] None
- [ ] Requires data directory on base node to be deleted
- [ ] Requires hard fork
- [ ] Other - Please specify

<!-- Does this include a breaking change? If so, include this line as a
footer -->
<!-- BREAKING CHANGE: Description what the user should do, e.g. delete a
database, resync the chain -->
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