-
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
add perimission checks to object #14582
base: 09-04-add_permission_check_to_account
Are you sure you want to change the base?
add perimission checks to object #14582
Conversation
⏱️ 1h 41m total CI duration on this PR
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
da28781
to
006ad4c
Compare
381be20
to
6a1fe6d
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 09-04-add_permission_check_to_account #14582 +/- ##
======================================================================
Coverage 59.4% 59.4%
======================================================================
Files 857 857
Lines 210762 210762
======================================================================
Hits 125197 125197
Misses 85565 85565 ☔ View full report in Codecov by Sentry. |
006ad4c
to
ef7abd3
Compare
6a1fe6d
to
9037ce3
Compare
ef7abd3
to
c38c2dd
Compare
9037ce3
to
843150a
Compare
c38c2dd
to
95b6704
Compare
843150a
to
33a73d7
Compare
95b6704
to
7394967
Compare
33a73d7
to
9123ceb
Compare
7394967
to
a091794
Compare
9123ceb
to
206e782
Compare
a091794
to
67163ae
Compare
206e782
to
9c81c83
Compare
67163ae
to
f10a3b3
Compare
9c81c83
to
75362c4
Compare
f10a3b3
to
5c9396f
Compare
75362c4
to
86c07b1
Compare
5c9396f
to
9935539
Compare
86c07b1
to
0573a7b
Compare
9935539
to
b927c02
Compare
0573a7b
to
6a446be
Compare
9e7f4f6
to
0dbe54f
Compare
f71fcf3
to
87e4a68
Compare
0dbe54f
to
83a4fb3
Compare
87e4a68
to
121e5bf
Compare
83a4fb3
to
a748b50
Compare
121e5bf
to
cac0462
Compare
a748b50
to
1055b09
Compare
cac0462
to
05a7b6a
Compare
1055b09
to
bfcb703
Compare
05a7b6a
to
6883b74
Compare
bfcb703
to
54048a4
Compare
6883b74
to
ab57192
Compare
54048a4
to
850cead
Compare
ab57192
to
3001b5b
Compare
850cead
to
afca06b
Compare
3001b5b
to
f4a7c9e
Compare
afca06b
to
a39fa56
Compare
6b37447
to
a6c5811
Compare
a39fa56
to
d8c3907
Compare
a6c5811
to
fc9f850
Compare
d8c3907
to
5dd22a8
Compare
fc9f850
to
39105b5
Compare
5dd22a8
to
3f48b76
Compare
39105b5
to
f0d0ba9
Compare
Description
Adds permissioned signer support for object transfers and token/collection mutations in the Aptos Framework. This change introduces new permission types and validation checks to ensure only authorized signers can perform transfers and mutations on objects, tokens and collections.
Type of Change
Which Components or Systems Does This Change Impact?
How Has This Been Tested?
Added new test cases in object.move and aptos_token.move to verify permissioned signer functionality for transfers and mutations.
Key Areas to Review
Checklist