-
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] Fungible Asset - Mutable Metadata - Max length checks #13917
[framework] Fungible Asset - Mutable Metadata - Max length checks #13917
Conversation
⏱️ 5h 29m total CI duration on this PR
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13917 +/- ##
=======================================
Coverage 59.0% 59.0%
=======================================
Files 820 820
Lines 197622 197622
=======================================
+ Hits 116771 116774 +3
+ Misses 80851 80848 -3 ☔ View full report in Codecov by Sentry. |
@@ -1311,13 +1321,13 @@ module aptos_framework::fungible_asset { | |||
mutate_metadata( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a couple of test cases for trying to exceed the different limits?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added 🫡
This issue is stale because it has been open 45 days with no activity. Remove the |
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
|
Description
Added checks for max length of
mutate_metadata
parameters. Similar implementation asadd_fungibility
.Type of Change
Which Components or Systems Does This Change Impact?
Checklist