-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[framework] introduce private entry function for creating multisig account #14645
Merged
sherry-x
merged 4 commits into
aptos-labs:main
from
yeptos:multisig-v2-create-from-existing-signer
Oct 2, 2024
Merged
[framework] introduce private entry function for creating multisig account #14645
sherry-x
merged 4 commits into
aptos-labs:main
from
yeptos:multisig-v2-create-from-existing-signer
Oct 2, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
⏱️ 29m total CI duration on this PR
|
gregnazario
approved these changes
Sep 18, 2024
movekevin
approved these changes
Sep 27, 2024
Can you add an integration test under api/ for this as well? |
yeptos
force-pushed
the
multisig-v2-create-from-existing-signer
branch
from
September 28, 2024 07:42
cb6f3a8
to
449e4ac
Compare
yeptos
force-pushed
the
multisig-v2-create-from-existing-signer
branch
from
September 28, 2024 08:58
449e4ac
to
3b7e10f
Compare
@movekevin added a minimal test case under api/ 3b7e10f |
…count This eliminates the need for generating the complex proof the existing create_with_existing_account functions require.
sherry-x
force-pushed
the
multisig-v2-create-from-existing-signer
branch
from
October 1, 2024 03:47
9b812ec
to
524333a
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
gregnazario
approved these changes
Oct 1, 2024
This comment has been minimized.
This comment has been minimized.
auto-merge was automatically disabled
October 1, 2024 04:16
Head branch was pushed to by a user without write access
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ Forge suite
|
✅ Forge suite
|
✅ Forge suite
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Introduce private entry functions for creating multisig account. This eliminates the need for generating the complex proof the existing
create_with_existing_account
functions require.This proposal mirrors changes implemented in commits fdc041f d771cec, where a private entry function was introduced for account key rotation with a similar purpose.
AIP proposal: aptos-foundation/AIPs#496
Type of Change
Which Components or Systems Does This Change Impact?
How Has This Been Tested?
Added unit tests
Key Areas to Review
The implementation itself is straightforward, please see the AIP for the rationale of this change.
Checklist