-
Notifications
You must be signed in to change notification settings - Fork 524
AVM: Derive looser, but more principled, checks of txn max size #6114
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
Conversation
jasonpaulos
left a comment
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.
Makes sense to me, though I have some minor comments
Co-authored-by: Jason Paulos <jasonpaulos@users.noreply.github.com>
Co-authored-by: Jason Paulos <jasonpaulos@users.noreply.github.com>
Co-authored-by: Jason Paulos <jasonpaulos@users.noreply.github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6114 +/- ##
==========================================
+ Coverage 56.27% 56.28% +0.01%
==========================================
Files 490 490
Lines 69710 69710
==========================================
+ Hits 39230 39238 +8
+ Misses 27817 27806 -11
- Partials 2663 2666 +3 ☔ View full report in Codecov by Sentry. |
algorandskiy
left a comment
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.
Looks reasonable to me
This reverts commit 91d6e09 which is not needed anymore after the merge of: AVM: Derive looser, but more principled, checks of txn max size algorand#6114
Better checks on max txn size that will work better as we make changes.