-
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 39m 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
1e81ef4
to
db21dee
Compare
f1841c6
to
da2d989
Compare
db21dee
to
9cab1df
Compare
da2d989
to
c124e6c
Compare
9cab1df
to
bac9d91
Compare
c124e6c
to
304e1e6
Compare
bac9d91
to
253e2f2
Compare
304e1e6
to
3cd3d85
Compare
253e2f2
to
9bc9130
Compare
3cd3d85
to
5aae08b
Compare
9bc9130
to
a471067
Compare
5aae08b
to
f15f9e1
Compare
a471067
to
0e65f1b
Compare
f15f9e1
to
5ed6a9c
Compare
0e65f1b
to
925457f
Compare
925457f
to
6851ffb
Compare
5ed6a9c
to
895df9e
Compare
6851ffb
to
d4a929c
Compare
895df9e
to
65c5737
Compare
d4a929c
to
6fd4575
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