-
Notifications
You must be signed in to change notification settings - Fork 81
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
interop: add contract storage limits #3232
Conversation
Users of NeoGo interop package may have a demand to use these limits for custom purposes, it would be nice to have them as constants. Signed-off-by: Anna Shaleva <[email protected]>
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.
You can reuse limits
here, it doesn't have anything but constants.
BTW, I'm not sure that it's good to have neo-go dependency in interops. And I'm afraid that we won't be able to compile it, that's the case. |
Argh! Modules. I forgot about modules. Yeah, that might be a problem. |
Signed-off-by: Anna Shaleva <[email protected]>
Signed-off-by: Anna Shaleva <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3232 +/- ##
==========================================
+ Coverage 85.30% 85.38% +0.07%
==========================================
Files 327 327
Lines 44081 44081
==========================================
+ Hits 37603 37638 +35
+ Misses 4994 4957 -37
- Partials 1484 1486 +2 ☔ View full report in Codecov by Sentry. |
Users of NeoGo interop package may have a demand to use these limits for custom purposes, it would be nice to have them as constants.
@roman-khimov, do we need it? If so, then I'll create a test and update deps. Draft until that.