-
Notifications
You must be signed in to change notification settings - Fork 679
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
chore: Remove NEP-491 #12818
chore: Remove NEP-491 #12818
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #12818 +/- ##
==========================================
- Coverage 70.37% 70.36% -0.01%
==========================================
Files 848 848
Lines 174870 174513 -357
Branches 174870 174513 -357
==========================================
- Hits 123064 122800 -264
+ Misses 46547 46468 -79
+ Partials 5259 5245 -14
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
awesome, thanks!
@@ -62,19 +61,7 @@ pub struct AccountV1 { | |||
storage_usage: StorageUsage, | |||
} | |||
|
|||
impl AccountV1 { |
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.
could you please keep this, just remove permanent_storage_bytes
field, later I will update it
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.
🎉 🎉 🎉 🎉
There is ongoing work on global contracts that addresses the problem near/NEPs#491 was originally designed to solve. NEP-491 code is quite messy and has been around for about a year. We no longer see external interest in this feature, but if the need arises in the future, we can always restore the code.
Reverts most of (because some part is used by #12794):
Also, #11005 can be closed.