-
Notifications
You must be signed in to change notification settings - Fork 140
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
Limit depth of expressions and types #1664
Limit depth of expressions and types #1664
Conversation
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:master commit 66eac2a Results
|
Codecov Report
@@ Coverage Diff @@
## master #1664 +/- ##
==========================================
- Coverage 76.50% 76.47% -0.04%
==========================================
Files 291 291
Lines 60995 61011 +16
==========================================
- Hits 46666 46658 -8
- Misses 12719 12741 +22
- Partials 1610 1612 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Description
Don't allow expressions and types to be arbitrarily nested. Limit to sensible values.
I verified the limits currently do not affect existing contracts on Mainnet.
master
branchFiles changed
in the Github PR explorer